CICS ISOLATE


This command changes ISOLATE settings for CICS transactions.

Command

Parameters

CICS ISOLATE

Tran ID[YES|NO]

The following table describes the parameters.

Parameter

Function

Notes

Tran ID

name of a CICS transaction

Possible values can be:

  • YES
  • NO

Example 1

This example command sets the CICS CEMT transaction to ISOLATE(YES).

/* REXX */
'IMFEXEC CICS ISOLATE CEMT YES'

CLIST example:

IMFEXEC CICS ISOLATE CEMT YES

 

Example 2

This example command sets the CICS CEMT transaction to ISOLATE(no).

/* REXX */
'IMFEXEC CICS ISOLATE CEMT NO'

CLIST example:

IMFEXEC CICS ISOLATE CEMT NO

 

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