Previous Topic

Next Topic

Book Contents

Book Index

Messages MCIJ00 through MCIJxx

This group includes messages for the IOA (infrastructure) product.

MCIJ61E TRANSACTION transid NOT DEFINED IN CICS

Explanation: The CTMCIDN program failed to start transaction transid because the transaction was disabled or was not defined in the CICS tables.

The CTMCIDN program starts transaction transid (the CTMCIST program) in order to add a CICS-DOWN condition to the IOA Conditions file.

The CTMCIDN program stops executing.

Corrective Action: Check that transaction transid is enabled, and that it is correctly defined in the CICS PPT. For more information, refer to the installation instructions in the IOA CICSSAMP library.

MCIJ62E SECURITY CHECK FAILED FOR TRANSACTION START transid

Explanation: The CTMCIDN program could not start transaction transid because the necessary security authorization was not available.

The CTMCIDN program starts transaction transid (the CTMCIST program) to write a CICS-DOWN condition in the IOA Conditions file.

The CTMCIDN program stops executing, and the CICS-DOWN condition is not added.

Corrective Action: Contact your CICS system programmer to define the correct security level in the CICS PCT entry of the started transaction using the RSL parameter.

MCIJ63E CTMCIDN PROCESSING ERROR: EIBFN= func EIBRCODE= err ABEND= abCode

Explanation: The CTMCIDN program failed due to an internal error.

The CTMCIDN program is invoked in order to add a CICS-DOWN condition to the IOA Conditions file.

Where the error occurred as a result of an EXEC CICS command, func indicates the function code, and error indicates the error code.

In the case of a program check, abend indicates the CICS abend code.

The CTMCIDN program stops executing.

Corrective Action: Check the abend code specified in the message and any relevant messages in the system log. If the problem is related to CICS customization, or to storage violations as a result of user transactions, correct the problem. Otherwise, contact BMC Customer Support.

MCIJ64E PROGRAM CTMCIOC DISABLED OR NOT DEFINED IN CICS

Explanation: The CTMCIDN program failed to link to the CTMCIOC program because the program was disabled or was not defined in the CICS tables.

The CTMCIDN program is optionally invoked during CICS shutdown processing in order to close all Control-M files defined in table CTMCITB. The program attempted to link to the CTMCIOC program in order to process the requests.

The CTMCIDN program stops executing.

Corrective Action: Check that the CTMCIOC program is enabled, and that it is correctly defined in the CICS PPT. For more information, please refer to the installation instructions in the IOA CICSSAMP library.

MCIJ65E INVALID DATA RETURNED IN COMMAREA OF LINK TO ROUTINE CTMCIOC

Explanation: An invalid table address was returned to the CTMCIDN program.

The CTMCIDN program, which is optionally invoked during CICS shutdown processing to close all Control-M files defined in table CTMCITB, links to the CTMCIOC program to process the request. When processing is requested for more than one file, diagnostic messages for each file are returned to the CTMCICT program in a table pointed to by an address in COMMAREA.

The CTMCIDN program stops.

Corrective Action: Check the CICS job log for additional messages which may indicate the cause of the problem. If necessary, contact BMC Customer Support for assistance.

Parent Topic

MCI messages