DSQCP global variables

Global variables whose names begin with DSQCP control the operation of the table editor.

The following DSQCP global variables are available:
Name Length Description
DSQCP_CNFRM_DBUPD 1 Indicates if the Confirm database updates check box in the Options tab of the Edit Resource Limits dialog box is selected or not. Values include:
0
The Confirm database updates check box is notselected.
1
The Confirm database updates check box is selected.
Note: This is a read-only variable. If this variable is set 1, the confirmation panel is displayed irrespective of the values set in DSQCP_TEADD, DSQCP_TECHG, and DSQCP_TEDEL.
DSQCP_TEADD 1 Determines if a confirmation panel is displayed when adding rows to a table during a table edit session. Values can be:
0
Confirmation panel is disabled.
1
Confirmation panel is enabled.

Confirmation panel is enabled by default.

Note: The value set in this variable is ignored if DSQCP_CNFRM_DBUPD is 1.
DSQCP_TECHG 1 Determines if a confirmation panel is displayed when modifying rows in a table during a table edit session. Values can be:
0
Confirmation panel is disabled.
1
Confirmation panel is enabled.

Confirmation panel is enabled by default.

Note: The value set in this variable is ignored if DSQCP_CNFRM_DBUPD is 1.
DSQCP_TEDEL 1 Determines if a confirmation panel is displayed when deleting rows in a table during a table edit session. Values can be:
0
Confirmation panel is disabled.
1
Confirmation panel is enabled.

Confirmation panel is enabled by default.

Note: The value set in this variable is ignored if DSQCP_CNFRM_DBUPD is 1.
DSQCP_TEDFLT 1 Defines the reserved character used in the Table Editor to indicate a default value for a column. The default value is "+". This variable can also be set in the Enter default values as field found in the Preferences window.
DSQCP_TENULL 1 Defines the reserved character used in the Table Editor to indicate a null value for a column. The default value is "-". This variable can also be set in the Enter null values as field found in the Preferences window.