Installation guide
Console User Interface 2-5
Return terminates command line input. No action is taken on a command
line until it is terminated by a carriage return. If no characters are en-
tered and the Return key is pressed, it is treated as a null command. No
action is taken, and the console prompts for input. Carriage return is ech-
oed as carriage return, line feed.
Backslash (\) allows continuation across lines from the terminal; must
be the last character on the line to be continued.
When the Delete key is pressed, the console deletes the character previ-
ously typed.
Help provides additional information on console commands.
Ctrl/A or F14 toggles between insertion mode and overstrike mode for
command line editing. The default mode is overstrike.
Ctrl/B or up-arrow/down-arrow recall the previous command(s). The
last 16 commands are stored in the recall buffer.
Ctrl/C terminates the current command. Echoed as ^C, Ctrl/C clears
Ctrl/S and also resumes output that was suspended using Ctrl/O. When
Ctrl/C is entered as part of a command line, the line is deleted as if you
entered Ctrl/U. Ctrl/C has no effect as part of a binary data stream.
Ctrl/D or left-arrow moves the cursor one position to the left.
Ctrl/E moves the cursor to the end of the line.
Ctrl/F or right-arrow moves the cursor right one position.
Ctrl/H, Backspace, or F12 moves the cursor to the beginning of the line.
Ctrl/J deletes previously typed word.
Ctrl/O stops output to the console terminal until Ctrl/O is entered again.
Ctrl/O is echoed as ^O followed by a carriage return and is not echoed
when output is reenabled. Output is also reenabled when the console
prompts for a command, issues an error message, enters program mode, or
when Ctrl/P is entered. It is not reenabled by displaying a repeat com-
mand.
Ctrl/P works like Ctrl/C and is echoed as ^C, if the console terminal is in
console mode. If the console terminal is in program mode and is secured,
Ctrl/P is not echoed, but is passed to the operating system for processing.
If the console terminal is in program mode and is not secured, Ctrl/P halts
the processor and begins the console program. See the continue com-
mand for additional information.
Ctrl/Q resumes console output to the console terminal that was suspended
with Ctrl/S. Additional Ctrl/Q strokes are ignored. Ctrl/Q is not echoed.










