On Mon, 15 Jan 2007 11:58:13 -0500, Shmuel Metz (Seymour J.) wrote: > > >Anyone have any ideas no how to fix this? > > Yes: use PARSE PULL instead of PULL, or use the stem form of EXECIO. > I'm curious as to why the preponderance of Rexx examples posted to these lists prefer [PARSE] PULL over STEM (I suggested the latter in my followup). I avoid using the stack as much as possible because in my experience it leads to hard- to-diagnose errors if the PUSHes and PULLs ever get out of sync. And in the case where the entire record is needed in a variable, STEM saves a statement.
-- gil -- StorageTek INFORMATION made POWERFUL ---------------------------------------------------------------------- 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

