genReturnImmediate

When you generate a CICS® COBOL program, the genReturnImmediate build descriptor option specifies whether the generated program exits with a CICS RETURN IMMEDIATE statement when the program issues a transfer to transaction transfer statement. The CICS RETURN IMMEDIATE instead of a CICS START command uses fewer CICS resources.

Values

YES
Generate the RETURN IMMEDIATE statement after a transfer to transaction statement.
NO (the default value)
Generate a CICS START statement after a transfer to transaction statement.

Feedback