Hi all, I'm fairly new to SAS programming and have the following Question :-
I have about 6 SAS scripts , all of which have Libname statements coded at the start of the modules with hard-coded paths to windows folders. I have generated a CSV file which contains a name and a value of the folder path, or partial folder path which I have read into a SAS table(Params). I would now like to generate the Libname statements in the SAS module from the SAS Params table. Can anyone suggest a way to do it ?
any help much appreciated
Tony
I have about 6 SAS scripts , all of which have Libname statements coded at the start of the modules with hard-coded paths to windows folders. I have generated a CSV file which contains a name and a value of the folder path, or partial folder path which I have read into a SAS table(Params). I would now like to generate the Libname statements in the SAS module from the SAS Params table. Can anyone suggest a way to do it ?
any help much appreciated
Tony