LouPelagalli
Programmer
Hi,
Rexx1 calls Rexx2 passing a couple of parameters, using "call rexx2 p1 p2".
Rexx2 does 'arg p1 p2', does some number crunching and exits using "exit p2" p2 = 8 in this case.
But Rexx1 checks p2 and it's blank.
What am I missing here? I'd like Rexx1 to recognize p2 = 8 and carry on.
Thanks,
Lou
Rexx1 calls Rexx2 passing a couple of parameters, using "call rexx2 p1 p2".
Rexx2 does 'arg p1 p2', does some number crunching and exits using "exit p2" p2 = 8 in this case.
But Rexx1 checks p2 and it's blank.
What am I missing here? I'd like Rexx1 to recognize p2 = 8 and carry on.
Thanks,
Lou