CICS CONN
This command alters the status of IRC/ISC connections.
Command | Parameters |
---|---|
CICS CONN | SYSID[IN |OUT | ACQ |REL |NOTPEND | PURGE | ENDAFFINITY | EXITTRACE | NOEXITTRACE | CANCEL | FORCECANCEL | FORCEPURGE | KILL | NORECOVDATA | BACKOUT | COMMIT | FORCEUOW | RESYNC | ZCPTRACE | NOZCPTRACE] |
The following table describes the parameters.
Parameter | Function | Notes |
---|---|---|
SYSID | CICS SYSID for the MRO/ISC connection | n/a |
INservice | Puts the connection into service | n/a |
OUTservice | Takes the connection out of service | n/a |
ACQuire | Acquires a connection | n/a |
RELease | Releases a connection | n/a |
NOTpend | Makes a connection not pending | n/a |
PURGE | Purges a connection | n/a |
ENDAFFINITY | Ends an affinity owned by CICS | n/a |
EXITTRACE | Specifies the terminal exit program activity to trace | n/a |
NOEXITTRACE | Specifies no terminal exit program activity is traced | n/a |
CANCEL | Cancels AIDs queuing for the connection | n/a |
FORCECANCEL | Cancels all AIDs, including system AIDs, queuing for the connection | n/a |
FORCEPURGE | Specifies all transactions running on sessions on the connected system are immediately terminated abnormally | n/a |
KILL | Specifies the task is to be terminated | n/a |
NORECOVDATA | Forces all indoubt units of work | n/a |
BACKOUT | Specifies all shunted UOWs will be backed out because of the failure of this connection | n/a |
COMMIT | Specifies all shunted UOWs will be committed because of the failure of this connection | n/a |
FORCEUOW | Specifies all shunted UOWs will be forced to COMMIT or BACKOUT status because of the failure of this connection, as specified on the ACTION option of the TRANSACTION definition. | n/a |
RESYNC | Specifies all shunted UOWs will be retried because of the failure of this connection | n/a |
ZCPTRACE | Specifies that the IBM z/OS Communications Server ZCP tracing is started | n/a |
NOZCPTRACE | Specifies that the IBM z/OS Communications Server ZCP tracing is stopped | n/a |
Example
This example command puts a connection in service.
"IMFEXEC CICS CONN SYSID IN"
CLIST example:
Related topic