Hi! I am on Week 6 of the Getting Started with SAS Programming Coursera course, and am not able to figure how to properly execute the assignment below. I have tried putting the outpath in quotes and without but am still not able to establish a macro variable, please help. In your EPG1V2 folder, open libname.sas. Create a macro variable named outpath that stores the filepath to your EPG1V2/output folder: %let outpath=filepath-to-output-folder; Note: In the Server Files and Folders pane, right-click the output folder and select Properties to identify the full path. Run the code. Check the log to be sure there are no errors, then save and close the program.
... View more