NET/MASTER Network Control Language (NCL) Programmer's Guide
Displaying Text on the OCS Command Input Line
Interaction With Users and Terminals
13–2 106160 Tandem Computers Incorporated
START verb, discussed in Section 16, “Environments and Command Processing,”
which invokes an NCL procedure for asynchronous execution in the specified
environment using the specified variables
EMSREAD, LOGREAD, and MSGREAD verbs, discussed in Section 17,
“Developing System-Level NCL Procedures,” which read a system-level message
EMSALERT, EMSCONT, EMSSEND, LOGCONT, and MSGCONT verbs,
discussed in Section 17, “Developing System-Level NCL Procedures,” which send
a system-level message from an NCL process
SECCALL verbs, discussed in Section 18, “Advanced NCL Programming,” which
read from and write to the User ID Management Services (UMS) database
For the complete syntax of NonStop NET/MASTER MS commands, refer to the
NonStop NET/MASTER MS Command Reference Manual. For the complete syntax of
core statements and verbs, refer to the NonStop NET/MASTER NCL Reference Manual.
Displaying Text on the
OCS Command Input
Line
You can use the CMDLINE verb from an NCL process to display text on the OCS
command input line. You can write any command text on the command input line.
You can position the cursor to any location within the command text.
The text starts from the second position after the CMDLINE verb (the first position
after the CMDLINE verb must be a blank). Leading blanks are preserved. Uppercase
and lowercase letters are preserved in the text. If the text exceeds the length of the
OCS command input line, it is truncated. Any text currently in the OCS command
input line is erased when the CMDLINE verb is executed.
You can use an underscore (_) to position the cursor within the text. The cursor is
positioned at the precise location at which the underscore appears. NCL interprets
only the first occurrence of an underscore as a positional indicator. If you do not
supply an underscore, the cursor is positioned at the end of the text.
You can use the CMDLINE verb to provide default entry values associated with the
PAUSE verb. You can place the default values directly into the command input line
for immediate entry or modification before entry.