TS/MP System Management Manual (G06.24+, H06.03+)

PATHCOM Operation Commands
NonStop TS/MP System Management Manual541819-001
10-6
EXIT Command
Considerations
The ERRORS command must appear in the command line before any OBEY
command; otherwise, PATHCOM ignores the ERRORS command and stops after
the first error or warning.
You can enter the ERRORS command in the command file that you use for the IN
file option of the PATHCOM startup command; however, if you enter ERRORS on
the same command line with the IN file option, PATHCOM ignores the IN
command file to execute the ERRORS command.
Examples
This command specifies that PATHCOM read the command file PCCMD until it
encounters a total of more than 5 errors and warnings or the end of the file:
=ERRORS 5;OBEY PCCMD
This command specifies that PATHCOM read the command file PWCMD until it
encounters a total of more than 10 errors and warnings or the end of the file:
PATHCOM $PM1;ERRORS 10;OBEY PWCMD
EXIT Command
Use the EXIT command to terminate communication with PATHCOM. If PATHCOM is
using a command file, this command terminates the command file.
PATHCOM stops when it encounters the EXIT command in a command file (the IN
file).
FC Command
Use the FC command to edit or repeat a command line.
This command displays the previous command line and prompts for editing input with a
period (.). FC accepts three subcommands:
R (replacement-string) Replaces one or more characters.
I (insertion-string) Inserts one or more characters.
D (deletion-character) Deletes one character.
EXIT
FC