Changing QMF's response to long-running queries

Some QMF commands will not run until all the rows of a query are stored in the temporary storage area. If a query is in the process of running, and you issue a new command, QMF's default response is to finish the query, and then run the new command. You can change QMF's response to this condition by setting the DSQEC_RESET_RPT global variable as follows:

SET GLOBAL DSQEC_RESET_RPT=n

where n can be:

0
Reset Report Prompt Panel is not displayed and QMF runs the query.
1
Reset Report Prompt Panel is displayed. This panel prompts the user to stop or continue the query.
2
Reset Report Prompt Panel is not displayed and the query is stopped.
[ Previous Page | Next Page | Contents | Index ]