BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
MeghnaRoy9
Obsidian | Level 7

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. 
 
1 ACCEPTED SOLUTION

Accepted Solutions
KachiM
Rhodochrosite | Level 12

 

sasuser.v94

 

This folder seems only readable and not writable. Replace it with something you created.

View solution in original post

1 REPLY 1
KachiM
Rhodochrosite | Level 12

 

sasuser.v94

 

This folder seems only readable and not writable. Replace it with something you created.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 516 views
  • 1 like
  • 2 in conversation