I have used FTP to put some sas7bdat files into a particular directory called "sas_work1". The "util_bas.sas" file which is referred to below is also in this directory. This directory as seen on WinSCP is located at the <root>. My code currently runs into an error with the line below: %include "/sas_work1/util_bas.sas"; The error is "Error: Cannot open %INCLUDE file sas_work1/util_bas.sas" and the note is that the "Physical file does not exist, /sas_work1/util_bas.sas." However, when I try to put all the files into another directory located at the <root> I do not get any errors with the line above. I was wondering if this could be because my code could be running on different grid nodes? If so, how would I be able to tell which directories I could use for this line of code? Thanks
... View more