Thanks. Nice looking code! I kind of wonder about the overhead of looping through all of the Rexx variables with IRXEXCOM. A lot of work if the program has lots of variables, but the stem in question has only a few tails.
Charles -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Rob Scott Sent: Tuesday, January 16, 2007 4:12 PM To: [email protected] Subject: Re: PULL? PUSH? STEM? (was: REXX EXECIO changing LOWERCASE TO UPPERCASE) Charles Checkout the STEMPUSH and STEMPULL rexx functions on www.mximvs.com - I wrote these some time ago to allow rexx stems to be passed between rexx execs in the same address space. The rexx variables are pushed onto a dataspace stack and the STOKEN for the stack is passed to the other rexx exec where it is used to pull the stem variables down. ---------------------------------------------------------------------- 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

