MPE/iX Commands Reference Manual (32650-90877)

Chapter 7 239
Command List V
Commands HEADOFF thru LISTF
Syntax
Direct access:
HELP[{
udcnamecommandname
[{
keyword
,ALL} ]
commandfilenameerrormessagepro
gramfilename function name variable name
SUMMARYCLASSHELPSTUDY
EXPRESSIONS| VARIABLES | OPERATORS | FUNCTIONS} ]
Interactive (subsystem) access:
>
commandname
{space or comma} [{
keyword
,ALL} ]
HELPMENU
SUMMARY
CLASS
HELP
HELPSTUDY
Parameters
<omitted> If you specify the HELP command with no parameters, you enter the help
facility subsystem in interactive mode. To return to the CI, enter E or EXIT.
Refer to "Operation Notes."
udcname
Any existing UDC. To display all UDCs within a UDC file, specify the
PRINT command. Refer to
commandname
.
commandname
Any MPE/iX command. MPE/iX displays the command name and syntax.
In addition, a list of keywords for that command is displayed.
The HELP command also provides help on UDCs, command files, or
program files. The search order is UDCs, built-in commands (MPE/iX),
command files, and then program files. The search order for UDC's is user
level, account level, and system level. The search order for command files
and program files is determined by the contents of the CI variable HPPATH.
If the user's HPPATH does not contain the name of the current group, the
user can print a command file from the current group, but cannot get help
information.
For UDCs and command files, help displays the text of the user command,
unless the file contains the NOHELP option. In those cases, the display is
suppressed. In the case of program files, help displays a header identifying
it as a program file and the fully qualified file name of the program file.
function name
Any CI evaluator function, eg: FINFO
keyword
One of the keywords described under the command parameter. All
commands have the following keywords:
PARMS PARMS is short for parameter. Lists all parameters of the
specified command.
OPERATION Describes the use of the specified command.
EXAMPLE Displays an example showing usage of the specified
command.
ALL Displays all parameters, operation information, and an