-----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Rob Scott Sent: Wednesday, January 17, 2007 11:33 AM To: [email protected] Subject: Re: ABEND U999 in ISPF
Steve, A couple of ideas to help debug : (1) Run the exec under dialog test and turn on all ISPF function tracing - take a look at the ISPF LOG and see if anything stands out. (2) Issue TSO "ISPVCALL ON" before running the exec and then "TSO ISPVCALL" again afterwards - maybe something will stand out in the trace output. <snip> Arrrrg!! The discussion that was had recently about stack, stem, etc. was dead on for this. The original design was for this REXX to be an external subroutine, not a standalone routine. It was about 90% set up to also function as a standalone routine when the person doing it was, well, RIFed. So here I am some years later fixing various and sundry problems and stepped on a land mine because I missed the fact that about 12 statements needed to be written to finish protecting the push of a stem var... Later, 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

