CICS CONN


This command alters the status of IRC/ISC connections.

Important

BBI-SS PAS to CICS communication must be active.

Related topic

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

IMFEXEC CICS CONN SYSID IN

n/a

OUTservice

Takes the connection out of service

IMFEXEC CICS CONN SYSID OUT

n/a

ACQuire

Acquires a connection

IMFEXEC CICS CONN SYSID ACQ


n/a

RELease

Releases a connection

IMFEXEC CICS CONN SYSID REL

n/a

NOTpend

Makes a connection not pending

IMFEXEC CICS CONN SYSID NOT

n/a

PURGE

Purges a connection

IMFEXEC CICS CONN SYSID PURGE

n/a

ENDAFFINITY

Ends an affinity owned by CICS

"IMFEXEC CICS CONN CT51 ENDAFFINITY" /* End Affinity */

n/a

EXITTRACE

Specifies the terminal exit program activity to trace

"IMFEXEC CICS CONN CT51 EXITTRACE" /* Trace Terminal program exit activity */

n/a

NOEXITTRACE

Specifies no terminal exit program activity is traced

"IMFEXEC CICS CONN CT51 NOEXITTRACE" /* Do not trace Terminal program exit activity */

n/a

CANCEL

Cancels AIDs queuing for the connection

"IMFEXEC CICS CONN CT51 CANCEL" /* Cancel scheduled and allocated requests */

n/a

FORCECANCEL

Cancels all AIDs, including system AIDs, queuing for the connection

"IMFEXEC CICS CONN CT51 FORCECANCEL" /* Cancel AIDs, including system */

n/a

FORCEPURGE

Specifies all transactions running on sessions on the connected system are immediately terminated abnormally

"IMFEXEC CICS CONN CT51 FORCEPURGE" /* Terminate all session-connected transactions */

n/a

KILL

Specifies the task is to be terminated

"IMFEXEC CICS CONN CT51 KILL" /* Kill tasks to try to save the region */

n/a

NORECOVDATA

Forces all indoubt units of work

"IMFEXEC CICS CONN CT51 NORECOVDATA" /* Override normal resync for APPC connections */

n/a

BACKOUT

Specifies all shunted UOWs will be backed out because of the failure of this connection

"IMFEXEC CICS CONN CT51 BACKOUT" /* Backout all shunted UOW's */

n/a

COMMIT

Specifies all shunted UOWs will be committed because of the failure of this connection

"IMFEXEC CICS CONN CT51 COMMIT" /* Commit all shunted UOWs */

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.

"IMFEXEC CICS CONN CT51 FORCEUOW" /* Backout or Commit */

n/a

RESYNC

Specifies all shunted UOWs will be retried because of the failure of this connection

"IMFEXEC CICS CONN CT51 RESYNC" /* Retry shunted UOWs */

n/a

ZCPTRACE

Specifies that the IBM z/OS Communications Server ZCP tracing is started

"IMFEXEC CICS CONN CT51 ZCPTRACE" /* Start tracing */

n/a

NOZCPTRACE

Specifies that the IBM z/OS Communications Server ZCP tracing is stopped

"IMFEXEC CICS CONN CT51 NOZCPTRACE" /* Stop tracing */

n/a

Example

This example command puts a connection in service.

/* REXX */
"IMFEXEC CICS CONN SYSID IN"

CLIST example:

IMFEXEC CICS CONN SYSID IN

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*