A SERVICE OF

logo

184 Chapter 3
Command Definitions C-E
DELETEVAR
Use
This command is available in a session, job, program, or in BREAK. Pressing Break has no
effect on this command.
Examples
To delete two specific variables, enter:
DELETEVAR firstvariable, secondvariable
To delete all variables beginning with a single alphabetic character and ending with the
characters axval, enter:
DELETEVAR ?axval
To delete all variables created by the user, enter:
DELETEVAR @
To delete a range of variables, for example, those that begin with the letters P, Q, R, S, or T
followed by zero or more characters that end with the string module. In the following
example variables such as PMODULE, QMODULE, RMODULE, SMODULE, TMODULE, and
TIME_MODULE are all deleted by entering:
DELETEVAR [P-T]@MODULE
MPE/iX predefined variables, which are listed in appendix A, cannot be deleted.
To delete all variables beginning in T and ending in two digits such as TMP11, T25,
TMP_237 but not T2, enter:
DELETEVAR T@##
Related Information
Commands SETJCW, SETVAR, SHOWJCW, SHOWVAR
Manuals Using the HP 3000 Series 900: Advanced Skills
Appendix A, "Predefined Variables in MPE/iX"