QMF edit exit interface control block DXEECSP, located in QMF sample library QMF720.SDSQUSRE, must be available in a macro library during the compile.
You must compile your program with no STAE or SPIE macros. To do this you should add the following statement to your PL/I program:
DCL PLIXOPT CHAR(15) VAR INIT('NOSTAE,NOSPIE') STATIC EXTERNAL;
Specify PL/I compiler option SYSTEM(CICS).
[ Previous Page | Next Page | Contents | Index ]