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.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.