MPE/iX Commands Reference Manual (32650-90877)
542 Chapter13
Command List XI
Commands SHOWLOG thru STORE
Examples
To display two specific variables, enter:
SHOWVAR
firstvariable, secondvariable
To display all variables beginning with a single alphabetic character and ending with the
characters axval, enter:
SHOWVAR ?axval
To display all variables created by the user with the SETVAR, INPUT, or SETJCW command,
or with the HPCIPUTVAR, PUTJCW, or SETJCW intrinsics, enter:
SHOWVAR
To display all variables created currently in the variable table, those created by the user
and all predefined variables, enter:
SHOWVAR @
To display all user-defined variables for session 32. Must have SM capability, enter:
SHOWVAR ;job=#s32
To display all user-defined variables matching
s@
for job 23. Must have SM capability,
enter:
SHOWVAR s@ ;job=J23 ;user
To display all user-defined variables beginning with the letter “H”. Note: the predefined
HP variables, like HPPATH, are not shown, enter:
SHOWVAR h@ ;user
To display all predefined variables containing “TIME” in their names. User created
variables, like MYTIME, would not be seen, enter:
SHOWVAR @time@ ;hp
Related Information
Commands DELETEVAR, INPUT, ECHO, SETVAR, SHOWJCW
Manuals Appendix A, "Predefined Variables in MPE/iX"
Using the HP 3000 Series 900: Advanced Skills
=SHUTDOWN
Initiates a shutdown of MPE/iX.
Syntax
=SHUTDOWN[
system terminal dtc tape disc network other
]
Parameters
None.