BookmarkSubscribeRSS Feed
kabzi_5
Calcite | Level 5

Good day

i want to export data set i have queried using proc export code on Enterprise Guide 5.1, everytime i run the below code i receive an error message,

 

PROC EXPORT DATA= WORK.prvmth1

           OUTFILE= "C:\Users\kabzi\Desktop\JUNK\prvmth1.CSV"

           dbms=csv

           replace;

     RUN;

And the error message is: ERROR: Insufficient authorization to access /mtnx290/BAF/config/Lev3/SASAppAnalytics/C:\Users\kabzi\Desktop\JUNK\prvmth1.CSV.

 

Is the above statement supported on EG 5.1? if not which statement should i be using in order to export large amount of data?

3 REPLIES 3
gamotte
Rhodochrosite | Level 12

Hello,

 

You are executing your program on a remote server which has no visibility on your local files.

You can either export your table to a remote CSV and retrieve it (e.g. by FTP)  or execute your program locally

which supposes that the table You want to export is in your local work.

Steelers_In_DC
Barite | Level 11

Without the right license this will not work.  Using enterprise guide you can either use 'send to' and select excel word or powerpoint, or in the file menu select export.

SASKiwi
Opal | Level 21

CSV export using PROC EXPORT is available in Base SAS. Talk to your SAS administrator to find out what shared folder on your remote SAS server you can use for your export files. 

SAS INNOVATE 2024

Innovate_SAS_Blue.png

Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.

If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website. 

Register now!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

Get the $99 certification deal.jpg

 

 

Back in the Classroom!

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

View all other training opportunities.

Discussion stats
  • 3 replies
  • 959 views
  • 0 likes
  • 4 in conversation