I did paste this from a word doc so changing the quotes fixed a few of the errors, but there are still warnings. I still get the last error about running the macro though. I thought maybe a I needed to put /pbr/biconfig/940/Lev1/SASApp/ in front of the file name but that didn't change anything. The files are not in a sub folder, they're directly in /home/username and that's the only file path I get when I check properties. %let home = /home/username; filename Totals "&home/Totals.csv"; WARNING: Apparent symbolic reference HOME not resolved. filename res "&home/Res"; WARNING: Apparent symbolic reference HOME not resolved. WARNING: Apparent symbolic reference HOME not resolved. %include "&home/hei2015.score.macro.sas"; WARNING: Physical file does not exist, /pbr/biconfig/940/Lev1/SASApp/&home/hei2015.score.macro.sas. ERROR: Cannot open %INCLUDE file &home/hei2015.score.macro.sas.
... View more