talk2paras@gmail.com wrote:
> I am calling a procedure(order) from a calling procedure (caller).
> Order uses an In out parament (Ser_no)
>
> Order is supposed to return a serial number.
>
> how can i copy the value returned by Order to a local variable of
> Caller.
>
> thanks.
Demos of the use of OUT parameters can be found in Morgan's
Library at
www.psoug.org under Procedures.
--
Daniel A. Morgan
http://www.psoug.org damorgan@x.washington.edu
(replace x with u to respond)