BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
tianerhu
Pyrite | Level 9
proc export data=SASHELP.AIR 
outfile="D:\sas" 
dbms=csv 
replace; 
run;

I use sas OnDemand for Academics

 
error in log :ERROR: Insufficient authorization to access /pbr/biconfig/940/Lev1/SASApp/D:\sas.
 
how can i run this code successfully ?
 
1 ACCEPTED SOLUTION

Accepted Solutions
ChrisNZ
Tourmaline | Level 20
> how can i run this code successfully ?
You need to provide a valid path.
 
Your code runs on a Linux or Unix server, and you provided a Windows path.
 
/pbr/biconfig/940/Lev1/SASApp/D:\sas
 
The part in blue is a unix path to the default directory, to which the (windows) path (in red) you provided as appended. Ask your admin to tell you which paths to use.
 

View solution in original post

2 REPLIES 2
ChrisNZ
Tourmaline | Level 20
> how can i run this code successfully ?
You need to provide a valid path.
 
Your code runs on a Linux or Unix server, and you provided a Windows path.
 
/pbr/biconfig/940/Lev1/SASApp/D:\sas
 
The part in blue is a unix path to the default directory, to which the (windows) path (in red) you provided as appended. Ask your admin to tell you which paths to use.
 

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 2 replies
  • 1235 views
  • 0 likes
  • 2 in conversation