gtpm4m0o | Messages (System Error and Offline) |
Program: CCNUCL (CTME)
Error Message: TIME SLICE ECB TIMEOUT
Explanation: An entry control block (ECB) that was identified for time slicing exceeded its maximum allowable run time. The TMSLC macro call with the ENABLE parameter, which points to the a time-slice name table entry, sets the maximum run time for the ECB.
The CTMS segment, which is where the attributes for the corresponding time-slice name are found, initializes the time-slice name table entry. In this case, the attribute is the MAXTIME parameter, which is found in the TMSLC macro call with the ASSIGN parameter.
System Action: The ECB ends.
User Response: Do the following:
See TPF System Macros for more information about the TMSLC and SETOC macros, and TPF Operations for more information about the ZTMSL command.
Program: CCNUCL (CICS)
Error Message: ECB ALREADY MARKED FOR TIME SLICING
Explanation: An attempt was made to identify this entry control block (ECB) for time slicing when the ECB was already identified for time slicing.
System Action: The ECB ends and a SNAPC error dump is taken.
User Response: Correct the application error.
Program: CTMS
Error Message: ERROR DURING TIME-SLICE INITIALIZATION
Explanation: An error occured during system restart in the time-slice initialization segment CTMS.
System Action: The entry control block (ECB) continues to run.
User Response: Do the following:
Program: CTMT
Error Message: ERROR READING OR WRITING TIME-SLICE NAME RECORD
Explanation: An error occurred while reading or writing the file copy of the time-slice name table while processing the ZTMSL command. If the error occurred during the write of the time-slice name table, the ZTMSL CHANGE, REMOVE, or ADD command may not have completed its intended function.
System Action: The entry control block (ECB) ends.
User Response: Do the following:
Program: CTMT
Error Message: TMSLC MACRO CALLED DURING RESTART
Explanation: An entry control block (ECB) ran a TMSLC macro during system restart. TMSLC macros can only be run after the system reaches 1052 state.
System Action: The ECB ends and a SNAPC error dump is taken.
User Response: Correct the application program. See TPF System Macros for more information on the TMSLC macro.