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