CICSECM

Restriction: This directive is supported in native COBOL only.

Causes EXEC CICS statements in your program to be replaced by CICS API run-time calls.

Syntax:
>>-.---.-.----CICSECM-.----------------------.-.><
   +-/-+ |            |   +-----.---.-----+  | |
         |            |   |     +-,-+     |  | |
         |            |   V               |  | |
         |            +-(.-option=setting-.)-+ |
         |                                     |
         +-NO-CICSECM--------------------------+
Parameters:
option One of the CICSECM options (see below)
setting The setting for the option
Properties:
Default: NOCICSECM
Phase: Syntax check
$SET: No
Comments:

You normally set this directive by checking EXEC CICS in the Build Settings dialect box.

For more information on the CICS ECM directive options, see the help topic CICS Preprocessor Options.

See Also:

Related Topics