I'm trying to do this but I don't have a file named libname.sas in my EPG194 folder. Do you need that file to proceed? Create a macro variable to store a location for output files. In your EPG194 folder, open libname.sas. Create a macro variable named outpath that stores the filepath to your EPG194/output folder: %let outpath=filepath-to-output-folder; Run the code. Check the log to be sure there are no errors, then save and close the program.
... View more