BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
eiraduku
Fluorite | Level 6

Hello

I was trying to get the output as mentioned in a video..

 

 

This is what is in libname.sas

 

libname pg1 "S:/workshop/EPG1V2/data/";

%let outpath=filepath-to-output-folder;

 

This is the program 

proc export data=pg1.storm_final
outfile="&outpath/storm_final.csv"
dbms=csv replace;
run;

 

This is the error 

ERROR: Physical file does not exist, C:\Users\vleuser-11591\filepath-to-output-folder\storm_final.csv.

 

Any help?

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
Tom
Super User Tom
Super User

You where supposed to change the value of the macro variable OUTPATH to match the name of the directory where SAS can write the file.  The error message is saying the directory you entered does not exist.

View solution in original post

1 REPLY 1
Tom
Super User Tom
Super User

You where supposed to change the value of the macro variable OUTPATH to match the name of the directory where SAS can write the file.  The error message is saying the directory you entered does not exist.

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!

5 Steps to Your First Analytics Project Using SAS

For SAS newbies, this video is a great way to get started. James Harroun walks through the process using SAS Studio for SAS OnDemand for Academics, but the same steps apply to any analytics project.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 641 views
  • 3 likes
  • 2 in conversation