OSI/MHS P7 Application Programmatic Interface (P7 API) Manual

Glossary
OSI/MHS P7 Application Programmatic Interface (P7 API) Manual424825-001
Glossary-26
softdoc
softdoc. A text file in EDIT-file (code 101) format that is part of a software product version
or an interim product modification (IPM) in the same subvolume. A softdoc provides
information about new product features and sometimes contains information not
included in product manuals.
SPI (Subsystem Programmatic Interface). In DSM, a set of procedures and associated
definition files used to define common message-based programmatic interfaces for
communication between requesters and servers—for instance, in a management
application. SPI includes procedures to build and decode specially formatted messages;
definition files in Pascal, TAL, C, COBOL85, and TACL for inclusion in programs,
macros, and routines using the SPI procedures; and definition files in DDL for
programmers writing their own subsystems.
SPI buffer. The buffer that contains an SPI message. See also SPI message.
SPI message. In DSM programmatic interfaces, a message specially formatted by the SPI
procedures for communication between a management application and a subsystem or
between one subsystem and another. An SPI message consists of a collection of tokens.
Note that an SPI message is a single block of information sent at one time, as one
interprocess message. There are two types of SPI messages, distinguished by different
sets of tokens in the header: command and response messages, and event messages.
SPI procedures. In DSM, the set of operating system procedures used to build and decode
buffers for use in system and network management and in certain other applications.
These procedures are SSINIT, SSNULL, SSPUT, SSPUTTKN, SSGET, SSGETTKN,
SSMOVE, and SSMOVETKN.
SPI standard definitions. In DSM programmatic interfaces, the set of declarations available
for use with the SPI procedures, regardless of the subsystem. There is also a set of
subsystem-specific declarations for each subsystem, and some sets of declarations that
apply to multiple subsystems. See also definition and definition files, data
communications standard definitions or EMS standard definitions.
SQL. See NonStop SQL.
SSAP. A logical location between the Session and Presentation Layers, through which
session services are made available to local users, and through which presentation
services are made available to remote systems.
SSEL (session selector). An address at the boundary between the Session and Presentation
Layers, through which connections are established and maintained. A single SSEL can
service one or more connections simultaneously and can refer to one or more SSAPs.
SSID (subsystem ID). In DSM programmatic interfaces, a data structure that uniquely
identifies a subsystem to SPI. It consists of the name of the owner of the subsystem
(such as Compaq), a subsystem number that identifies that particular subsystem, and a
subsystem version number. The subsystem ID is an argument to most of the SPI
procedures.
string element. The bits of a bit string or the octets of an octet string.