checkToTransaction

When you generate a COBOL program, the checkToTransaction build descriptor option indicates whether a special check is included in an EGL-generated CICS® program that issues a transfer to transaction statement. The check uses the CICS system programming command INQUIRE to determine whether the destination transaction is defined to the system.

Values

YES (the default value)
The program checks for the transaction definition. If the definition is absent, the program ends immediately, without an abend.
NO
The program does not check for the transaction definition. If the definition is absent, the program will stop.

Specify NO only if your organization does not allow use of programs that issue CICS system programming commands.


Feedback