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

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

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.

SAS Training: Just a Click Away

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

Browse our catalog!

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