NET/MASTER Network Control Language (NCL) Reference Manual
Glossary
Glossary–8 106126 Tandem Computers Incorporated
delimited UDB. A user database in which each field in a record is separated from the
next field by hexadecimal ‘FF’ (called a field separator).
dependent processing environment. A processing environment controlled and owned by
an NCL process. The output from this environment goes to the NCL process.
dependent queue. A queue owned by the NCL process that is controlling the associated
dependent processing environment: either a request queue or a response queue.
dependent request queue. A dependent queue owned by an NCL process whose main
purpose is to receive requests from the INTQ command.
dependent response queue. A dependent queue owned by an NCL process whose main
purpose is to receive the responses of NonStop NET/MASTER MS commands.
direct function selection. The selection of a function by specifying all the options that
uniquely identify the function (used in panel skipping).
display part. The part of a panel description file containing the input and output fields
that are displayed on a screen.
Display/Update SYSPARMS Settings facility. The NonStop NET/MASTER MS facility used
to display and update system parameters.
Distributed Systems Management (DSM). A set of Tandem software applications, tools, and
services that facilitates management of systems and networks.
Distributed Systems Network Management (DSNM). A Tandem product for monitoring and
controlling objects in a network.
distributed command help database. After being opened as a user database (UDB), the file
that contains distributed command help information.
distributed command help file. Before being opened as a user database (UDB), the file that
contains distributed command help information.
distributed NCL object file. The file distributed with NonStop NET/MASTER MS that
contains the object code for most NCL procedures required by NonStop
NET/MASTER MS.
distributed panel description file. A panel description file in the distribution panel library.
distributed panel object file. The file distributed with NonStop NET/MASTER MS that
contains the object code for most panel description files required by NonStop
NET/MASTER MS.
distributed procedure. An NCL procedure in the distribution procedure library.
distribution panel library. A library that contains distributed panel description files.
distribution procedure library. A library that contains the source code of NCL procedures
distributed as part of a NonStop NET/MASTER MS installation or upgrade.
DO group. A group of NCL statements enclosed by matching DO and END core
statements that is executed only once.