On Mon, Dec 22, 2008 at 1:45 PM, Thomas Kern <tlk_sysp...@yahoo.com> wrote: > I would like to define some REXX variables and then use the storage > addresses for another program to use. How can I find out where in my virtual > storage REXX has allocated a particular variable?
What language is that other program written in? Also REXX? Use the "invocnum" option on the PIPE VAR stage, or REXXVARS etc Assembler? Use the SHVBLOCK interface Something else? You could probably write a little stub assembler routine to use the SHVBLOCK interface.