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

stored proc assignement



I have a stored procedure that performs a select statement.
I want to include in a script an assignment from this procedure
to a variable.

I have the line
LET $var = EXCUTE sp

but sqr doesn't like that.  What am I doing wrong?  Does it need to be within
somekind of special paragraph? HELP!!!