Administration Commands
query_mds_application
2.146 query_mds_application
The query_mds_application command returns a list of applications that have registered for
This command must be issued to a running node.
2.146.1 Supplied Parameters
Parameter name | Type | Length | Default |
[query_mds_application] |
|
|
|
num_entries | decimal |
| 1 |
list_options | constant |
| LIST_INCLUSIVE |
application | character | 8 | (null string) |
Supplied parameters are:
num_entries
Maximum number of applications for which data should be returned. You can specify 1 to return data for a specific application, a number greater than 1 to return data for multiple applications, or 0 (zero) to return data for all applications.
list_options
The position in the list of applications 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 application parameter
LIST_FROM_NEXT
Start at the entry immediately following the entry specified by the application parameter
application
Application name for which information is required, or the name to be used as an index into the list. This parameter is ignored if list_options is set to FIRST_IN_LIST. This name is a
2.146.2 Returned Parameters
Parameter name | Type | Length |
application | character | 8 |
max_rcv_size | decimal |
|
If the command executes successfully, SNAplus2 returns the following parameters:
application
Name of registered application.
452