The following examples show starting QMF under CICS:
QMFE DSQSIROW=150,DSQSBSTG=500000,DSQSPILL=NO
This statement passes a value of 150 for DSQSIROW (rows fetched before screen display), passes a value of 500,000 for DSQSBSTG (maximum storage for reports), and turns off the QMF spill file (DSQSPILL=NO).
QMFE DSQSRUN=Q.IPROC(&&TABLE=Q.STAFF)
This statement uses the DSQSRUN parameter:
The DSQSRUN parameter as specified in this example results in the following QMF command:
RUN Q.IPROC(&TABLE=Q.STAFF