[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: problem in sqr in begin-select statement



Sundar, SQR doesn't know that you do not intend to call the procedure.  Duirng 
compile time, it only sees a "do" call to the procedure, not the 'if then else' 
in that it is common practice to set a flag going in to a procedure....

Perhaps you could precede the call with a create table procedure and get around 
the issue....

HTH,
Steffon