Many moons ago when I was a sysprog, I wrote a couple of REXX external functions in assembler called "STEMPUSH" and "STEMPULL" that allow you to pass REXX stems between execs in the same address space. It does this by placing the REXX variable name and value into a dataspace "stack" and then you pass the dataspace "token" as a parameter between the execs (STEMPUSH places items on the stack and STEMPULL retrieves them).
As far as I know the code still works and you can find it on the CBT tape website (www.cbttape.org). Rob Scott Lead Developer Rocket Software 275 Grove Street * Newton, MA 02466-2272 * USA Tel: +1.617.614.2305 Email: [email protected] Web: www.rocketsoftware.com -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Miklos Szigetvari Sent: 06 April 2011 11:01 To: [email protected] Subject: REXX INCLUDE ? Hi Some REXX questions: Any kind of REXX INCLUDE feature i.e include a REXX "copybook" ? We need some large "initialized" data areas, stems. What is the best or fastest way to do this? ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

