cicsEntries

When you generate a COBOL program for CICS®, the cicsEntries build descriptor option specifies whether to produce CICS program and transaction definitions; and if so, in what format. EGL might produce definitions for these CICS transactions:

Values

NONE (the default value)
Does not generate CICS definitions.
RDO
Generates resource definition online (RDO) program and transaction definitions.
MACRO
Generates CICS DFHPPT statements for the program properties table and DFHPCT statements for the program control table.

Feedback