Hmm, not sure why my search didn't turn up that 306 code. I find it now. I wonder why we've not seen this issue before . Or perhaps this person is the first to notice it.
Thanks for the help! Frank ________________________________ From: George Young <[email protected]> To: [email protected] Sent: Tuesday, September 16, 2014 6:18 PM Subject: Re: CEE3596S loading LE user handler http://pic.dhe.ibm.com/infocenter/zos/v1r11/index.jsp?topic=/com.ibm.zos.r11.ieah700/h7scc.htm snippet ------- 306 Explanation: The error occurred during processing of a LINK(X), XCTL(X), ATTACH(X), or LOAD macro. An incorrect load to global request was attempted, or the authorized routine requested a module that could not be found in an authorized library. The module was found either in an unauthorized library or already loaded in storage but marked as coming from an unauthorized library. The reason code in register 15 identifies the error: 0C An authorized program requested, by a LINK(X), LOAD, XCTL(X) or ATTACH(X) macro, a module in a non-APF-authorized library or concatenation of libraries. end snippet ------- So, from your next append, I'd guess FTP is running authorized, and when it tried to load your exit, it found it was being loaded from a non-APF authorized library. George On 9/16/2014 7:42 PM, Frank Swarbrick wrote: > 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 > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
