NET/MASTER Network Control Language (NCL) Programmer's Guide
The Standard Map $SPI
Standard and User-Defined Maps
106160 Tandem Computers Incorporated 11–17
Table 11-4. SPI Tokens Converted to External Form in an MDO Variable (Page 2 of 3)
SPI Tokens and Fields Conversion Method Used Result of Conversion to External Form
ZSPI-TDT-UINT 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-ENUM 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-STRUCT Fields are converted to external form using the
data types described in the DATA-TYP- rows.
N.A.
DATA-TYP-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)
DATA-TYP-FNAME32 Converted to external form using the Guardian
FNAME32COLLAPSE procedure call.
(FNAME32EXPAND converts to internal form.)
\sys.$volume.subvol.filename
DATA-TYP-DEVICE Converted to external form using the Guardian
FNAMECOLLAPSE procedure call.
(FNAMEEXPAND converts to internal form.)
\sys.$device
DATA-TYP-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
DATA-TYP-SUBVOL Converted to external form using the Guardian
FNAMECOLLAPSE procedure call.
(FNAMEEXPAND converts to internal form.)
\sys.$volume.subvol
DATA-TYP-TSTAMP Converted to the following time format:
yyyy/mm/dd hh:mm:ss.ddd (in text).
yyyy/mm/dd hh:mm:ss.ddd
DATA-TYP-SSID Converted to external form using the Guardian
SSIDTOTEXT procedure call. (TEXTTOSSID
converts to internal form.)
owner.ss.version or
0.0.0
DATA-TYP-TRANSID Converted to external form using the Guardian
TRANSIDTOTEXT procedure call.
(TEXTTOTRANSID converts to internal form.)
\sys-name(crash-count).cpu.sequence or
\sys-number(crash-count).cpu.sequence or
\sys-name.cpu.sequence or
\sys-number.cpu.sequence or
cpu.sequence
DATA-TYP-FLOAT32 Converted to NCL floating point format. number.number
N.A. Not applicable