SPI Programming Manual (G06.24+, H06.03+, J06.03+)

Glossary
SPI Programming Manual427506-006
Glossary-6
management application
management application. A program that manages a subsystem and its objects by issuing
commands, retrieving event messages, or both. A management application is a
requester with respect to the subsystem server to which it sends commands.
management interface. An interactive or programmatic interface through which one can
manage a subsystem and its objects. In some subsystems, a specific process is
dedicated to the management interface; in other subsystems, the process that provides
the management interface also performs other functions.
manager process. A subsystem process that supports the SPI command interface for that
subsystem. Management applications send commands to and receive responses from
subsystem manager processes. The Expand manager process, $ZNET, and the
X25AM line handlers are examples of manager processes.
maximum field version. In an SPI message, the latest version associated with any non-null
field of any extensible structured token in the message. The maximum field version of
the SPI message is contained in a header token. It corresponds to the version of the
oldest server or requester that can successfully process the message.
message. A block of information, usually in the form of a structure, that is sent from one
process to another. See also SPI message
.
message buffer. A block of memory used for temporary storage of an interprocess
message. See also SPI buffer
.
message code. The contents of the first word of an interprocess message. A message
code of -28 identifies the message as an SPI message.
nested error list. An error list contained in another error list. When an error in one
subsystem or in a library procedure prevents another subsystem from performing a
command, the calling subsystem reports this pass-through error by nesting it within its
own error list. For instance, a response from FUP might include an error list explaining
the FUP error, which in turn contains an error list explaining the SORT error that
caused the FUP error. See also pass-through error
.
next-token position. The location where the next SSGET operation will take place.
Compare with current-token position
and initial position.
nonsensitive command. A command that has no affect on the state of an object.
Nonsensitive commands can be issued by any user or program that is allowed access
to the subsystem. Most informational commands are nonsensitive. Compare with
sensitive command
.
null value. A value in a field of an extensible structure indicating that no value was assigned
by the sending process. Null values are initialized by the SSNULL procedure.
object. In SPI, an entity subject to independent reference and control by a subsystem: for
example, the disk volume $DATA or the data communications line $X2502. An object