SNAX/APC Configuration and Management Manual
Trace Analysis Program
SNAX/APC Configuration and Management Manual—138787
5-19
Normal Version (Log Format)
The local TP issues the TP-END verb. The TP-END verb releases all resources
allocated under one TP-READY, canceling the TP-READY. When a TP
successfully issues a TP-READY request, it associates the TP with a SNAX/APC
LU. A TP-END verb request breaks this association.
The Remote TP
The following example screen shows the conversation flow from the point of view of the
remote TP. Note that the user will actually have started this TP first, so that it is ready to
receive the data from the local TP.
= apc_open $yi01
= tp_ready lup01,progp01a001,N,N
Reply code ............... 0
IPC hdr ret code ......... 0000
IPC hdr ret code detail .. 0000
UOW hdr ret code ......... 0000
UOW hdr ret code detail .. 0000
RID ...................... 37 00 99a6
= receive_and_wait L,400
Reply code ............... 0
RID ...................... 37 00 99a6
Req to send indicator .... N
Data type received ....... 01
Data length .............. 00016
001012FF74 6573742064 6174612023 3100 [....test data # 1. ]
00034
= receive_and_wait L,400
RID ...................... 37 00 99a6
Req to send indicator .... N
Data type received ....... 04
Data length .............. 00000
= confirmed
RID ...................... 37 00 99a6
= receive_and_wait L,400
Reply code ............... 0
IPC hdr ret code ......... 0000
IPC hdr ret code detail .. 0000
UOW hdr ret code ......... 1005
UOW hdr ret code detail .. 0000
RID ...................... 37 00 99a6
Req to send indicator .... N
Data type received ....... 00
Data length .............. 00000
= deallocate LO
= tp_end
= apc_close
6
1
2
3
4
5
6