Sets the user scope for subsequent ACL operations.
Interaction: | Used in conjunction with the ADD ACL, DELETE ACL, LIST ACL, and MODIFY ACL statements to set the context for the ACL request. |
specifies a user name or group name. The name must be registered in the password database.
libname mylib sasspds 'd2' server=zztop.5162 user='prod1' password='spds123' IP=YES ; proc spdo library=mylib ; /* assign the scope to the libref user */ set acluser prod1 ;
libname admin1d2 sasspds 'd2' server=zztop.5162 user='admin1' password='spds123' ACLSPECIAL=YES IP=YES ; proc spdo library=admin1d2 ; set acluser prod1 ;