BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
bluemountains
Obsidian | Level 7

Hi,

I am using SAS University Edition, preparing for my base sas certification exam. I have the sample data from the book and when try to load and run it in Univsersity edition it gives me the following error message.

 

ERROR: Write access to member SASUSER.REPERTORY.DATA is denied.

 

How to I resolve this issue. I really want to practice the sample data along with the book.

 

Many thanks,

D

1 ACCEPTED SOLUTION

Accepted Solutions
LinusH
Tourmaline | Level 20
I don't have UE but chances are that SASUSER is set to RO.
If you just remove or replace any SASUSER reference with WORK your sample will work (watch out for if the same table name is used in both and WORK and SASUSER).
Data never sleeps

View solution in original post

2 REPLIES 2
LinusH
Tourmaline | Level 20
I don't have UE but chances are that SASUSER is set to RO.
If you just remove or replace any SASUSER reference with WORK your sample will work (watch out for if the same table name is used in both and WORK and SASUSER).
Data never sleeps
Reeza
Super User

If you email training@sas.com they'll provide you with a program that can be run on SAS UE.

 

There are apparently some more changes to be made than just to the library. 

See the post here from a while back. I thought they had posted a new version but can't find the link.

https://communities.sas.com/t5/General-SAS-Programming/SAS-Certification-program-problem/m-p/188775#...

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 2 replies
  • 1691 views
  • 0 likes
  • 3 in conversation