Start of change

DSNT548I   calling-program-name LOAD MODULE NAME called-module-name NOT FOUND, BLDL R15=return-code, R0=reason-code

Explanation

A program invoked the DFSMS BLDL macro to build a directory entry list for invoking a load module. The load module was not found.

calling-program-name
The name of the program that calls the DFSMS BLDL macro in preparation for linking or attaching the program that is specified by called-module-name.
called-module-name
The name of the load module for which the program that is specified by calling-program-name calls the BLDL macro.
return-code
The return code from the BLDL macro invocation.
reason-code
The reason code from the BLDL macro invocation.

System action

The calling program terminates.

System programmer response

Verify that the called module exists, and that the calling program can access it.

User response

Notify the system programmer.

End of change