Hello together,
i have a small question. Can I use the same libname for different folders. For reasons of clarity I have different folders (for example data preparation is one folder, the next is regression analysis...). Up to now I used the same libname , but I want to go sure that there is no problem with this methode.
Thank you
Are those folders used for input only? or both for input and/or output?
You can assign more than one folder to the libname:
libname <lib_name> ('path_1' 'path_2' ... 'path_n');
In such case, all outputs will be written to the first path assigned.
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.
Find more tutorials on the SAS Users YouTube channel.