Command Reference Guide

Administration Commands
query_tn3270_access_def
client_address character 67
address_format constant
If the command executes successfully and you specied SUMMARY as the list_options parameter value, SNAplus2
returns the following parameters:
default_record
Species whether this entry is the default record. Possible values are:
YES
This entry is the default record. The client_address parameter is not used.
NO
This entry is a TN3270 record for the specied client address.
client_address
The TCP/IP address of the TN3270 client.
address_format
Species the format of the client_address parameter. Possible values are:
IP_ADDRESS
IP address
FULLY_QUALIFIED_NAME
Alias or fully qualied name
If you specied SUMMARY as the list_options parameter value, only summary information about TN3270 clients is
returned; no information about sessions on those clients is returned. To obtain information about sessions, set the
list_options parameter to DETAIL.
2.171.3 Returned Parameters: Detailed Information
If the command executes successfully and you specied DETAIL as the list_options parameter value, SNAplus2
returns a sequence of client entries, identied by the client_address parameter (unless the entry is a default record
as identied by the default_record parameter set to YES), with each client entry followed by session entries for that
client. Each session entry is identied by the port_number parameter.
The following parameters are returned for each TN3270 client:
Parameter name Type Length
default_record constant
client_address character 67
description character 31
address_format constant
num_sessions decimal
The following parameters are returned for each session on the TN3270 client:
description character 31
port_number decimal
lu_name character 8
printer_lu_name character 8
tn3270_support constant
allow_specific_lu constant
The following parameters are returned for each client entry:
553