The other program IS a CSL. I am revisiting the use of the DMSCPR routine. It wants a CBLOCK passed to it. The CBLOCK is a 36byte control block that include the 4byte addresses of the target area, the source area and a 192byte work area.
My other approach to this is to write my own REXX function where I can manipulate that control block in assembler language before invoking the hardware instruction. /Tom Kern Kris Buelens wrote: > Why does this other progam use a CSL call to retrieve the REXX > variable: CSL is a supported interface. > > 2008/12/22 Thomas Kern <tlk_sysp...@yahoo.com>: >> 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? >> >> /Tom Kern