Administration Commands
query_available_tp
The local node is an end node or LEN node. This command is valid only for a network node.
secondary_rc
(This parameter is not used.)
Other Conditions
Appendix A, Common Return Codes from snapadmin Commands, lists combinations of primary and secondary return codes that are common to all commands.
2.103 query_available_tp
The query_available_tp command returns information about active invokable transaction programs (TPs). Active invokable TPs are APPC applications that have issued the RECEIVE_ALLOCATE verb, or
This command must be issued to a running node.
2.103.1 Supplied Parameters
Parameter name | Type | Length | Default |
[query_available_tp] |
|
|
|
num_entries | decimal |
| 1 |
list_options | constant |
| LIST_INCLUSIVE |
tp_name | character | 64 | (null string) |
system_name | character | 128 | (null string) |
Supplied parameters are:
num_entries
Maximum number of TPs for which data should be returned. You can specify 1 to return data for a specific TP, a number greater than 1 to return data for multiple TPs, or 0 (zero) to return data for all TPs.
list_options
The position in the list of TPs 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 system_name parameters
LIST_FROM_NEXT
Start at the entry immediately following the entry specified by the combination of the tp_name and system_name parameters
tp_name
TP name for which information is required. This name is a
307