Dear All,
I have a Rexx code which on completion will generate a stem variable containing a few values. I have to use this stem in another function. This works fine as long as the function is an internal function.
I am curious to know, if there is a way to parse stem variables to an external function. (By external function I mean, a function written as a separate Rexx in another member of the same PDS.)
Can someone help me with this please?