Newer version of documentation BMC provides a newer version of the documentation for this version of the product. As a result, BMC no longer accepts comments in this space.BMC recommends upgrading to the latest version of the product. To see documentation for that version, see bao8301.

CICS ENABLE


This command makes a resource available for use.

Command

Parameters

CICS ENABLE

FILE|TRAN|PROGRAM|DESTIdentifier

The following table describes the parameters:

Parameter

Function

Notes

Type

Type of resource to affect

Values are

  • FILE: a file
  • TRAN: a CICS transaction
  • PROGRAM: a CICS application program
  • DEST: a transient data queue

Note

BBI-SS PAS to CICS communication must be active if the CICS DISABLE statement uses any of these parameters.

Identifier

Resource ID for each type

Values are

  • file id: Identifier is a 1- to 8-alphanumeric file name.
  • tran id: Identifier is a 1- to 4-alphanumeric transaction name.
  • program id: Identifier is a 1- to 8-alphanumeric program name.
  • dest id: Identifier is a 1- to 4-character queue name defined in the Destination Control Table (DCT).

Example

This example command enables the CICS transaction ABRW.

/* REXX */
"IMFEXEC CICS ENABLE TRAN ABRW"

CLIST example:

IMFEXEC CICS ENABLE TRAN ABRW

Related topic

 

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