Setting global variables with the DSQUOPTS routine
The settings in the DSQUOPTS exit routine override the values of certain global variables when QMF starts. You can modify the default DSQUOPTS routine to suit your needs.
About this task
Procedure
To modify the DSQUOPTS exit routine, follow these steps:
- Change the Assembler source as necessary. The source for the exit resides in QMF1310.SDSQUSRE(DSQUOPTS). For details on how to specify override values, see the DSQUOPTS prolog.
- Assemble and link-edit the module. A sample job that assembles and link-edits DSQUOPTS resides in member QMF1310.SDSQSAPE(DSQ1UOPT).
- Allocate the QMF exit library in the initialization procedure you are using so that the modified exit is referenced during the QMF initialization process.