%macro conversion_sdata(filename); data &filename.; set twonov.&filename.; run; filename exprt "/mpoint/data_migration/&filename..csv" encoding="utf-8"; run; %mend; %conversion_sdata(ambs);
I tried this in sas on demand academic and it works fine,
when tried at work sas server, I get the following:
"ERROR: physical file does not exist, /mpoint/data/migration/ambs.csv.
0 records created in EXPRT from ambs.
why is that? how to resolve?
I found the bug!! I forgot to create the directory
thank you guys
@HeatherNewton wrote:
I found the bug!! I forgot to create the directory
thank you guys
Did you also fix the fact that your posted code was NOT making any attempt to create a CSV file?
You resolved the problem yourself - great.
Please mark your own response as the solution. This helps potential respondents understand in advance that the original request has been satisfied.
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 lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.