Event Management Service (EMS) Analyzer Manual

Command Descriptions
Event Management Service (EMS) Analyzer Manual133700
5-40
PAUSE
Examples
PAUSE
The PAUSE command suspends EMS Analyzer and allows the terminal to be used by
another process. When you invoke a process during an EMS Analyzer session through
the RUN command, you can use the Break key to suspend the process and reactivate
EMS Analyzer. Once in EMS Analyzer, you can use the PAUSE command to return
control of the terminal to the other process.
Consideration
The PAUSE command can be issued only by an interactive user.
REPEAT
The REPEAT command causes the remainder of the command line to be repeated for the
number of iterations specified or until the Break key is pressed if none is specified.
/OUT file-spec/
causes any EMS Analyzer output generated for this command to be directed to the
specified file.
count
is the number of times the command-line is executed. If omitted, the command-
line is executed until the Break key is pressed, or the process is sent a WAKE
message, or the process is terminated.
command-line
is one or more EMS Analyzer commands separated by semicolons (;).
Considerations
Only one REPEAT command can appear on a command line. To obtain multiple
levels of iteration, use REPEAT commands within OBEY files.
Alias names following a REPEAT command must be prefaced with the hyphen (-)
Only aliases at the beginning of the line are expanded by default.
-> PARAM EMSA^DEBUG^ENABLE ON
-> PARAM
PARAM EMSA^DEBUG^ENABLE .ON.
PAUSE
REPEAT [ /OUT file-spec/ ] [ count ] command-line