
606 Chapter 7
Command Definitions S-SO
SHOWVAR
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