NetBatch Manual
Commands
NetBatch Manual—522460-004
6-90
DISPLAY-SPI Command
•
If the value includes printable and unprintable characters, or is unprintable, the
display format is:
bytes: ? [ count x ] binary-value
[ ? [ count x ] binary-value ]… [ printable-chars ]…
bytes
is the number of bytes in the 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 the character (not necessarily a space).
printable-chars
represents printable characters.
For example, the value of extensible structured token ZBAT-MAP-DEF-EXECUTOR in
the command ADD EXECUTOR TEST-CLASS appears as:
TDT: STRUCT:VAR; DEF-EXECUTORx1
238: ?0 ?1 ?2x170 ?0 ?1 TEST-CLASS ?14x32 ?208x170
The interpretation of 238: ?0 ?2 ?2x170 ?0 ?1 TEST-CLASS ?14x32 ?208x170 from
the previous example is:
•
If the type is BOOLEAN, ENUM, INT, INT2, or UINT, the actual value appears. For
example, a zero value for ZSPI-TKN-RETCODE appears as:
TDT: ENUM:2; RETCODEx1 0000
•
If the type is DATALIST, ENDLIST, or ERRLIST, then DATALIST, END LIST, or
ERROR LIST appears as appropriate with details of the tokens in the list. For
example, tokens in the data list returned by the scheduler in response to the
command START EXECUTOR NINETEEN-CHARACTERS appear as:
START DATA LIST
TDT: CHAR:VAR; SEL-EXECUTORNAMEx1
19:NINETEEN-CHARACTERS
TDT: ENUM:2; RETCODEx1 0000
END LIST
02170 170 0 1 T E S T ? C L A S S 32 ... 32 170 ... 170
238 bytes
?0 ?2x170 ?0 ?1 TEST-CLASS ?14x32 ?208x170?2
VST041.vsd