Writing an edit routine in PL/I for CICS/VSE
The QMF edit exit interface for PL/I in CICS consists of these parts:
- Interface control block, which is shipped with QMF as DXEECSP
- CICS command interface modules, which are shipped with CICS as DFHPL1I.
- Your edit exit program, which is named DSQUECIC
Figure 171 shows the program structure
of a PL/I edit exit routine in CICS.
Figure 171. Program structure for PL/I edit exit routine in CICS
[ Previous Page | Next Page | Contents | Index ]