The following example shows a valid use of the SET statement to assign values to variables and parameters.
SET hNoAccts = hNoAccts + 1; SET hErrorText = 'SQLSTATE: '||sqlstate|| ', SQLCODE: '||sqlcode||', ACTIVITY_COUNT: ' ||activity_count;
The following example shows a valid use of the SET statement to assign values to variables and parameters.
SET hNoAccts = hNoAccts + 1; SET hErrorText = 'SQLSTATE: '||sqlstate|| ', SQLCODE: '||sqlcode||', ACTIVITY_COUNT: ' ||activity_count;