Previous Topic: 1007/C007Next Topic: Problem Analysis Guidelines


1008/C008

Reason:

A request was made to the never-call service.

The task or transaction abnormally terminates without saving uncommitted database changes.

Action:

A construction problem most likely caused this ABEND. The generated application code makes many calls to TIROUTE to request runtime services. Some of these services are valid only in specific environments. When the application loads and TIREFI creates the execution framework, the invalid services in the environment are marked as NeverCall services in the SVT. Attempting to access the service from an application causes this ABEND.

Copying or reinstalling code generated for one environment to a different environment without regenerating the code can cause this, for example, copying code generated for IMS/MFS to CICS.