Hi!
I tried to run the following code:
ODS HTML FILE = "/folders/myfolders/sasuser.v94/DIVTest.XLS";
/*DIVERGENCE TEST*/
PROC TTEST DATA = CSD.OUT;
VAR SCORE;
CLASS INS;
RUN;
ODS HTML CLOSE;
However, whenever I try to run the above code: I'm being prompted by an error and a warning stating:
WARNING: GPATH or PATH is not a writable directory. It will be ignored.
ERROR: Cannot write image to SlantFactor. Please ensure that proper disk permissions are set.
Can anyone help me understand what it means?
Thank You.