![]() | SUMMARY | DETAIL |
Macros to access the privileges that are available at a given context.
Macro Summary | |
external | %lsaf_getscopedprivileges(sas_dsname=work.lsafGetScopedPrivileges);
Gets the metadata for all of the scoped privileges that are available. The metadata is ...
|
external | %lsaf_isscopedprivilege(lsaf_privilege=);
Indicates whether the specified value is a valid scoped privilege.
|
Macro Detail |
%lsaf_getscopedprivileges(sas_dsname=work.lsafGetScopedPrivileges);
[ Exposure:
external
]
_lsafMsg_
-
The return message._lsafRC_
-
The return code.sas_dsname
-
- Optional - The name of the output SAS data set to contain the metadata
%lsaf_isscopedprivilege(lsaf_privilege=);
[ Exposure:
external
]
_lsafIsScopedPrivilege_
-
Indicates whether the item is a valid scoped privilege._lsafMsg_
-
The return message._lsafRC_
-
The return code.lsaf_privilege
-
- Required - The scoped privilege ID.