Writing an edit routine in COBOL for CICS on OS/390
The edit exit interface for COBOL in CICS consists of
these parts:
- Interface control block, which is shipped with QMF as DXEECSC
- CICS command interface module, which is shipped with CICS as
DFHECI
- Your edit exit program, which is named DSQUECIC
Figure 180 shows the structure
of a COBOL edit exit routine in CICS.
Figure 180. Program structure for a COBOL edit exit routine in CICS
[ Previous Page | Next Page | Contents | Index ]