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 | not applicable |
INservice | Puts the connection into service Example: IMFEXEC CICS CONN SYSID IN | not applicable |
OUTservice | Takes the connection out of service Example: IMFEXEC CICS CONN SYSID OUT | not applicable |
ACQuire | Acquires a connection Example: IMFEXEC CICS CONN SYSID ACQ | not applicable |
RELease | Releases a connection Example: IMFEXEC CICS CONN SYSID REL | not applicable |
NOTpend | Makes a connection not pending Example: IMFEXEC CICS CONN SYSID NOT | not applicable |
PURGE | Purges a connection Example: IMFEXEC CICS CONN SYSID PURGE | not applicable |
ENDAFFINITY | Ends an affinity owned by CICS Example: 'IMFEXEC CICS CONN CT51 ENDAFFINITY' /* End Affinity */ | not applicable |
EXITTRACE | Specifies the terminal exit program activity to trace Example: 'IMFEXEC CICS CONN CT51 EXITTRACE' /* Trace Terminal program exit activity */ | not applicable |
NOEXITTRACE | Specifies no terminal exit program activity is traced Example: 'IMFEXEC CICS CONN CT51 NOEXITTRACE' /* Do not trace Terminal program exit activity */ | not applicable |
CANCEL | Cancels AIDs queuing for the connection Example: 'IMFEXEC CICS CONN CT51 CANCEL' /* Cancel scheduled and allocated requests */ | not applicable |
FORCECANCEL | Cancels all AIDs, including system AIDs, queuing for the connection Example: 'IMFEXEC CICS CONN CT51 FORCECANCEL' /* Cancel AIDs, including system */ | not applicable |
FORCEPURGE | Specifies all transactions running on sessions on the connected system are immediately terminated abnormally Example: 'IMFEXEC CICS CONN CT51 FORCEPURGE' /* Terminate all session-connected transactions */ | not applicable |
KILL | Specifies the task is to be terminated Example: 'IMFEXEC CICS CONN CT51 KILL' /* Kill tasks to try to save the region */ | not applicable |
NORECOVDATA | Forces all indoubt units of work Example: 'IMFEXEC CICS CONN CT51 NORECOVDATA' /* Override normal resync for APPC connections */ | not applicable |
BACKOUT | Specifies all shunted UOWs will be backed out because of the failure of this connection Example: 'IMFEXEC CICS CONN CT51 BACKOUT' /* Backout all shunted UOW's */ | not applicable |
COMMIT | Specifies all shunted UOWs will be committed because of the failure of this connection Example: 'IMFEXEC CICS CONN CT51 COMMIT' /* Commit all shunted UOWs */ | not applicable |
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. Example: 'IMFEXEC CICS CONN CT51 FORCEUOW' /* Backout or Commit */ | not applicable |
RESYNC | Specifies all shunted UOWs will be retried because of the failure of this connection Example: 'IMFEXEC CICS CONN CT51 RESYNC' /* Retry shunted UOWs */ | not applicable |
ZCPTRACE | Specifies that the IBM z/OS Communications Server ZCP tracing is started Example: 'IMFEXEC CICS CONN CT51 ZCPTRACE' /* Start tracing */ | not applicable |
NOZCPTRACE | Specifies that the IBM z/OS Communications Server ZCP tracing is stopped Example: 'IMFEXEC CICS CONN CT51 NOZCPTRACE' /* Stop tracing */ | not applicable |
Example
This example command puts a connection in service.
'IMFEXEC CICS CONN SYSID IN'
CLIST example: