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
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
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.