Deleting a global variable

Deleting a global variable deletes both the name and value of the variable. You can delete variables that were created by an administrator or user, which have names that do not begin with "DSQ."

Procedure

To delete a global variable, use one of the following options:
  • On the QMF command line, enter the RESET GLOBAL command with the following syntax:
    RESET GLOBAL (variable_name
    For example, to delete a global variable called JOBTYPE, enter the following command:
    RESET GLOBAL (JOBTYPE
    You can delete all global variables that were created by an administrator or user by entering the following command:
    RESET GLOBAL ALL
  • On the QMF command line, enter the SHOW GLOBALS command to display the GLOBALS panel. To delete a global variable from the global variable list, move the cursor to the line that contains the variable name and press the Delete function key.