Forgot a couple of items (always get anxious and hit send too soon!). z/OS 1.13 The actual program that is executing is the FTP client. It runs fine, it's only when the system attempts to load the user handler at termination where the issue occurs. You may be wondering why we'd run a user handler for a system program. Good question. I had it placed in CEEPRM00, so it always tries to run. Perhaps not the best idea after all. I'll probably get it removed from there. But until then I am still curious as to what is happening. Is it the fact that the FTP Client is not written in COBOL but the user handler is? I don't recall reading of any such restriction, but perhaps I missed something.
Frank ________________________________ From: Frank Swarbrick <[email protected]> To: IBM Mainframe Listserv <[email protected]> Sent: Tuesday, September 16, 2014 5:41 PM Subject: CEE3596S loading LE user handler Getting this error: CEE3596S An MVS load of module FBHDLRB failed. The system abend code was 00000306; the reason code was 0000000C. FBHDLRB is a COBOL user handler that we've specified. Options Report for Enclave main 09/16/14 5:27:02 PM Language Environment V01 R13.00 LAST WHERE SET OPTION ------------------------------------------------------------------------------- PARMLIB(CEEPRM00) USRHDLR(FBHDLRB,) The docs for the error message say to refer "See z/OS MVS System Codes". Is it this? 0306 PC/AUTH requested that storage in the system queue area (SQA) be freed, but the request failed. Register 2 contains the return code from the request. I have no idea what that means. The systems programmer sent the programmer to me since I wrote the user handler, so... Thanks for any help. Frank ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
