 |
MVSFORUMS.com A Community of and for MVS Professionals
|
Author |
Message |
Topic: use of rexx proc |
zsuppguy
Replies: 1
Views: 1868
|
Forum: TSO and ISPF Posted: Thu Jan 07, 2010 3:44 pm Subject: use of rexx proc |
I have the following code and it works perfectly to me.
/*REXX*/
call procedure pro01
say gr.1
say gr.2
exit
pro01: procedure expose gr.
gr.0=2
gr.1=a
gr.2=b
return
Now, i nee ... |
|
Page 1 of 1 |
All times are GMT - 5 Hours |
|