CICS adapter messages (CSQC...)
CSQC100Dcics-applid csect-name Cannot retrieve data from a START command. EIBFN=eibfn EIBRESP=eibresp EIBRESP2=eibresp2Explanation:CKTI has attempted to retrieve data from a CICS START command, but the retrieve was unsuccessful.
Severity:8
System Action:CKTI ends.
System Programmer Response:The EIB fields contain information about the cause of the problem. See the CICS Application Programming Reference manual for an explanation of these values. Use the data contained in these fields to resolve the problem, and retry.
CSQC101Dcics-applid csect-name Cannot open the initiation queue. MQCC=mqcc MQRC=mqrcExplanation:CKTI has attempted to open an initiation queue, but the attempt was unsuccessful (for example, because the queue was not defined). mqcc and mqrc give the reason for the problem.
Severity:8
System Action:CKTI ends.
Operator Response:Refer to Appendix A. API completion and reason codes for information about mqcc and mqrc, determine the cause of the problem, and use CKQC to restart CKTI.
CSQC102Dcics-applid csect-name Cannot start the CICS transaction tran-id. EIBFN=eibfn EIBRESP=eibresp EIBRESP2=eibresp2Explanation:A trigger message has been retrieved from the initiation queue which defines a CICS transaction to be started. However the transaction cannot be started (for example, it cannot be found).
Severity:8
System Action:The trigger message is sent to the dead-letter queue. CKTI processes the next message.
System Programmer Response:The EIB fields contain information about the cause of the problem. See the CICS Application Programming Reference manual for an explanation of these values. Determine the reason for the problem, and restart the transaction.
CSQC103Ecics-applid csect-name CKTI has read a trigger message with an incorrect MQTM-StrucId of struc-idExplanation:A trigger message has been retrieved, but the structure identifier of the message is not MQTM_STRUC_ID and so is not compatible with this version of CSQCTASK.
Severity:4
System Action:The trigger message is sent to the dead-letter queue. CKTI processes the next message.
System Programmer Response:Check the header of the message on the dead-letter queue. This will tell you where the trigger message came from. Correct the process that created the trigger message.
CSQC104Ecics-applid csect-name CKTI does not support version version-idExplanation:A trigger message has been retrieved, but the version identifier in MQTM is not version 1, and so is not compatible with this version of CSQCTASK.
Severity:4
System Action:The trigger message is sent to the dead-letter queue. CKTI processes the next message.
System Programmer Response:Check the header of the message on the dead-letter queue. This will tell you where the trigger message came from. Correct the process that created the trigger message.
CSQC105Ecics-applid csect-name CKTI cannot start a process type of process-typeExplanation:A trigger message has been retrieved, but the process type in MQTM is not CICS, and so cannot be processed by this version of CSQCTASK.
Severity:4
System Action:The trigger message is sent to the dead-letter queue. CKTI processes the next message.
System Programmer Response:Check the header of the message on the dead-letter queue. This will tell you where the trigger message came from. Correct the process that created the trigger message.
CSQC106Dcics-applid csect-name MQGET failure. CKTI will end. MQCC=mqcc MQRC=mqrcExplanation:An attempt to issue an MQGET call on the initiation queue has been unsuccessful.
Severity:8
System Action:CKTI ends.
System Programmer Response:Refer to Appendix A. API completion and reason codes for information about mqcc and mqrc to determine the cause of the problem, and use CKQC to restart CKTI.
CSQC107Icics-applid csect-name A request to end CKTI has been received. CKTI endedExplanation:A request to end CKTI has been sent from the MQ CICS adapter. This is a normal completion of CKTI.
Severity:0
System Action:CKTI ends.
CSQC108Dcics-applid csect-name Unexpected invocation. CKTI terminatedExplanation:An attempt has been made to start CKTI, but not from CKCN or CKSQ. This is not allowed.
Severity:8
System Action:CKTI ends.
Operator Response:Start CKTI from either CKCN or CKSQ.
CSQC109Dcics-applid csect-name MQCLOSE failed. MQCC=mqcc MQRC=mqrcExplanation:An attempt has been made to close a queue, but the MQCLOSE call was unsuccessful. This message is followed by message CSQC110I, indicating the name of the queue.
Severity:8
System Action:An implicit close of the queue will take place when the transaction ends.
System Programmer Response:Refer to Appendix A. API completion and reason codes for information about mqcc and mqrc to determine the cause of the problem.
CSQC110Icics-applid csect-name Queue name = q-nameExplanation:This message is issued to indicate the queue in error if an operation on a queue (for example, an MQOPEN) is unsuccessful. The accompanying messages indicate the cause of the problem.
Severity:8
CSQC111Dcics-applid csect-name CKTI has read a trigger message with an incorrect length of lengthExplanation:This message is issued if the transaction CKTI receives a trigger message that does not match the MQTM control block.
Severity:8
System Action:The message is sent to the dead-letter queue.
System Programmer Response:Look at the message on the dead-letter queue to establish why it did not match MQTM.
CSQC112Acics-applid csect-name MQOPEN error. MQCC=mqcc MQRC=mqrcExplanation:An MQOPEN call has been unable to open a queue. This message is followed by message CSQC110I indicating the name of the queue.
Severity:8
System Action:CKTI ends.
System Programmer Response:Refer to Appendix A. API completion and reason codes for information about mqcc and mqrc to determine the cause of the problem.
CSQC113Icics-applid csect-name This message cannot be processedExplanation:When an attempt to process a message using an MQ API call was unsuccessful, an attempt was made to put the message on the dead-letter queue. This was also unsuccessful and the message-id has been sent to the system console.
Severity:0
System Action:Processing continues.
System Programmer Response:Check the console for previous messages explaining why the dead-letter queue was not available (if a dead-letter queue has not been defined, no other messages relating to the problem will have been issued).
CSQC114Acics-applid csect-name MQINQ failed. MQCC=mqcc MQRC=mqrcExplanation:An attempt to use the MQINQ call to inquire about the attributes of a queue was unsuccessful. This message is followed by message CSQC110I indicating the name of the queue.
Severity:8
System Action:CKTI ends.
System Programmer Response:Refer to Appendix A. API completion and reason codes for information about mqcc and mqrc to determine why an MQINQ call could not be made on the queue.
CSQC116Acics-applid csect-name Cannot open the queue manager. MQCC=mqcc MQRC=mqrcExplanation:An MQOPEN call to the queue manager was unsuccessful.
Severity:8
System Action:CKTI ends.
System Programmer Response:Refer to Appendix A. API completion and reason codes for information about mqcc and mqrc to determine the cause of the problem.
CSQC117Acics-applid csect-name Cannot query the queue manager. MQCC=mqcc MQRC=mqrcExplanation:An MQINQ call to the queue manager was unsuccessful.
Severity:8
System Action:CKTI ends.
System Programmer Response:Refer to Appendix A. API completion and reason codes for information about mqcc and mqrc to determine the cause of the problem.
CSQC118Icics-applid csect-name MsgID=msg-idExplanation:This message follows message CSQC113I, indicating the hexadecimal identifier of the message that could not be processed.
Severity:0
CSQC119Acics-applid csect-name CICS detected an IRC failure. Cannot start transaction tran-idExplanation:A trigger message was retrieved from the initiation queue which defined a CICS transaction to be started, and the transaction is defined to run in a remote CICS region. The EXEC CICS START request for this transaction ended abnormally because of a failure in the IRC connection between the local and remote CICS regions.
Severity:8
System Action:The trigger message is sent to the dead-letter queue, and CKTI continues processing the next message.
System Programmer Response:Investigate the reason for the IRC failure.
CSQC120Acics-applid csect-name MQPUT failed. MQCC=mqcc MQRC=mqrcExplanation:An attempt was made to put a message on a queue with an MQPUT call, but the attempt was unsuccessful. This message is followed by message CSQC110I indicating the name of the queue.
Severity:8
System Action:CKTI ends.
System Programmer Response:Refer to Appendix A. API completion and reason codes for information about mqcc and mqrc to determine why an MQPUT call could not be made for the queue.
CSQC121Acics-applid csect-name No dead-letter queue defined for queue managerExplanation:A dead-letter queue has not been defined for the queue manager.
Severity:8
System Action:The trigger message is discarded, and the process cannot be started.
System Programmer Response:Define a dead-letter queue if one is required.
CSQC122Acics-applid csect-name Cannot close the queue manager. MQCC=mqcc MQRC=mqrcExplanation:CKTI was unable to close the queue manager after inquiring about the dead-letter queue.
Severity:8
System Action:CKTI ends.
System Programmer Response:Refer to Appendix A. API completion and reason codes for information about mqcc and mqrc to determine the cause of the problem.
CSQC123Acics-applid csect-name The dead-letter queue is not of type localExplanation:The dead-letter queue defined was not of type local. This message is followed by message CSQC110I, indicating the name of the queue.
Severity:8
System Action:The message is not put to the dead-letter queue.
System Programmer Response:Define the dead-letter queue as a local queue.
CSQC124Acics-applid csect-name The dead-letter queue is not of usage normalExplanation:The dead-letter queue defined is not of usage type normal. This message is followed by message CSQC110I, indicating the name of the queue.
Severity:8
System Action:The message is not put to the dead-letter queue.
System Programmer Response:Define the dead-letter queue to have usage type normal.
CSQC211Dcics-applid csect-name Unable to LINK to program CSQCPARM. EIBFN=eibfn EIBRESP=eibresp EIBRESP2=eibresp2 EIBRCODE=eibrcodeExplanation:An attempt to link to CSQCPARM was unsuccessful.
Severity:8
System Action:The connection process terminates, and control returns to CICS.
System Programmer Response:The EIB fields contain information about the cause of the problem. See the CICS Application Programming Reference manual for an explanation of these values. Determine the reason for the problem, and use the MQ CICS adapter control panels (the CKQC transaction) to retry the connection process.
CSQC212Dcics-applid csect-name CSQCPARM missing in SIT/SIT Override INITPARMExplanation:CSQCQCON attempted to connect to MQ, but the attempt was unsuccessful because the CSQCPARM keyword in the INITPARM statement was not found in the system initialization table (SIT) (or the SIT override INITPARM statement).
Severity:8
System Action:The connection process terminates, and control returns to CICS.
System Programmer Response:Add CSQCPARM keyword to the INITPARM statement of the SIT table (or the SIT override), restart CICS, and use the MQ CICS adapter control panels (the CKQC transaction) to retry the connection process. See the WebSphere MQ for z/OS System Setup Guide for information about the system initialization table.
CSQC213Dcics-applid csect-name Queue manager name missing in CSQCPARM. Command rejectedExplanation:An attempt was made to connect to MQ, but it was unsuccessful because the CSQCPARM keyword in the INITPARM statement did not contain the name of the required queue manager.
Severity:8
System Action:The connection process terminates, and control returns to CICS.
System Programmer Response:Use the MQ CICS adapter control panels (the CKQC transaction) to specify the queue manager name, and retry the connection process. See the WebSphere MQ for z/OS System Setup Guide for information about CSQCPARM.
CSQC214Ecics-applid csect-name Initiation queue name not found. CKTI not startedExplanation:A connection has been made to MQ, but CKTI cannot be started as no initiation queue name has been specified.
Severity:0
System Action:The queue manager is connected, but CKTI is not started.
Operator Response:Use the MQ CICS adapter control panels (the CKQC transaction) to start CKTI.
System Programmer Response:Add the initiation queue name to INITPARM statement if you want to start CKTI automatically next time you connect CICS to MQ.
CSQC216Dcics-applid csect-name Queue manager name invalid. Connection rejectedExplanation:An attempt has been made to connect to MQ, but it was unsuccessful because the queue manager name given was more than 4 characters long.
Severity:8
System Action:The connection process terminates, and control returns to CICS.
System Programmer Response: