To reach QMF, you can use an application program and the callable interface (see Developing QMF Applications for further details), or you can enter the following statement:
DSQQMFE DSQSSUBS=dbname,DSQSPLAN=planid,...
where (...) represents additional parameter values being passed to QMF.
You can also start QMF with the following TSO call commands:
CALL 'QMF720.SDSQLOAD(DSQQMFE)' 'DSQSSUBS=dbname,DSQSPLAN=planid,...'
CALL 'QMF720.SDSQLOAD(DSQQMFE)' 'DSQSSUBS=dbname,DSQSPLAN=planid, DSQSDBNM=<location>...'
For more information on starting QMF, see Installing and Managing QMF for MVS.
[ Previous Page | Next Page | Contents | Index ]