TS/MP System Management Manual (G06.24+, H06.03+)
Glossary
NonStop TS/MP System Management Manual—541819-001
Glossary-22
RISC
RISC. See reduced instruction-set computing (RISC).
root directory. An OSS directory associated with a process that the system uses for
pathname resolution when a pathname begins with a slash (/) character. See also
OSS pathname.
RSC. See Remote Server Call (RSC).
scalability. The ability to increase the size and processing power of an online transaction
processing system by adding processors and devices to a system, systems to a
network, and so on, and to do so easily and transparently without bringing systems
down. Scalability is also sometimes called expandability.
SCOBOLX. The object file for the SCREEN COBOL compiler program. This name is given
in a TACL command to invoke the compiler. See also SCREEN COBOL.
screen. A group of data fields that represent formatted data to be displayed on a terminal.
A screen is defined by a screen description entry in the Screen Section of a SCREEN
COBOL program. There are two types of screen: base screens and overlay screens.
See also base screen, overlay screen, and screen description entry.
SCREEN COBOL. A procedural language developed by Tandem and based on COBOL
that is used to define and control screen displays on terminals and other input/output
devices. SCREEN COBOL allows programmers to write requester programs that
communicate with operator terminals and intelligent input/output devices, and that
send data to server processes that manage application databases. SCREEN COBOL
programs are compiled into pseudocode form by the SCREEN COBOL compiler and
then interpreted by the TCP. See also terminal control process (TCP).
SCREEN COBOL Utility Program (SCUP). A utility that provides control and manipulation
of SCREEN COBOL object files.
screen description entry. A declaration of a base screen, and, optionally, an overlay
screen, in the Screen Section of a SCREEN COBOL program. See also screen, base
screen, and overlay screen.
screen-oriented requester. A SCREEN COBOL requester that sends data from working
storage to the display screen of a terminal by way of screen templates defined in the
Screen Section of the Data Division. Similarly, such a requester receives data from the
terminal into working storage by way of Screen Section templates. It uses ACCEPT
and DISPLAY statements in the Procedure Division to interact with the display
terminals. Standard SCREEN COBOL requesters are screen-oriented. See also
message-oriented requester.
screen overlay area. See overlay area.
screen program. A SCREEN COBOL requester program. See also SCREEN COBOL.