>I guess I will need a real dump, but have no idea how to trap it >- after all I do not see an abend.
Have you tried EXEC PARM='/TRAP(OFF)' (For Cobol, LE runtime options are after the /, right?) TRAP(OFF) disables LE's usual ESPIE and ESTAE. If there is an abend you should get a dump to either //SYSABEND, /SYSUDUMP, etc. -- Peter Hunkeler ---------------------------------------------------------------------- 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

