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 errorso 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
