Command Reference Guide
Administration Commands
query_security_access_list
2.167.1 Supplied Parameters
Parameter name Type Length Default
[query_security_access_list]
num_entries decimal 1
list_options constant LIST_INCLUSIVE
list_name character 14 (null string)
user_name character 10 (null string)
Supplied parameters are:
num_entries
Maximum number of security access lists for which data should be returned. You can specify 1 to return
data for a specific list, a number greater than 1 to return data for multiple lists, or 0 (zero) to return data for
all lists.
This number includes partial security access list entries (for which a user name is specified, so that the returned
data does not include the first user name in the list).
list_options
The position in the list from which SNAplus2 begins to return data. Specify one of the following values:
FIRST_IN_LIST
Start at the first user name for the first security access list
LIST_INCLUSIVE
Start at the entry specified by the supplied security access list name and user name, or start at the first
user name for the specified security access list if no user name is specified
LIST_FROM_NEXT
If a user name is specified, start at the user immediately following the specified user. If no user name
is specified, start at the first user for the specified security access list.
list_name
The name of the security access list for which information is required, or the name to be used as an index
into the list of security access lists. This parameter is ignored if
list_options is set to FIRST_IN_LIST. The
name is a character string of 1–14 locally displayable characters.
user_name
To return information starting with a specific user name for the specified security access list, set this parameter
to the user name. To return information starting at the first user name for the specified security access list,
do not specify this parameter.
2.167.2 Returned Parameters
Parameter name Type Length
list_name character 14
description character 31
num_users decimal
{security_user_data}
user_name character 10
If the command executes successfully, the following parameters are returned:
list_name
The name of the security access list.
529