NetBatch Management Programming Manual
SPI Programming Considerations for the NetBatch
Subsystem
NetBatch Management Programming Manual—522462-003
3-12
Displaying SPI Traffic
•
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 a START
EXECUTOR command that starts executor NINETEEN-CHARACTERS appear as:
START DATA LIST
TDT: CHAR:VAR; SEL-EXECUTORNAMEx1
19:NINETEEN-CHARACTERS
TDT: ENUM:2; RETCODEx1 0000
END LIST
Example
A scheduler with DISPLAY-SPI logging enabled logs these message-buffer details to
its log file in response to a DELETE EXECUTOR command that deletes executor
EXEC-01:
--------------------------------
|_SPI_BUFFER_SENT_TO_SCHEDULER_|
--------------------------------
Checksum: 0
Header Type: 0
Last error: 0
Last error code: tkn 29/4/-506
Last Position: SSCTL 8 -439
Max Field Version: 0
Maxresp: -1
Position: SSCTL 8 -442
Server version: 17438 D30
Subsystem ID: TANDEM.9.D30
Used length: 69
DELETE (260)EXECUTOR (512)
TDT: CHAR:VAR; SEL-EXECUTORNAMEx1
7:EXEC-01
--------------------------------------
|_SPI_BUFFER_RETURNED_FROM_SCHEDULER_|
--------------------------------------
Checksum: 0
Header Type: 0
Last error: 0
Last error code: tkn 29/4/-506
Last Position: SSCTL 8 -439
Max Field Version: 0
Maxresp: -1
Position: SSCTL 8 -442
Server version: 17438 D30
Subsystem ID: TANDEM.9.D30
Used length: 86
DELETE (260)EXECUTOR (512)
START DATA LIST
TDT: CHAR:VAR; SEL-EXECUTORNAMEx1
7:EXEC-01
TDT: ENUM:2; RETCODEx1 0000
END LIST