TN3270 Server Manual
Subsystem-Specific Tokens
TN3270 Server Manual—424097-001
E-12
ZTN3-TKN-LISTOPEN-RSP Token Code
ZTN3-TKN-LISTOPEN-RSP Token Code
This token returns information about an opener of the Guardian TN3270 Server process.
OPENER
is the process name of the opener.
OPENER-LEN
is the number of characters in the process name string.
PRIMARY
contains the process handle and file number of the primary process of the opener.
BACKUP
contains the process handle and file number of the backup process of the opener, or
is a null process handle if the open is not a paired open.
Token Code
ZTN3-TKN-LISTOPEN-RSP
Token Type
ZTN3-TYP-LISTOPEN-RSP
Token Definition
Definition ZTN3-DDL-LISTOPEN-RSP.
02 OPENER Type ZSPI-DDL-CHAR50.
02 OPENER-LEN Type BINARY 16.
02 PRIMARY Type ZTN3-DDL-OPENID.
02 BACKUP Type ZTN3-DDL-OPENID.
End
Definition ZTN3-DDL-OPENID.
02 PHANDLE Type ZSYS-DDL-PHANDLE.
02 FNUM Type Binary 16.
End