Hello Everybody,
I want to set an ACL on a Table that changes the rights of one group.
proc spdo lib=libname;
set acluser owner;
modify acl table/spds_group_name=(n,n,n,n);
list acl table;
quit;
In the Output it tells me the follwing:
ACL Info for table
Owner = owner
Group =
Default Access (R,W,A,C) = (N,N,N,N)
Group Access (R,W,A,C) = (Y,N,N,N)
User = spds_group_name, Access (R,W,A,C) = (N,N,N,N)
But in the SPDS PWDB there is no user with that name only a group.
Can anybody help me with this?
Kind regards and looking forward to your help
Criptic