MPE/iX Quick Reference Guide (32650-90881)

140 Chapter6
System Debug
Debugging your system
FINDPROC
procedurename library_file
[ [NO]IGNORECASE]
FOREACH
Each time a FOREACH command is executed,
name
is set to the next expression value in
value_list
prior to the execution of
cmdlist
. Execution ends when there are no more
expression values in the
value_list
.
FOREACH
name value_list command
FOREACH
name value_list
{
cmdlist
}
FPMAP
Reinitializes CM FPMAP symbolic procedure name access.
FPMAP
FUNCL[IST]
Function list. Displays information about the predefined functions.
FUNCL[IST] [
pattern
] [
group
] [
options
]
GETDUMP
DAT Privileged Mode.
Reads in a dump tape and creates a dump file.
GETDUMP
file
[
ldevlist
]
GETDUMP
file
[ DIR ]
H[ELP]
Displays online help messages for System Debug.
H[ELP] [
topic
] [
options
]
HIST[ORY]
Displays the history command stack.
HIST[ORY]
option
IF
If
condition
evaluates to TRUE, then execute all commands in
cmdlist
, else execute all
commands in
cmdlist2
.
IF
condition
THEN
command
IF
condition
THEN {
cmdlist
}
IF
condition
THEN
command1
ELSE
command2