Please help me solve this issue to create the macro for the path.
I read some of the solutions in the SAS Community but I still cannot solve it. Thanks.
Follow the instructions for your software to create a macro variable that stores the location for output files.
SAS Studio%let outpath=filepath-to-output-folder;
When I replaced the italicized with this: /home/u49276441/EPG1V2/output
and tried to run this:
proc export data=pg1.storm_final
outfile="&outpath/storm_final.csv"
dbms=csv replace;
run;
I get these errors:Thanks @Reeza for the quick and very useful help. Much appreciated.
Problems solved including the macro issue.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—just $795!
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.
Ready to level-up your skills? Choose your own adventure.