Hello, this is Fuka-japan.
I need to convert the SAS file attached to this post to a csv file for use with R, but it says "You do not have permissions".
What should I do?
my code:
PROC EXPORT DATA= DEF.sas
OUTFILE= "/home/u59515621/元データ"
DBMS=CSV REPLACE;
RUN;
You can convert a SAS table (data) to a .csv using Proc Export.
What you're trying to use is a SAS program with Proc Export. That simply doesn't make any sense and just can't work.
Nearly 200 sessions are now available on demand in the Innovate Hub.
Watch Now →SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.
Find more tutorials on the SAS Users YouTube channel.