Hi, I'm a complete newbie to SAS and I'm finding it very difficult to fix errors whenever there is one. I've been trying to use the following statement: %include 'D:/chisq_plot.sas'; %chisq_plot(dataset_name, x1 x2); to test the multivariate normality graphically using a chi-square plot. However, I am using MacOS and hence I cannot use the file directory 'D:/chisq_plot.sas'. Instead I used something like this: '/folders/myfolders/chisq_plot.sas' since I'm using mac. However I keep on getting errors saying: ERROR: Cannot open %INCLUDE file /folders/myfolders/chisq_plot.sas. ERROR 180-322: Statement is not valid or it is used out of proper order. I am just completely stuck and don't know what to do. I'd very much appreciate it if anyone could help me with this issue!
... View more