For the archives [this was a nasty one]: The SSI Allocation exit is driven during the job step initialization, i.e. BEFORE the step PGM runs. My SSI function loader issued a LOAD of the exit and assumed it would stay in memory till the time of DeAllocation. However, the initiator freemained the area and left the CDE undeleted, so, during the DeAllocation call the exit code was all garbage.
My temp solution was to introduce a copy of the exit under another name to be driven during DeAllocation. -Victor- On Wed, 14 Jun 2006 12:38:36 -0500, Victor Gil <[EMAIL PROTECTED]> wrote: >I am experiencing rather weird symptoms with the following dummy SSI >Allocation/Deallocation exit ---------------------------------------------------------------------- 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

