If you have:
if sqlcode <> 0 then ; goto aldun ; endif
You will get an error during trace
if you change it to:
if sqlcode <> 0 then
 goto aldun
endif

You will not get that error
so is the first method a legacy or may we still put multiple commands on the same line?

If I run w/o trace using the original method, I do not get an error.

Anyone care to comment?

Bernie Lis

Reply via email to