gtpm4m0oMessages (System Error and Offline)

002000-002FFF


002010

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:

  1. Determine if the ECB was looping continually or if you must increase the value for the MAXTIME parameter in the corresponding TMSLC macro call (with the ASSIGN parameter) in the CTMS segment.
    Note:
    You may need to increase the value for the MAXTIME parameter when tracing. C function trace may artificially extend the amount of time an ECB takes to run, and the SETOC system macro does not affect the CTL-2010 time-slice time-out.
  2. Do one of 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.


002011

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.


002012

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:

  1. Determine the cause of the error.
  2. Correct the error.


002013

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:

  1. Determine the cause of the error.
  2. Correct the error.
  3. Ensure that the time-slice name table record on file contains the correct time-slice names and attributes.


002014

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.