select xxxx
into xxx
from xxx
where xxx
end exec
move sql code to variable
display variable
if sql code not equal zeros
perfor error routine ....
into xxx
from xxx
where xxx
end exec
move sql code to variable
display variable
if sql code not equal zeros
perfor error routine ....
I get display 00000000 from display variable
Thank you in advance.