Lists information about ACLs.
Requirement: | You must be the resource owner, have ACL access to a resource, or have special privilege in order to list ACLs. When using special privilege, set the ACLSPECIAL= option in the LIBNAME statement. |
Interaction: | Before using LIST ACL, you must set the context for the request with the SET ACLUSER statement. For more information, see SET ACLUSER Statement. |
lists all existing resource ACLs for which ACLUSER has Control access.
identifies the selected ACLs as names of catalog entries from the catalog cat. The C= option must be paired with the T= option.
identifies the specified ACLs as generic ACLs.
Note | If you specify /GENERIC when listing table column ACLs, the /GENERIC applies to the table name, not to the column name. You cannot use wildcards with column names. |
identifies the domain ACL.
identifies the catalog entry type used to qualify the selected ACLs when the C= option is specified.
performs the requested table ACL listing, followed by the column ACLs for a specified table or tables. This is equivalent to a LIST ACL table followed by a LIST ACL table._ALL_.
set acltype data; list acl _all_;
list acl mine/generic;
list acl mine_aug2016._all_;
list acl _all._all_;
list acl mine_jan2006.salary;
list acl mine_aug2016/verbose;
set acltype catalog; list acl _all_;
set acltype catalog; list acl _all_ c=mycat t=catams;