-----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Hunkeler Peter (KIUK 3) Sent: Thursday, December 21, 2006 9:35 AM To: [email protected] Subject: Re: REXX Question - Variable Control & Passing (IPCS/ISPF)
Assuming you want to stick to REXX and the variables are in a separate member, something like this should work: <SNIP> That works when you know where the member is that holds what you are after. However, by taking the member and having it issue a MAKEBUF and then QUEUEing the variables into there, the calling EXEC can then issue PULL var_name followed by INTERPRET var_name. That is as close to a COPY member as I can get with REXX. And it worked on the third try (too much chocolate stuff stuck to fingers makes for finger checks and messy kegtops. See what I mean? Thanks for the ideas to all. The MAKEBUF/QUEUE/PULL/INTERPRET wokrs exactly like I need. Regards, Steve Thompson ---------------------------------------------------------------------- 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

