Hi since your boss came with - 00E40002 check if DSNUTILB is in the PPT (member SCHEDxx in the sys1.parmlib). It has to be define with *KEY(7)*
On Wed, Aug 13, 2008 at 10:29 PM, Chase, John <[EMAIL PROTECTED]> wrote: > > -----Original Message----- > > From: IBM Mainframe Discussion List On Behalf Of Walt Farrell > > > > On Wed, 13 Aug 2008 14:32:42 -0400, Fletcher, Kevin > > <[EMAIL PROTECTED]> wrote: > > >We have a job running a db2 utility DSNUTILB and we are getting the > > >generic db2 abend of S04E. Further probing determines this module is > > >not APF'd. The SDSNLOAD lib is APF'd and is in the linklst. > > The job has > > >a JOBLIB with non APF'd libraries and the db2 lib SDSNLOAD is not in > > >the JOBLIB concatenation. I have scanned the libs in the > > JOBLIB and the > > >DSNUTILB does not exist. > > > > > >When we use it in a stand alone STEPLIB the job works fine. > > My question > > >is, is this working how it should? > > > > > >Does a JOBLIB invalidate APF authorization of a module > > pulled from the > > >link list (remember no STEPLIB) when first tried? It appears > > there are > > >no calls to sub modules. Any feedback would be appreciated. > > > > > > > No, a JOBLIB does not generally invalidate APF authorization > > when you pull a module from the linklist. But authorization > > is a complex topic. Showing us your JCL and the invocation > > of DSNUTILB may shed some light on the issue. > > Check for message IEF188I PROBLEM PROGRAM ATTRIBUTES ASSIGNED > > Explanation: The initiator found that a program to be run did not > satisfy all the requirements needed to obtain all the special properties > designated by the program name. > > System Programmer Response: If no special properties are required, no > action is necessary. If special properties are required and a JOBLIB or > STEPLIB is in use, ensure that the JOBLIB or STEPLIB data sets are APF > authorized. Also ensure the special attributes 'started only' or '1-step > only' are satisfied for the required special properties. > > DSNUTILB has AC=1, which implies that (in some cases, at least) it needs > "special properties". This seems similar to CICS startup, which needs > to run authorized for a portion of its initialization; thus requires > that any libraries in a STEPLIB concatenation be APF-authorized. > > -jc- > > ---------------------------------------------------------------------- > 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 > > -- Best Regards Doron Geva Email: [EMAIL PROTECTED] ---------------------------------------------------------------------- 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

