View Single Post

   
  #2 (permalink)  
Old 04-08-2008, 10:07 AM
DA Morgan
 
Posts: n/a
Default Re: how to copy value of an in out parameter from calling procedure

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)
Reply With Quote