DSM Template Services Manual

Template Language
DSM Template Services Manual427187-004
3-34
SYSTEM Edit Code
The SSIDABBR (abbreviated subsystem ID) edit code syntax is:
n
if present, is the field width, which must be less than 100.
Example
This example shows an SSIDABBR edit code:
SSIDABBR3
This edit code produces display text such as:
PWY
By comparison, the SSID edit code produces this display text:
TANDEM.PATHWAY.D00
SYSTEM Edit Code
The SYSTEM edit code inserts a system name in the display text. A three-digit system
number identifies the system if the system name cannot be determined.
SYSTEM converts token values with the internal data types in Table 3-1.
This class column is included only for purposes of discussion. For tokens of the integer
class, SYSTEM interprets the token value as an integer system number and converts it
to a system name. For other tokens, SYSTEM extracts a system name (or number)
from the token value and converts it (if necessary).
Trailing blanks are added if you specify a field width larger than the system name
requires.
The syntax of the SYSTEM edit code is:
n
if present, is the field width, which must be less than 100.
SSIDABBR[n]
Table 3-1. Token Types for SYSTEM
Class Token Types (ZSPI-TDT-)
Integer INT, INT2, INT4, UINT, and BYTE.
Other FNAME, FNAME32, CRTPID, DEVICE, SUBVOL, CHAR, and TRANSID
SYSTEM[n]