[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
stored proc assignement
- Subject: stored proc assignement
- From: Aaron Solomon <aaron.solomon@GS.COM>
- Date: Thu, 6 Nov 1997 12:35:02 -0500
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!!!