BookmarkSubscribeRSS Feed
Bjs09f
Calcite | Level 5

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

1 REPLY 1
LinusH
Tourmaline | Level 20
When I see "registered" I'm thinking metadata. Or do you mean to able to see the view after issuing a libname statement? Is the view available for the admin but not for the power users?
Data never sleeps

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 929 views
  • 0 likes
  • 2 in conversation