Hello,
I am new to SAS using SAS on demand for academics. I am completing module 6 of essentials of sas programming 1 and its asking to open and modify libname.sas. I cannot find that in the list of files. I am not able to write in the output folder. please help.
Usually it is located inside the zip file with the course data and code which you download from the course webpage.
All the bets
Bart
Hi Bart,
there is only two files there: createdata.sas for set up and setup.sas. Do you think it is the setup.sas codes?
Kind regards,
Candida
libname PG1 "&path";
%include "&path/_1create_class.sas";
%include "&path/_2create_natpark.sas";
%include "&path/_3create_storm.sas";
proc contents data=pg1._all_ nods;
run;
this is the required exercise I am trying to do
Follow the instructions for your software to create a macro variable that stores the location for output files.
SAS Studio
%let outpath=filepath-to-output-folder;
Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.
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.