Safeguard Management Programming Manual (G06.29+, H06.08+, J06.03+)

Glossary
Safeguard Management Programming Manual422086-028
Glossary-12
pass-through error
object-name tokens, and subsystem-control tokens. See also syntax token. In event
management, a token representing a parameter passed by an application to an event-
message filter. These tokens are kept in a parameter buffer. For more information, see
the EMS Manual.
pass-through error. An error originally reported by one subsystem or system component
but included in a response record produced by another subsystem. Typically, a
subsystem passes an error from a second subsystem only if that error prevented the
first subsystem from performing a command successfully. A pass-through error is
expressed as an error list that is nested within another error list. See nested error list.
position descriptor. A four-word block of information that indicates a position within an SPI
buffer. A position descriptor is used as a parameter to some of the special operations
for SSGET and SSPUT.
positioning operation. An operation that gets, sets, or changes the current position in an
SPI buffer or that creates in the buffer a construct (such as a list) that provides a scope
for retrieval of data.
predefined value. A commonly used value that is given a name in one of the definition files.
printing distributor. An Event Management Service (EMS) distributor process that sends
selected event messages to printers, devices, or files. See also compatibility
distributor, consumer distributor, and forwarding distributor.
private token type. A token type defined by and specific to a particular subsystem. A
private token type is built from standard SPI token data types although it might have
additional semantic connotations for the subsystem. For example, a subsystem might
define a token type that looks to SPI like an integer but that implies to the subsystem a
range of values smaller than an integer type would allow. See token type.
procedural interface. A means for obtaining services through procedure calls. Also, the set
of procedures through which services are obtained. For instance, an application has a
procedural interface to SPI. That interface consists of the procedures SSINIT,
SSNULL, SSPUT, SSPUTTKN, SSGET, SSGETTKN, SSMOVE, and SSMOVETKN.
programmatic command. A command issued by a program rather than by a human
operator.
programmatic interface. A means for a program to communicate with another program.
On a NonStop system, a programmatic interface typically includes: a message format,
a set of message formats, or a set of procedures (such as the SPI procedures) to build
and decode messages; definitions of message elements (commands, data types,
objects, parameters, response data, errors, and so on); rules for communication
between the requester and the server; and software to receive and respond to
messages defined for the interface.
programmed operator. A management application that performs functions that might
otherwise be performed by a human operator.