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

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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