Previous Topic

Next Topic

Book Contents

Book Index

Messages MCID00 through MCIDxx

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

MCID01I CTMAJO SUCCESSFUL COMPLETION

Explanation: This information message notifies that the CTMAJO program, which is invoked by the CTMCIJO program, successfully placed a job order in the Active Jobs file.

Corrective Action: No action is required.

MCID02E INVALID OR NO COMMAREA SUPPLIED TO CTMCIJO ROUTINE

Explanation: Either no COMMAREA was supplied to job order submission the CTMCIJO program, or the length of the COMMAREA supplied was less than that expected by the program.

The COMMAREA must be defined according to DSECT CTMCIAJO, or COPY the CTMCICJO member.

The CTMCIJO program stops executing with a condition code of 04.

Corrective Action: Check that the length of the COMMAREA is not less than the length of DSECT CTMCIAJO or COPY the CTMCICJO member. Contact your CICS system programmer for assistance if necessary.

MCID03E CTMCIJO PROCESSING ERROR: EIBFN= func EIBRCODE= err ABEND= abCode

Explanation: The CTMCIJO job order submission program, failed due to an internal error.

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

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

A CICS transaction dump is produced and the program stops executing with a condition code of 52.

Corrective Action: Check the dump 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.

MCID04E STORAGE NOT AVAILABLE TO PROCESS REQUEST

Explanation: Insufficient storage was available in CICS to process the user request.

This error message is issued by the CTMCIJO job order submission program, which requires CICS storage to build parameters for the CTMAJO program, which places the job on the Active Jobs file.

The CTMCIJO program stops executing with a condition code of 08.

Corrective Action: Retry the transaction, and if the error persists, contact your CICS system programmer.

MCID05E KEYWORD PARAMETER MISSING: keyName

Explanation: Missing //*CONTROLM JCL statement with keyword keyName in the input parameter list passed to the CTMCIJO job order submission program.

The input parameter list must contain two //*CONTROLM statements, with keywords TABLE and JCL respectively. For details, refer to the section on the Control-M Quick Submit Command in the Control-M for z/OS User Guide.

The CTMCIJO program stops executing with a condition code of 12.

Corrective Action: Correct the input and re-invoke the CTMCIJO program. Contact your CICS system programmer for assistance if necessary.

MCID06E INVALID KEYWORD FOUND: keyName

Explanation: Invalid keyword keyName, found in a //*CONTROLM JCL statement in the input parameter list passed to the CTMCIJO job order submission program.

The only valid keywords for //*CONTROLM statements are TABLE and JCL, and a statement with each must be included in the input parameter list. For more details see the Control-M Quick Submit Command in the Control-M for z/OS User Guide.

The CTMCIJO program stops executing with a condition code of 16.

Corrective Action: Correct the input and re-invoke the CTMCIJO program. Contact your CICS system programmer for assistance if necessary.

MCID07E KEYWORD TABLE ERROR FOUND

Explanation: The CTMCIJO job order submission program failed due to an internal error while scanning the JCL statements specified in the input parameter list.

The CTMCIJO program stops executing with a condition code of 60.

Corrective Action: Save the CICS job log and have your INCONTROL administrator contact BMC Customer Support.

MCID08E VALUE MISSING FOR parm

Explanation: No value was specified for the parm parameter in a //*CONTROLM JCL statement in the input parameter list that was passed to the CTMCIJO job order submission program.

The //*CONTROLM statement contained a valid keyword (TABLE or JCL), but it was not followed by the expected data. For details, refer to the Control-M Quick Submit Command in the Control-M for z/OS User Guide.

The CTMCIJO program stops executing with a condition code of 20.

Corrective Action: Correct the input and re-invoke the CTMCIJO program. Contact your CICS system programmer for assistance if necessary.

MCID09E INVALID VALUE FOUND: val

Explanation: An invalid value val was specified for a parameter in a //*CONTROLM JCL statement in the input parameter list passed to the CTIMCIJO job order submission program.

The //*CONTROLM statement contains a valid keyword (TABLE or JCL), but the data following it is invalid for that keyword. For more information, see the Control-M for z/OS User Guide.

The CTMCIJO program stops executing with a condition code of 24.

Corrective Action: Correct the input and re-invoke the CTMCIJO program. Contact your CICS system programmer for assistance if necessary.

MCID10E NUMBER OF JCL STATEMENTS NOT SPECIFIED

Explanation: The COMMAREA passed to the CTMCIJO job order submission program did not indicate the number of JCL statements included in the input parameter list.

The number of JCL statements must be indicated in the fixed part of the COMMAREA passed to the CTMCIJO program.

The CTMCIJO program stops executing with a condition code of 28.

Corrective Action: Contact your CICS system programmer for assistance.

MCID11E TABLE LIBRARY NOT SPECIFIED

Explanation: No scheduling table library was specified in a //*CONTROLM JCL statement in the input parameter list passed to the CTMCIJO job order submission program.

The job order request cannot be processed unless keyword TABLE is followed by a valid scheduling library name. For more details please refer to the Control-M for z/OS User Guide.

The CTMCIJO program stops executing with a condition code of 32.

Corrective Action: Correct the input and re-invoke the CTMCIJO program. Contact your CICS system programmer for assistance if necessary.

MCID12E JCL LIBRARY NOT SPECIFIED

Explanation: No JCL library was specified in the //*CONTROLM JCL statement in the input parameter list passed to the CTMCIJO job order submission program.

Keyword JCL must be followed by a valid JCL library name in order for the JCL defined in the COMMAREA to be saved for subsequent processing by Control-M.

The CTMCIJO program stops executing with a condition code of 36.

Corrective Action: Correct the input and re-invoke the CTMCIJO program. Contact your CICS system programmer for assistance if necessary.

MCID13E TABLE LIBRARY MEMBER NOT SPECIFIED

Explanation: No scheduling table library member was specified in a //*CONTROLM JCL statement in the input parameter list passed to the CTMCIJO job order submission program.

The job order request cannot be processed unless the MEMBER keyword is followed by a valid scheduling library member name. For more details please refer to the Control-M for z/OS User Guide.

The CTMCIJO program stops executing with a condition code of 40.

Corrective Action: Correct the input and re-invoke the CTMCIJO program. Contact your CICS system programmer for assistance if necessary.

MCID14E INVALID DATA FOUND IN AUTOEDIT PARAMETERS

Explanation: Invalid data was found in the AutoEdit parameter string passed to the CTMCIJO job order submission program.

The error may be due to one of the following:

The CTMCIJO program stops executing with a condition code of 44.

Corrective Action: Correct the input and re-invoke the CTMCIJO program. Contact your CICS system programmer for assistance if necessary.

MCID15E ERROR IN CTMAJO ATTACH. RC= rc

Explanation: Execution of a MVS ATTACH macro ended with return code rc.

This error message is issued by the CTMCIJO job order submission program, which processes job order requests by passing parameters to the CTMAJO program by means of an MVS ATTACH macro.

The subtask for executing CTMAJO is not created and the CTMCIJO program stops executing with a condition code of 48.

Corrective Action: Refer to the relevant IBM manual for an explanation of the return code. If the problem cannot be resolved, contact BMC Customer Support.

MCID16E ERROR IN CTMAJO PROCESSING. RC= rc

Explanation: The CTMCIJO job order submission program invoked the CTMAJO program to process the job order specified by the input parameter list. Processing of the request ended with return code rc.

The CTMCIJO program stops executing with a condition code of 52.

Corrective Action: For an explanation of the return code returned by the CTMAJO program, refer to the ROSORDER sample program in the IOA SAMPLE library. If the problem cannot be resolved, contact BMC Customer Support.

MCID17E ROUTINE CTMAJO ABENDED abCode

Explanation: The CTMCIJO job order submission program invoked the CTMAJO program to process the job order specified by the input parameter list. The CTMAJO program abended with code abCode.

The CTMCIJO program stops executing with a condition code of 56.

Corrective Action: For an explanation of the abend code, refer to the relevant IBM manual. If the problem cannot be resolved, contact BMC Customer Support.

Parent Topic

MCI messages