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.

CFC_SAS_Communities_400x225.jpg

Call for content now open!

It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.

Submit your proposal →

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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