BookmarkSubscribeRSS Feed
ForestMania
Calcite | Level 5

Hey guys,

I just start learning SAS recently. And I am having some trouble creating a library on SAS.  My code  look like this (really simple please don't laugh~)

LIBNAME CENTER ".";

DATA CENTER;

INPUT ID;

DATALINES;

1

2

3

4

5

;

RUN;

PROC PRINT;

RUN;

After running, it says that "ERROR: User does not have appropriate authorization level for library CENTER."

How can I solve this. Is this because I am using the university version?

2 REPLIES 2
Reeza
Super User

You don't need the libname line for your code, delete it for now.

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

Get Started with SAS Information Catalog in SAS Viya

SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 984 views
  • 0 likes
  • 3 in conversation