DSNU003I csect-name NOT INVOKED APF AUTHORIZED

Explanation

The stored procedure was not invoked as APF-authorized.

csect-name
The name of the control section that issued the message.

System action

The utility is not run by the stored procedure.

System programmer response

Check the following items for any of the following Db2-supplied utility stored procedures:

  • DSNUTILS
  • DSNUTILU
  • Start of changeDSNUTILVEnd of change
  • The entry in SYSIBM.SYSROUTINES specifies that the stored procedure runs in a WLM-established address space (WLM_ENVIRONMENT is not blank):
  • The load module for the stored procedure is link-edited with AC(1).
  • The load module for the stored procedure is in an APF-authorized library.
  • All the libraries in STEPLIB JOBLIB are APF-authorized.

If you suspect an error in Db2, see the information about collecting data for Db2 diagnosis.

User response

Notify the system programmer.

Problem determination

Collect the following diagnostic items:
  • Console output from the system on which the job was run, and a listing of the SYSLOG data set for the period of time that spans the failure.
  • Listing of SYS1.LOGREC data set, obtained by executing IFCEREP1.
  • SYSPRINT output, including JCL, for the application program or batch job, and system messages that were issued. Make sure that MSGLEVEL=(1,1) on the JOB statement so that all diagnostic information is sent to SYSPRINT.
  • UTPRINT output, produced by utility invocation of SORT.
  • Dynamic dump, taken to SYS1.DUMPxx data set, by Db2 (for 04E and 04F abends). Availability of this dump is dependent on the failing environment.
  • SYSABEND, SYSUDUMP, or SYSMDUMP output. Availability of these dumps is dependent on the failing environment.

Severity

8 (error)