MPE/iX Commands Reference Manual (32650-90877)
Chapter 5 153
Command List III
Commands DATA thru EXIT
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,orT
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"
DISALLOW
Prohibits access to a specific operator command.
Syntax
DISALLOW FILE=formaldesignator[ ;SHOW]
DISALLOW] [
@.@ user.@ @.user user.acct
] ;COMMANDS=
command
[
,
command
,...]
Parameters
formal- designator An ASCII file name, which may consist of one to eight alphanumeric
characters, beginning with an alphabetic character. It may be fully or
partially qualified and may be back-referenced in a file equation.
SHOW Lists input lines on $STDLIST.
@.@ Prohibits access to all users whether logged on or not.
user
.@ Prohibits access to a specific user in all accounts.
@.
acct
Prohibits access to all users in a specific account.
user.acct
Prohibits access to a specific user in a specific account.
command
The names of those commands to which the user is prohibited access.
Operation Notes
The operator uses the DISALLOW command to prohibit a user from executing specific
operator commands previously allowed with the ALLOW command. You can use the