Optional CEEOPTS Definitions

You can add a DDNAME "CEEOPTS" to the CICS JCL pointing at an input stream with the following parameters for CEET. The input stream can be either a flat sequential file or a PDS member.

ENVAR("S7MLOG=DDNAME")

DDNAME is the JCL DD for CEET log in the CICS JCL.

For example, in the CEEOPTS inut stream:
ENVAR("S7MLOG=MYLOG")
Corresponding to this CICS JCL:
//MYLOG DD SYSOUT=*