NetBatch Manual

Commands
NetBatch Manual522460-004
6-89
DISPLAY-SPI Command
VAR
indicates the token is a variable-length token. The size of the token’s value in bytes
is given in size: token-value.
size
is the token size in bytes (when size appears in token-data-type: size) or the size
of the token’s value in bytes (when size appears in size: token-value). size
appears with token-data-type when the token is not a variable-length token.
size appears with token-value when the token is a variable-length token.
token-code
is the token code. The token code is the value of code in ZSPI-TNM-code (an SPI
token number) or ZBAT-TNM-code (a NetBatch token number).
count
is the number of times token-code occurs in the message.
token-value
is the token value. How BATCHCOM displays the value depends on the token data
type:
If the type is BYTE, CHAR, DEVICE, FNAME, STRUCT, or SUBVOL and the
value is printable, that value appears. For example, the name TWENTY-FOUR-
CHARACTERS-X in ZBAT-TKN-NETBATCH-NAME appears as:
TDT: CHAR:24; NETBATCH-NAMEx1 TWENTY-FOUR-CHARACTERS-X
If the value is printable and includes spaces, BATCHCOM appends the value
with information in the format:
? [ count x ] binary-value
count
specifies the number of occurrences of binary-value. count appears only
when binary-value occurs more than once.
binary-value
is the binary value of a space (32).
For example, the 19-character name NINETEEN-CHARACTERS in the 24-
character token ZBAT-TKN-NETBATCH-NAME appears as:
TDT: CHAR:24; NETBATCH-NAMEx1 NINETEEN-CHARACTERS ?5x32