Hello,
I am trying to register a view in EG. The view is created by an admin with AUTH level 7, and the one trying to be able to see the view in EG is auth level 2, in the same admin group.
I have gone ahead and ran the following which seems to work:
PROC SPDO library=dimens ;
/* assign who owns the ACLs */
set acluser;
/* Give spedific users access to */
/* the domain */
set acltype view;
add acl gartview;
modify ACL gartview / powerusr=(y,n,n,n) ;
list ACL _ALL_;
quit;
But the view still isn't registered, does anyone have any idea on how to fix this or the issue? I was thinking maybe group permissions.
BTW I can see the view registered under a library with Default login with admin that has permission 7
Ben
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.