gtpm4m0m | Messages (System Error and Offline) |
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.
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.
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:
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.
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.
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.
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.
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.
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.
Program: CVFE, GOGO
Error Message: GOGO EVNTC ERROR - error
Where:
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.
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:
See TPF C/C++ Language Support User's Guide for more information about the tpf_genlc function.
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:
See TPF General Macros for more information about the GENLC, EVNTC, or POSTC macro.
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:
See TPF General Macros for more information about the POSTC macro.