Global variables that control how commands and procedures are executed
DSQEC global variables control how commands and procedures are executed. All of these global variables can be modified by the SET GLOBAL command.
Callable interface variable name | Command interface variable name | Length | Description |
---|---|---|---|
DSQEC_ALIASES | None | 31 | View for retrieving lists of table and view aliases when you request a list of tables from a Db2® for z/OS® location. Also applies if the current server is Db2 for z/OS or Db2 for Linux®, UNIX, and Windows. |
DSQEC_BUFFER_SIZE | None | 03 | Sets the length of the data buffer used to fetch data from the database. Valid values range from 4 - 256 (each integer is 1KB; for example, 4 equals 4K, 256 equals 256K, etc.). The default value is 4 (4KB). |
DSQEC_CC | None | 01 | Suppresses the carriage control
characters in the report output format; values can be:
|
DSQEC_COLS_LDB2 | None | 31 | View for retrieving column information for a table at the current location, if that location is Db2 for z/OS. |
DSQEC_COLS_RDB2 | None | 31 | View for retrieving column information for a table at a remote Db2 for z/OS location (if it is not the current location). |
DSQEC_COLS_SQL | None | 31 | View for retrieving column information for a table in a DB2® for VSE and VM database. |
DSQEC_CON_ACC_RES | None | 01 | Applies to executable SELECT queries that QMF submits to Db2 for z/OS. Use this variable to specify how you want the database to proceed when the data to be selected is locked by an insert, update, or delete operation. When you set this variable, QMF specifies the clause associated with the variable value on the concurrent-access-resolution attribute of the PREPARE statement for the SELECT query. Executable SELECT queries can result not only from QMF queries (such as SQL SELECT queries, prompted queries, or QBE P. queries), but also from other QMF operations such as DISPLAY TABLE. Possible values
are:
|
DSQEC_CON_CSWL | None | 01 |
This global variable enables the use of the DB2 for z/OS statement concentration with literals feature. It applies to dynamic SQL SELECT statements submitted to DB2 for z/OS through QMF commands such as RUN QUERY and DISPLAY, EXPORT and PRINT TABLE. When you set this variable, QMF specifies support through the DB2 for z/OS CONCENTRATE STATEMENTS WITH LITERALS prepare attribute: 0 = Do not enable DB2 for z/OS statement concentration with literals. This is the default. 1 = Enable DB2 for z/OS statement concentration with literals. |
DSQEC_CURR_FOLDER | None | 128 | Specifies the name of the current folder to be used for QMF commands that allow folder processing (SAVE, LIST, and ERASE). The default is blank. When a folder name is identified in this global variable, that folder is used when any QMF command that uses QMF folder objects is processed. For example, when DSQEC_CURR_FOLDER is set and the SAVE QUERY AS Q1 command is executed, the query will be saved and the query object will be included in the folder that is identified in the global variable. You can override this global variable by specifying a folder name with the FOLDER keyword with the QMF command. In this case, the folder name that is specified with the FOLDER keyword overrides the folder name that is specified in the DSQEC_CURR_FOLDER global variable. If this global variable is blank and the FOLDER keyword is not specified, folder processing is not used. Restriction: This global variable
is not supported when QMF is
connected to DB2 Server
for VSE and VM.
|
DSQEC_DISABLEADM | None | 01 | Suppression of QMF
administrator authority. When the value of this global variable is changed, the effect is immediate.
Possible values can be:
The initial default value for this global variable can be overridden by the DSQUOPTS
initialization exit routine. Alternately, QMF administrator authority can be controlled by the
user's profile MODEL setting.
|
DSQEC_DSALLOC_DIR | None | 03 | Specifies the number of directory blocks to be used when exporting a member of a new PDS data set in TSO. The value must be greater than zero for PDS data sets. If you are using the site default type of data set or PDSE data sets, QMF ignores the value of this global variable. To use the site default type of data set, set DSQEC_PO to 0. To use PDSE data sets, set DSQEC_PO to 2. If your site uses sequential data sets, set this global variable to zero. |
DSQEC_DSALLOC_PRI | None | 08 | QMF allocates data sets in tracks. This global variable specifies the primary quantity of tracks for the TSO data set that is used to store the results of the QMF EXPORT command. Values can be from 1 to the maximum size allowed by the storage device and operating system. The default value is 15. A value of zero is not allowed. PS, PDS, and PDSE data sets can have a maximum value of 16777215 tracks. |
DSQEC_DSALLOC_SEC | None | 08 | QMF allocates data sets in tracks. This global variable specifies the secondary quantity of tracks for the TSO data set that is used to store the results of the QMF EXPORT command. Values can be from zero to the maximum size allowed by the storage device and operating system. The default value is 105 tracks. PS and PDS data sets can have a maximum value of 65535 tracks; PDSE data sets can have a maximum value of 16777215 tracks. |
DSQEC_DSLRECL1 | None | 05 | Specifies the logical record length
(LRECL) that is to be used when an SQL query or QMF procedure is exported to a new data set.
Valid values are 79 - 32760. The default value is 79. |
DSQEC_DSQSFISO | None | 01 | Specifies the format of
CHAR(datetime-expression) data within a QMF report. The following values are used:
DSQEC_DSQSFISO takes its default value from the value of program parameter DSQSFISO. The DSQSFISO program parameter setting may be seen in state global variable DSQAO_DSQSFISO. Note that if DSQEC_DSQSFISO is modified, the value of DSQAO_DSQSFISO will not change. DSQEC_DSQSFISO should be referenced for the current behavior settings. |
DSQEC_DS_SUPPORT | None | 01 | Provides support for QMF Data Service (QDS)
|
DSQEC_DS_NOPAR | None | 01 | Indicates whether Parallelism is currently in use.
|
DSQEC_DS_PAR | None | 02 | The valid values:
Note: If DSQEC_DS_NOPAR is set to 1 then the value of DSQEC_DS_PAR is ignored and no
parallelism is in use.
|
DSQEC_EDITOR | None | 18 | Specifies the value to use for
the EDITOR keyword on the EDIT command when the EDITOR keyword is
not specified. The valid values for this global variable are:
The default value is blank. |
DSQEC_EDITOR_PVIEW | None | 1 | Controls the QMF Enhanced Editor preview command. The preview
command is available when you edit an SQL query to preview the results of a SELECT query.
|
DSQEC_EXPL_MODE | None | 07 | Specifies the setting that is to be used for the Db2 special register CURRENT EXPLAIN MODE when the RUN QUERY command is issued.
The special register controls the behavior of the EXPLAIN facility for eligible dynamic SQL
statements. Before a query is run, QMF sets the CURRENT EXPLAIN
MODE special register to the value that is specified by this global variable. The valid values for this global variable are:
|
DSQEC_EXTND_STG | None | 31 | Specifies the number of megabytes of extended storage that QMF acquires on each request to the extended storage manager when the DSQSPTYP program parameter is set to 64BIT. This program parameter is available in QMF for TSO only. When an operation requires extended storage, QMF requests the specified amount until the operation is complete or extended storage is exhausted. When setting this global variable, consider the average size of DATA objects with which your QMF users work. If the average size is large and you set the value low, QMF issues many calls to the extended storage manager to complete the DATA object. These repeated calls might affect performance. Values can be from 1 to 1000. The default value is 25, indicating that QMF requests 25 MB of storage on each request. |
DSQEC_FORM_LANG | None | 01 | Establishes the
default NLF language in a saved, exported, or imported form; values
can be:
|
DSQEC_ISOLATION | None | 01 | Default query isolation level. Values
can be:
|
DSQEC_KEEP_THREAD | None | 01 | Specifies whether a thread is released or kept active at the end
of a query. This global variable does not affect threads that are created for procedures that run in batch mode or threads that are created when QMF is connected to a remote database through the CONNECT command. When procedures are run in batch mode, threads persist until the procedure completes. When QMF is connected to a remote database, threads persist until the connection ends. The valid values for this global variable are:
If you set any Db2 global variables while DSQEC_KEEP_THREAD is set to 1 and then change DSQEC_KEEP_THREAD to 0, those Db2 global variables revert to their default values. |
DSQEC_LAST_RUN | None | 01 | Specifies the set of commands that cause the LAST_USED field on QMF object lists to be updated. This field is based on the LAST_USED column of the Q.OBJECT_DIRECTORY control table. The value in the LAST_USED column is updated regardless of whether the issued command is successful. However, in some cases, the LAST_USED column is not updated immediately, and if QMF is terminated abnormally, the column might not be updated. Possible values are:
|
DSQEC_LIST_OWNER | None | 128 | Provides the default value for the OWNER parameter of the LIST command. Specify an authorization ID up to 128 characters long. This variable is blank by default, resulting in a list of objects owned by the current authorization ID. You can use selection symbols in the variable
value. Use an underscore (_) in place of a single character and a
percent sign (%) in place of zero or more characters. For example,
the following command followed by a LIST command instructs QMF to
list only objects that are owned by user IDs that begin with the characters
RO:
The following
command sets the default owner to any user IDs that begin with I,
have any character in the second position, and any characters in the
remaining positions:
The value you set with this global variable does not apply to lists displayed when you press the List key on QMF panels other than the home panel. |
DSQEC_LOB_COLMAX | None | 10 | Specifies the maximum data size of a LOB column that is to be
retrieved, in bytes, up to the maximum LOB size of 2147483637, or 2 GB. A value of 0 specifies no
maximum. By default, LOB metadata is retrieved instead of LOB data. However, if an edit code other than M is specified or if the DSQEC_LOB_RETRV global variable is set to 3, LOB data is retrieved instead of metadata. In this case, if a user queries a table that contains LOB data that is larger than the maximum, an error is issued and no report data is displayed. If a user issues an EXPORT TABLE, PRINT TABLE, SAVE DATA, or EXPORT DATA command for a table or data object that contains LOB data that is larger than the maximum, an error is issued and the command is terminated. The default is 32767. |
DSQEC_LOB_RETRV | None | 01 | Specifies how LOB data or metadata
is retrieved. The valid values are:
|
DSQEC_LOB_SAVE | None | 01 | Specifies whether users can save
LOB data to a table in the database using the QMF SAVE DATA or IMPORT TABLE command. The valid
values are:
|
DSQEC_NLFCMD_LANG | None | 01 | Sets expected NLF language for
commands. Values can be:
|
DSQEC_PO | None | 01 | Specifies the type of partitioned
(PO) data set to create when exporting a QMF object
to a new TSO data
set. Values can be:
|
DSQEC_PRO_ENABLE | None | 01 | Controls whether
a confirmation panel is displayed before QMF overwrites
or discards the contents of the QUERY, FORM, PROC, or PROFILE temporary
storage areas. Possible values are:
|
DSQEC_PRO_FORM | None | 01 | This variable
controls whether a confirmation panel is displayed before QMF overwrites
or discards the contents of the FORM temporary storage area. The DSQEC_PRO_ENABLE
global variable must be set to 1. Possible values are:
|
DSQEC_PRO_PROC | None | 01 | This variable
controls whether a confirmation panel is displayed before QMF overwrites
or discards the contents of the PROC temporary storage area. The DSQEC_PRO_ENABLE
global variable must be set to 1. Possible values are:
|
DSQEC_PRO_PROF | None | 01 | This variable
controls whether a confirmation panel is displayed before QMF overwrites
or discards the contents of the PROFILE temporary storage area. The
DSQEC_PRO_ENABLE global variable must be set to 1. Possible values
are:
|
DSQEC_PRO_QUERY | None | 01 | This variable
controls whether a confirmation panel is displayed before QMF overwrites
or discards the contents of the QUERY temporary storage area. The
DSQEC_PRO_ENABLE global variable must be set to 1. Possible values
are:
|
DSQEC_RERUN_IPROC | None | 01 | Reruns the invocation procedure
after the END command; values can be:
If you start QMF with an invocation procedure, set this variable to '0'; QMF terminates instead of rerunning the procedure. |
DSQEC_RESET_RPT | None | 31 | Determines whether QMF prompts
you when an incomplete DATA object in temporary storage might be affecting
performance; possible values are:
|
DSQEC_RUN_MQ | None | 01 | Specifies
whether the RUN QUERY command supports multiple statements in an SQL
query. Possible values are:
|
DSQEC_SAV_ACCELNM | None | 128 | Specifies the name of the default
accelerator to be used when creating accelerator-only tables from
SAVE DATA, IMPORT TABLE and RUN QUERY to TABLE commands. This variable
is referenced only if the ACCELERATOR keyword is not specified. Although you can set this global variable to a blank, do not set it to blank if the DSQEC_SAV_ALLOWED global variable is set to '4'. |
DSQEC_SAV_ACCELDB | None | 08 | Contains a data base name to be used on creation of new
accelerator only tables in Db2 for z/OS data bases. This variable is referenced only when an
accelerator only table is being created from the SAVE DATA, IMPORT TABLE and RUN QUERY with TABLE
keyword commands. When this variable is not blank, the IN DATABASE clause will be specified on the
CREATE TABLE statement and accelerator only tables will be created in the specified database. The
default for this variable is blank. Note that when creating accelerator only tables via the SAVE DATA, IMPORT TABLE and RUN QUERY with TABLE keyword commands, QMF does not reference the user's profile SPACE value. |
DSQEC_SAV_ALLOWED | None | 01 | Controls whether users save data
to a new table in the database or in an accelerator using the QMF SAVE
DATA, RUN QUERY to TABLE, or IMPORT TABLE commands. Except for option
0, this field does not influence the location of existing tables that
the replaced data is in or teh data is appended to. Existing tables
are replaced or appended to in the database or accelerator regardless
of the setting of this variable. Valid values for this global variable
are:
|
DSQEC_SAV_LOADER | None | 01 |
Allows the Db2 LOAD utility (cross-loader feature) to be used when using the RUN QUERY with TABLE keyword.
|
DSQEC_SAV_LOGCTL | None | 02 |
The Db2 Load Utility cross-loader feature returns errors in a result set. DSQEC_SAV_LOGCTL
controls the amount of output returned from the cross-loader that is saved by QMF.
Examples:
|
DSQEC_SAV_LOGTABLE | None |
The name of the table to which QMF saves result sets returned from the cross-loader. Q.ERROR_LOG is the default name and should be created when QMF is installed. This is the QMF message error log. The name can be a one or two-part name in the form of: USERID.TABLENAME If left blank the result set will not be saved. If the user enters a name other than Q.ERROR_LOG, the table must exist. QMF will not create the table. No save will be done. An entry will be made in the QMF trace indicating the result set was not saved. It is also recommended that the error log be in a different table space than the one the data is being saved it otherwise QMF may not be able to have the result set if the utility is terminated. |
|
DSQEC_SESSGLV_SAV | None | 01 | Controls whether user input in
some data entry fields on some panels is saved within and across QMF sessions. User input is saved
as session variables that are stored in the Q.GLOBAL_VARS table as
global variables that are named with a DXY prefix. The DSQEC_SESSGLV_SAV
global variable is checked throughout the session, as well as when QMF starts and exits. The valid values
are:
This parameter applies to most fields on command prompt panels that are accessed through the following commands: CONNECT, CONVERT, DISPLAY, DRAW, EDIT, ERASE, EXPORT, IMPORT, LIST, PRINT, RESET, RUN, SAVE, SET, and SHOW. |
DSQEC_SHARE | None | 31 | Specifies the default value for
the SHARE parameter; possible values are:
|
DSQEC_SP_RS_NUM | None | 04 | Indicates which
result set returned by a stored procedure is used to create the report.
Possible values are:
|
DSQEC_SPAC_OVRIDE | None | 01 | Specifies whether users can override
the default table space that is specified in the QMF profile. Valid values for this global variable are:
|
DSQEC_SQLQRYSZ_2M | None | 01 | Controls whether
SQL queries greater than 32,767 bytes (32 KB) in length are supported
by the RUN QUERY command.
Additional customization might be required to run queries larger than 32 KB from QMF for CICS®. |
DSQEC_TABS_LDB2 | None | 31 | View for retrieving lists of tables and views at the current server, if it is Db2 for z/OS or Db2 for Linux, UNIX, and Windows |
DSQEC_TABS_RDB2 | None | 31 | View for retrieving lists of tables and views at remote Db2 subsystems. |
DSQEC_TABS_SQL | None | 31 | View for retrieving lists of tables and views for a DB2 for VSE and VM database. |
DSQEC_TRACE_LIMIT | None | 31 | Limits the amount of trace output
to the specified number of bytes. The valid range is 0 - 2147483647. This variable can be used to reduce the size of QMF trace output. This global variable is typically set as directed by IBM® Software Support. |
DSQEC_TRACE_MODULE | None | 54 | Contains the names of QMF modules to be traced. Up to 6 modules can be specified, separated by commas. After module names are specified in the global variable, initiate the trace by issuing the SET PROFILE command with the TRACE keyword to set to ALL. Example: SET PROFILE (TRACE=ALL Note: If modules are specified
via the SET GLOBAL command from the command line, the module names
must be enclosed in single quotes.
|
DSQEC_TWO_GB_ROW | None | 01 | Controls the
length of rows returned in QMF reports.
Use one of the following values:
Important:
|
DSQEC_USERGLV_SAV | None | 01 | Determines whether global variables
that were created or changed by the user, including those that start
with “DSQ,” are saved when the QMF session ends. Values that are to be saved
are stored in the Q.GLOBAL_VARS table and associated with the user
ID of the session. If the values are saved, they are restored at the
start of the user’s next QMF session.
The valid values are:
|