Home

 

TransactionId (MQCHAR4)

If LinkType has the value MQCLT_TRANSACTION, TransactionId is the transaction identifier of the user transaction to be run; specify a nonblank value in this case.

If LinkType has the value MQCLT_PROGRAM, TransactionId is the transaction code under which all programs within the unit of work are to be run. If you specify a blank value, the CICS DPL bridge default transaction code (CKBP) is used. If the value is nonblank, have defined it to CICS as a local transaction whose initial program is CSQCBP00. This field applies only when UOWControl has the value MQCUOWC_FIRST or MQCUOWC_ONLY.

This is a request field. The length of this field is given by MQ_TRANSACTION_ID_LENGTH. The initial value of this field is 4 blanks.



 

Home