Command Reference Guide
Administration Commands
query_tp_load_info
2.177 query_tp_load_info
The query_tp_load_info command returns information about TP load information entires..
2.177.1 Supplied Parameters
Parameter name Type Length Default
[query_tp_load_info]
num_entries decimal 1
list_options constant LIST_INCLUSIVE
tp_name character 64 (null string)
lualias character 8 (null string)
Supplied parameters are:
num_entries
Maximum number of extra data control blocks for which data should be returned. You can specify 1 to return
data for a specific data control block, a number greater than 1 to return data for multiple data control blocks,
or 0 (zero) to return data for the maximum number of data control blocks that can be accommodated in the
supplied data buffer.
list_options
The position in the list from which SNAplus2 begins to return data.
Possible values are:
FIRST_IN_LIST
Start at the first entry in the list
LIST_INCLUSIVE
Start at the entry specified by the combination of the tp_name and lualias parameters.
LIST_FROM_NEXT
Start at the entry immediately following the entry specified by the combination of the tp_name and
lualias parameters.
tp_name
The name of the TP to query. This name is a 64-byte string. This value is ignored if list_options is set to
FIRST_IN_LIST.Ifnotp_name is specified, the command returns information about all TPs.
lualias
The LU alias to query. This alias is an 8-byte string. If no lualias is specified, then the command returns
information about all LUs.
This parameter can be used only if the TP is an APPC application; it must not be specified if the TP is a
CPI-C application.
2.177.2 Returned Parameters
Parameter name Type Length
tp_name character 64
lualias character 8
description character 31
564