OVL0001 | OVL0002 | OVL0003 | OVL0004 | OVL0005 | OVL0006 | OVL0007 | OVL0008 | OVL0009 | OVL0010 | OVL0011 | OVL0012 | OVL0013 | OVL0014 | OVL0015 | OVL0016 | OVL0017 | OVL0018 | OVL0019
OVL0001 | Program $1, invalid parameter list for program function request |
Explanation: |
A program function request (ie. FETCH, COLOAD etc) has been issued by the program, however, an invalid parameter list was provided for the request. |
System action: |
The user program is abnormally terminated with a Com-plete online dump. |
Terminal operator info: |
This error was caused by the application program. Seek the assistance of the application programmer responsible for the program in use when the error occurred. |
Appl. programmer info: |
R1 contains the location of the parameter list for the request. This points to an invalid location. |
OVL0002 | Error loading module $1, IBM Binder reason code x'$2' |
Explanation: |
Com-plete invokes the IBM Binder under certain circumstances to load a module. The module indicated by $1 could not be loaded, the Binder returned a reson code which is indicated by $2. |
System action: |
Depends on what the module was to be loaded for. |
System programmer info: |
Possibly there is a problem with the load module. See IBM DFSMS Program Managementfor the meaning of the Binder reason code. |
OVL0003 | Program $1 program function request, program '$2' not found |
Explanation: |
Program $1 issued a program function request (ie. FETCH, COLOAD etc) for module $2, however, module $2 was not available to the Com-plete. |
System action: |
The user program is abnormally terminated with a Com-plete online dump. |
Appl. programmer info: |
R1 in the dump contains the location of the parameter list for the overlay function. The first word in the list contains the location of the name parameter. Check the validity of the name specified. If it was invalid, correct the name and retry the function. If the name specified was valid, ensure that the module is available to Com-plete in the appropriate OS load libraries or VSE libraries. |
Terminal operator info: |
This error was probably caused by the application program. Seek the assistance of the application programmer responsible for the program in use when the error occurred. |
OVL0004 | Program $1 logon required to execute module $2 |
Explanation: |
Program $1 attempted to issue a program control request for module $2. This was disallowed as $2 may not be the object of such a request unless a user has logged on. |
System action: |
The user program is abnormally terminated. |
System programmer info: |
A program can be allowed to run before someone has logged on to a terminal by setting this option for the program using ULIB. Refer to the ULIB documentation for more information. |
Terminal operator info: |
Logon on to the terminal prior to running the program you are running. If it should be possible to run the program without logging on, report the error to your system administrator. |
OVL0005 | Use of application $2 has been suspended by an administrator |
Explanation: |
Start or continuation of the application was denied because its use has been suspended. |
System programmer info: |
The "suspended" flag for an application can be switched in ULIB. |
Terminal operator info: |
If you feel like the use of the application should not be suspended, contact your Com-plete system administrator. |
OVL0006 | Program $1 invalid area or length in program function request |
Explanation: |
Program $1 issued a program function request (ie. FETCH, COLINK etc.) however, the area or area length provided for the request is/are not valid. |
System action: |
The user program is abnormally terminated with an Com-plete online dump. |
Terminal operator info: |
This error was caused by the application program. Contact the individual responsible for the program in use when the error occurred. |
Appl. programmer info: |
R1 in the dump contains the location of the parameter list for the overlay function. The second word in the list contains the location of the area parameter. The third word points to the length parameter. |
OVL0007 | Program $1 access to program $2 disallowed |
Explanation: |
Program $1 has issued a FETCH request for program $2, however, the user does not have access to the program $2. |
System action: |
The user program is abnormally terminated with a Com-plete online dump. |
Terminal operator info: |
Contact your system administrator to get access to program $2 if you should normally have access to this program. |
Appl. programmer info: |
Determine and use the installation procedures for calling security protected programs or data. |
OVL0008 | Program $1 locked to another thread |
Explanation: |
This message is associated with overlays. It indicates that the module '$' was locked to a thread other than the one in which the calling program was executing. |
System action: |
The user program is abnormally terminated with a Com-plete online dump. |
Terminal operator info: |
Seek the assistance of the application programmer responsible for the program in use when the error occurred. |
Appl. programmer info: |
Use the ULIB utility to make the thread lock status consistent for both programs. |
OVL0009 | Program $1 invalid name '$2' for program function request |
Explanation: |
Program $1 issued a program function request (ie. FETCH, ATTACH etc) however, the provided name $2 is not a valid name. This message may also indicate a six byte program name parameter field treated as an eight byte field due to an application program using six byte fields having been compiled / linked with libraries designed for eight byte fields. |
System action: |
The user program is abnormally terminated with a Com-plete online dump. |
Terminal operator info: |
This error was caused by the application program. Seek the assistance of the application programmer responsible for the program in use when the error occurred. |
Appl. programmer info: |
R1 in the dump contains the location of the parameter list for the overlay function. The first word in the list contains the location of the name parameter. |
OVL0010 | Program $1 access to program $2 disallowed by user exit |
Explanation: |
This message is associated with the FETCH, LOAD, or LOADT functions of Com-plete. An installation may set security requirements on programs to prevent their unauthorised use. This message indicates that the security requirements were not satisfied for the program specified in the FETCH, LOAD, or LOADT request. |
System action: |
The user program is abnormally terminated with a Com-plete online dump. |
Terminal operator info: |
This message may mean that the user ID in use is not authorised to use the program or that a particular function of the program is restricted. Contact the individual responsible for security. |
System programmer info: |
For information about Com-plete FETCH, LOAD, and LOADT security, refer to the Com-plete System Programmer's Manual. |
OVL0011 | Module '$1' BLDL/LOAD error, reason code X'$2' |
Explanation: |
A user program issued an OS load for module $1. This was emulated by Com-plete, however, the LOAD or BLDL failed. The reason code $2 for a load failure is the abend code returned by load processing, for the BLDL it's the R0 following the BLDL. |
System action: |
The user program is terminated with a dump. |
Terminal operator info: |
Contact your help desk or operations area for assistance. |
System programmer info: |
The reason code printed by Com-plete along with message issued by the operating system should give all the information necessary to clear this problem. |
OVL0012 | Module '$1' LOAD error: RC X'$2' Reason code X'$3' |
Explanation: |
A user program issued an OS LOAD which Com-plete attempted to emulate. During this emulation, Com-plete attempted to load module $1, however, the LOAD abended with code $2. |
System action: |
The user program is terminated. |
Terminal operator info: |
Contact your help desk or operations area for assistance. |
System programmer info: |
This normally indicates an I/O error, however, the abend code printed, along with message from the operating system which are normally issued in these cases should be enough to determine and solve the problem. |
OVL0013 | App $1 start app $2 failed, general storage shortage |
Explanation: |
Program $1 issued a FETCH or LOAD request for program $2. This could not be completed as there was no storage available for the buffers required to complete the request. |
System action: |
The user program is terminated and program $2 is not fetched. |
System programmer info: |
This indicates that a storage area within the Com-plete general buffer pool was not available to satisfy the request. Normally, an attempt will be made to expand the buffer pool so there is not enough storage in the region and the expand failed. |
OVL0014 | Program $1 program $2, no eligible thread available |
Explanation: |
Program $1 issued a FETCH request for program $2, however, this has failed as the required region size for the program is larger than any of the currently available threads in the system. |
System action: |
The user program is terminated. |
Terminal operator info: |
Report the problem to your system administrator. |
System programmer info: |
Either the catalog size for the program must be lowered to a value which will fit in one of the currently defined threads using the ULIB utility, or the thread definitions must be changed to ensure that one or more threads exist which are large enough to accomodate the program's catalog size. |
OVL0015 | Program $1 linked with PLANNED OVERLAY - not supported |
Explanation: |
Self-explanatory message. |
OVL0016 | Insufficient thread storage available to load module $1 |
Explanation: |
Self-explanatory message. |
OVL0017 | $1 request for program $2 failed, no eligible processor group |
Explanation: |
Program $1 issued a program control request for $2, however, this failed because there was no eligible processor group for program $2. |
Terminal operator info: |
Report the error to your system administrator. |
System programmer info: |
This will occur when a program has been catalogued with a specific processor group which should be used using ULIB. In this case either the processor group has not been defined or has been deleted. |
OVL0018 | $1 request for program $2 failed, system is quiescing |
Explanation: |
Program $1 issued a program control request for $2, however, this failed because the system is quiescing. |
System programmer info: |
If program $2 should be available when the system is quiescing, the appropriate option must be set for the program using ULIB. Refer to the ULIB documentation for more information. |
OVL0019 | LIBRM error - $1 |
Explanation: |
Library access error from LIBRM |
System action: |
Startup will continue |
System programmer info: |
Correct storage errors. Contact SAG for other errors. |
Computer operator info: |
Correct storage errors. Contact SAG for other errors. |