BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hi,
I am trying to create a permanent library in SAS Enterprise guide. I'm using EG 4.3. When I go to Tools, Enterprise Guide Explorer, File, New, it won't let me click on Library. I am not running on any server. SAS is installed on my desktop. I can create a temporary library using Tools, Assign Project Library, but i would like to create a permanent library.

Any help is greatly appreciated!
Thank you!
6 REPLIES 6
deleted_user
Not applicable
I want to add that I would like to be able to do this without writing any code.
SAS_Doctor
Calcite | Level 5
I have to preface this with "I am new to EG". With anykind of permanent library is created in SAS Management Console. This is where the MetaData is stored, then in your stored process or program you would reference the meta lib with:

LIBNAME LocalLib METALIBRARY='xxxxxxxx';

where xxxxxxxx is the name of the library you created in SAS Management Console.

I hope this helps...
deleted_user
Not applicable
How would I access the Management Console?
SAS_Doctor
Calcite | Level 5
"START" +==> "All Programs" +==> SAS

you might also be able to do this with proc metadata... Do you have anyone to help you locally?
Doc_Duke
Rhodochrosite | Level 12
ILGator,

You may not have the Management Console available to you.

If you want to create a library that is available to you each time you enter a project and automatically appears when you run the project, then see Chris@sas's blog entry
http://blogs.sas.com/sasdummy/index.php?/archives/237-You-asked-for-it-the-Autoexec-process-flow.htm...

That's about as close as I can get to 'permanent' on my local PC SAS installation.

Doc Muhlbaier
Duke
SPR
Quartz | Level 8 SPR
Quartz | Level 8
Hello ILGator,

Why are you against code so much? It is very simple indeed. Suppose, a folder of a permanent library you would like to create is C:\SASLIB\My. Then you have to write this simple code:

libname MyLib 'C:\SASLIB\My';

"MyLib" is a name of your permanent library to use in SAS (of course, you can put any name instead).

Sincerely,
SPR

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
  • 6 replies
  • 10095 views
  • 0 likes
  • 4 in conversation