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-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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