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.
 

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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