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 

CLI in SAS Viya

Learn how to install the SAS Viya CLI and a few commands you may find useful in this video by SAS’ Darrell Barton.

Find more tutorials on the SAS Users YouTube channel.

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