DSNT530I   program-name COULD NOT RUN BECAUSE IT WAS NOT INVOKED FROM AN APF-AUTHORIZED LIBRARY

Explanation

program-name could not run for one of the following reasons:
  • program-name was not invoked from an APF-authorized library.
  • One or more libraries in the STEPLIB or JOBLIB concatenation the job that invokes program-name is not APF-authorized.

System action

The program terminates.

System programmer response

Ensure that program-name is link-edited with option AC(1) and resides in an APF-authorized library. Ensure that all libraries in the STEPLIB and JOBLIB concatenation for the job that invokes program-name are APF authorized. If program-name is an external module for a DB2® stored procedure or user-defined function, ensure that the corresponding SYSIBM.SYSROUTINES entry specifies a WLM-established address space.

User response

Notify the system programmer.