Hi, Has anyone attended the Macros Essentials course? I'm attempting to access the programs used on the course via SAS Stuidio, which needs a program to run that creates data (cre8data). This program includes the following statements; %let path=s:\workshop; and %include "&path\setup.sas" ; My problem is that I am unable to put a path in the %let statement which works with the %include, On the course the 's:\workshop' path was used but this was obviously a path that was valid on the machines in the SAS office. I need to change this path to one that can access the files on my machine. I access SAS Studio via VMWare Player and I've checked that the VM has the shared folder path of the physical location. I can see the file that I need in Folder Shortcuts. No matter which paths I try I keep getting the following errors; WARNING: Physical file does not exist, /opt/sasinside/SASConfig/Lev1/SASApp/C:\Users\Anth\Documents\SASUniversityEdition\SAS_Macro\SAS_Macro. ERROR: Cannot open %INCLUDE file 'C:\Users\Anth\Documents\SASUniversityEdition\SAS_Macro\SAS_Macro'\setup.sas. So far I've tried referencing the path of the folder shortcut, in which the setup.sas file is present, and I've tried referencing the actual windows path on my laptop. Anyone have any ideas of where I'm going wrong? Thanks Anthony
... View more