Everytime I start SAS I have to again run below command to generate SAS library mysassg.?
libname mysassg "U:\SAS\SAS_data";
run;
Can I permanetly create it?
There are a couple of options depending on your set up. If this is base SAS you could either create an Autoexec.SAS program file and have the configuration file point to that. Any code in the autoexec executes when SAS starts.
Another approach is to use the Tools>New Library wizard, enter the path and name information and check the box "enable at startup".
Yes, but you have to either do it through the point and click, and click the enable at start up button
OR
Modify your autoexec file to include the library reference. Depending on your environment it may be locked down.
There are a couple of options depending on your set up. If this is base SAS you could either create an Autoexec.SAS program file and have the configuration file point to that. Any code in the autoexec executes when SAS starts.
Another approach is to use the Tools>New Library wizard, enter the path and name information and check the box "enable at startup".
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.