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

Good afternoon,

 

My typical response to this error message is to copy my libname statement and paste it throughout my code, but this feels like a silly solution. Is there a better way to run just one section of my code and not come up with the libname error but also not copy and paste it prior to every procedure?

 

Thanks!

 

sastuck

1 ACCEPTED SOLUTION

Accepted Solutions
Reeza
Super User

Can you post your log from the libname statement. 

 

Did you set up the libname in the autoexec to exist all the time, or run a libname statement once? If its the latter, you do need to run it each session. 

 

If you set it up via the GUI there's a checkbox to have it persist across sessions.

Or add the libname statement to your autoexec. In SAS UE this is easy, its a click on the three lines at the top right, edit autoexec and post your libname statement in there.

View solution in original post

2 REPLIES 2
Reeza
Super User

Can you post your log from the libname statement. 

 

Did you set up the libname in the autoexec to exist all the time, or run a libname statement once? If its the latter, you do need to run it each session. 

 

If you set it up via the GUI there's a checkbox to have it persist across sessions.

Or add the libname statement to your autoexec. In SAS UE this is easy, its a click on the three lines at the top right, edit autoexec and post your libname statement in there.

sastuck
Pyrite | Level 9

Thanks Reeza! Turns out I simply wasn't running the libname statement before I started coding each session. Thanks for the heads up

SAS Innovate 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 2421 views
  • 1 like
  • 2 in conversation