NetBatch Management Programming Manual
SPI Programming Considerations for the NetBatch
Subsystem
NetBatch Management Programming Manual—522462-003
3-10
Displaying SPI Traffic
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 value of code in ZSPI-TNM-code or ZBAT-TNM-code.
count
is the number of times token-code occurs in the message.
token-value
is the token value. How the value is displayed depends on the token data type:
•
If the type is BYTE, CHAR, DEVICE, FNAME, STRUCT, or SUBVOL and the
value is printable, then 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, the value is appended with
information in this 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 and 23-character names NINETEEN-
CHARACTERS and TWENTY-THREE-CHARACTERS in the 24-character
token ZBAT-TKN-NETBATCH-NAME appear as:
TDT: CHAR:24; NETBATCH-NAMEx1 NINETEEN-CHARACTERS ?5x32
TDT: CHAR:24; NETBATCH-NAMEx1 TWENTY-THREE-CHARACTERS ?32