NET/MASTER Network Control Language (NCL) Programmer's Guide
The Standard Map $SPI
Standard and User-Defined Maps
11–16 106160 Tandem Computers Incorporated
Table 11-4. SPI Tokens Converted to External Form in an MDO Variable (Page 1 of 3)
SPI Tokens and Fields Conversion Method Used Result of Conversion to External Form
ZSPI-TDT-FNAME Converted to external form using the Guardian
FNAMECOLLAPSE procedure call.
(FNAMEEXPAND converts to internal form.)
$volume.subvol.filename (local filename) or
\sys.$volume.subvol.filename (network filename)
ZSPI-TDT-FNAME32 Converted to external form using the Guardian
FNAME32COLLAPSE procedure call.
(FNAME32EXPAND converts to internal form.)
\sys.$volume.subvol.filename
ZSPI-TDT-DEVICE Converted to external form using the Guardian
FNAMECOLLAPSE procedure call.
(FNAMEEXPAND converts to internal form.)
\sys.$device
ZSPI-TDT-CRTPID Converted to external form using the Guardian
FNAMECOLLAPSE procedure call.
(FNAMEEXPAND converts to internal form.)
\sys.$process-name cpu,pin or
\sys.cpu,pin cpu,pin
ZSPI-TDT-SUBVOL Converted to external form using the Guardian
FNAMECOLLAPSE procedure call.
(FNAMEEXPAND converts to internal form.)
\sys.$volume.subvol
ZSPI-TDT-TIMESTAMP Converted to the following time format:
yyyy/mm/dd hh:mm:ss.ddd (in text).
yyyy/mm/dd hh:mm:ss.ddd
ZSPI-TDT-SSID Converted to external form using the Guardian
SSIDTOTEXT procedure call. (TEXTTOSSID
converts to internal form.)
owner.ss.version or
0.0.0
ZSPI-TDT-TRANSID Converted to external form using the Guardian
TRANSIDTOTEXT procedure call.
(TEXTTOTRANSID converts to internal form.)
\sys-name(crash-count).cpu.sequence,
\sys-number(crash-count).cpu.sequence,
\sys-name.cpu.sequence,
\sys-number.cpu.sequence or
cpu.sequence
ZSPI-TDT-FLT Converted to NCL floating point format. number.number
ZSPI-TDT-INT4 Converted to NCL floating point format. number.number
ZSPI-TDT-FLT2 Converted to NCL floating point format. number.number
ZSPI-TDT-BOOLEAN Converted to 0 or 1. 0 or 1
ZSPI-TDT-INT Not converted to external form unless
enumerated and in a shared token, in which case
it is converted to long with the high 16 bits as the
subsystem number. (Removing the high 16 bits
converts to internal form.)
N.A.
ZSPI-TDT-INT2 Not converted to external form unless
enumerated and in a shared token, in which case
it is converted to long with the high 16 bits as the
subsystem number. (Removing the high 16 bits
converts to internal form.)
N.A.
N.A. Not applicable