SPI Tokens
Data Definition Language (DDL) Reference Manual — 426798-002
7 -9
TOKEN-CODE Statement
constant-name
is the name of a constant in the open DDL dictionary. The constant value must be
a valid
token-number
value.
TOKEN-TYPE [ IS ] type-name .
identifies the token type of the specified token; type-name is the name of a token
type in the open DDL dictionary.
[ SSID { “subsystem-id”} ]
[ { constant-name } ]
identifies the subsystem to which the token belongs. If the SSID clause is omitted,
DSM Template Services does not keep track of the information in the HEADING
and DISPLAY clauses.
subsystem-id
is an ASCII character string that conforms to the valid external format for a
subsystem ID. Quotation marks must enclose
subsystem-id
. If you specify an
invalid subsystem ID, the DDL compiler rejects the token. The valid external format
for a subsystem ID consists of 1 to 8 alphanumeric characters and hyphens
specifying the subsystem owner, a period, a subsystem number or name, another
period, and a version number; for example:
"TANDEM.43.1245"
"TANDEM.XYZ.0"
constant-name
is the name of a constant in the open DDL dictionary. The constant value must be
a valid
subsystem-id
value.
[ HEADING { “label” } ]
[ { constant-name } ]
specifies a label that identifies a token in DSM Template Services. If the HEADING
clause is omitted, the label is the token name.
label
is an ASCII character string. DSM Template Services uses only the first 40
characters of the heading.
constant-name
is the name of a constant in the open DDL dictionary. The constant value must be
a valid
label
value.