gtpm4m0mMessages (System Error and Offline)

000E00-000EFF


000E00

Program: CCCIEF

Error Message: EVNTC AND ECB HOLDING BLOCK ON LEVEL

Explanation: The program issued an EVNTC macro that specified a data level that was already in use.

System Action: The ECB is exited.

User Response: Correct the offending segment so that it uses a data level that is not already in use.


000E03

Program: CCCIEF

Error Message: MISMATCH BETWEEN TYPE CODES

Explanation: The type codes for one of the following macro pairs do not match:

System Action: The issuing ECB is exited.

User Response: Determine which is the correct type code and make the required changes to the using segments.


000E04

Program: CCCIEF

Error Message: ATTEMPT TO DEQC FROM A RESOURCE NOT ENQ'D ON

Explanation: The ECB issued a DEQC macro that specified the name of a resource the ECB had not enqueued on.

System Action: The issuing ECB is exited.

User Response: Do the following:

  1. Determine why the DEQC macro was issued.
  2. Correct the problem.


000E05

Program: CCCIEF

Error Message: ATTEMPT TO DEQC FROM AN UNKNOWN RESOURCE

Explanation: The ECB issued a DEQC macro for a resource name that was not known to the system.

System Action: The issuing ECB is exited.

User Response: Determine what was wrong with the resource name. If the resource name is valid, determine why the ENQC was not done.


000E06

Program: CCCIEF

Error Message: ATTEMPT TO ENQC ON RESOURCE BY OWNER

Explanation: The ECB that already owned the resource is trying to ENQ on it again.

System Action: The issuing ECB is exited.

User Response: Determine why the ECB is trying to do the double ENQC on the same resource name.


000E07

Program: CCCIEF

Error Message: EXIT HOLDING A SHARED RESOURCE

Explanation: An ECB is trying to exit while currently enqueued on a resource.

System Action: A DEQC is forced and the exit is continued.

User Response: Determine why the ECB did not issue a DEQC before the ECB issued the EXITC.


000E08

Program: CCCIEF

Error Message: SHARED RESOURCE HELD TOO LONG

Explanation: Another ECB is currently waiting for this resource and the specified time out value has expired.

System Action: The ECB holding the resource is exited and the resource is passed to the waiting ECB.

User Response: Determine why the ECB holding the resource was unable to complete its processing in the specified time period.


000E09

Program: CCCIEF

Error Message: SHARED RESOURCE HELD TOO LONG

Explanation: Another ECB is currently waiting for this resource and the specified time out value has expired.

System Action: The ECB holding the resource is exited and the resource is passed to the waiting ECB.

User Response: Determine why the ECB holding the resource was unable to complete its processing in the specified time period.


000E10

Program: CCCIEF

Error Message: EVENT NOT A CNT TYPE EVENT

Explanation: The EVINC macro was issued that specified an event that is not defined as a count-type event. The EVINC macro can be used only to dynamically increment the count value for a currently defined count-type event.

System Action: The issuing ECB is exited.

User Response: Make sure that the event specified is defined as a count-type event.

Error Message: EVNWC ISSUED FOR EVINC EVENT

Explanation: An EVNWC macro was already issued for the event at the time of the EVINC macro request. The EVINC macro cannot be used to increment the count value for an event while there are ECBs waiting on that event.

System Action: The issuing ECB is exited.

User Response: Determine why the EVINC macro was issued after an EVNWC macro was issued for the same event.


000E11

Program: CVFE, GOGO

Error Message: GOGO EVNTC ERROR - error

Where:

error
One of the following:

Explanation: This error can occur for any of the following reasons:

System Action: The ECB is exited. The associated message identifies the module detecting the error.

User Response: Determine why the event was not found or why the name is duplicated; neither of these conditions should ever occur. Time-out may occur when testing under the IBM Virtual Machine (IBM VM) system because of possible DASD contention or an unusually heavy processing load.


000E12

Program: CGENLC

Error Message: ILLEGAL GENLC FUNCTION PARAMETER SPECIFIED

Explanation: An incorrect parameter was specified for a tpf_genlc function call.

System Action: The issuing entry control block (ECB) exits.

User Response: Do the following:

  1. Determine which tpf_genlc() parameter is in error.
  2. Correct the problem.

See TPF C/C++ Language Support User's Guide for more information about the tpf_genlc function.


000E13

Program: CCCIEF

Error Message: One of the following:

Explanation: One of the following occurred:

The list size is less than the minimum (7 bytes) or more than the maximum (424 bytes), or a single list item (data element and control fields) is more than the 256-byte maximum size.

System Action: The issuing entry control block (ECB) exits.

User Response: Do the following:

  1. Determine why the list size is incorrect. The CIEF program determines the list size by multiplying the item size by the count of items. The size must be in the range of 7 to 424 bytes. (A count or size value of zero results in a list data size of zero.)
  2. Correct the problem.

See TPF General Macros for more information about the GENLC, EVNTC, or POSTC macro.


000E14

Program: CCCIEF

Error Message: MISMATCH BETWEEN LIST ITEM SIZES

Explanation: A POSTC macro was issued for a list-type event, but the item size specified does not match the size that was defined in the event.

System Action: The issuing entry control block (ECB) exits.

User Response: Do the following:

  1. Determine why the POSTC macro was issued with an incorrect list item size.
  2. Correct the problem.

See TPF General Macros for more information about the POSTC macro.