Program Management Services

Overview of Messages

LOD0001 | LOD0002 | LOD0003 | LOD0004

LOD0001 Invalid address in program linkage function
Explanation:

This message is associated with OS LOAD, LINK, XCTL, or DELETE SVCs and Com-plete COLOAD, COLINK, COXCTL, or CODEL functions and indicates that the parameter list passed contains invalid addresses.

System action:

The application program is abnormally terminated and a Com-plete online dump is taken.

Terminal operator info:

This message indicates an error in the application program. Notify the person responsible for such errors.

Appl. programmer info:

The following may help to determine how the error occurred:

  1. Register 1 contains the address of the parameter list.

  2. The first address in the parameter list should be the address of the program name being loaded.

  3. If an OS SVC was used, the second address should be 80000000 (hex).

  4. If a Com-plete function was used, only the first address is checked for validity.


LOD0002 No storage for XCTL parameter list copy
Explanation:

In order to effect a XCTL/COXCTL request, Com-plete attempts to get storage to make a copy of the parameter list being passed. The request to get this storage failed.

System action:

The application program is abnormally terminated and a Com-plete online dump is taken.

System programmer info:

The storage referred to in this message is gotten from the General Buffer pool. Review the storage estimates for this region to ensure that such as shortage does not occur again.

Appl. programmer info:

The following may help to determine how the error occurred:

  1. Register 1 contains the address of the parameter list.

  2. The first address in the parameter list should be the address of the program name being loaded.

  3. The second address in the parameter list should be 80000000 (hex).


LOD0003 Invalid resume PSW at exit from LINKed or XCTLed program
Explanation:

This message is associated with the return from the application that was passed control using OS LINK, XCTL, or Com-plete COLINK or COXCTL functions. It indicates that the application program modified the storage in the thread used to save the status of the calling program.

System action:

The application program is abnormally terminated and a Com-plete online dump is taken.

Terminal operator info:

This message indicates an error in the application program. Notify the person responsible for such error.


LOD0004 Program $1 LOAD for $2 disallowed by exit ULSRPSFS
Explanation:

This message is associated with an attempt by the application program to load a module using OS LOAD, LINK, XCTL, or the Com-plete functions COLOAD, COLINK, or COXCTL. It indicates that the installation user exit ULSRPSFS has chosen not to allow the application to load the requested program.

System action:

The application program is abnormally terminated and a Com-plete online dump is taken.

Terminal operator info:

Contact the application programmer.