dear all,
when I export a file as follows it ends with an empty row.
proc export data=sashelp.class
outfile='G:\temp\a.csv'
dbms=dlm;
delimiter=';';
run;
In other terms when I open the file with a text editor, I can put the cursor one line after the last line of data.
is there any possibilty to end it at the very last line of data?
thank you very much in advance
Hi,
This looks similar to:
https://communities.sas.com/message/174582
Regards,
Amir.
Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.
YouTube LinkedIn
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.
Ready to level-up your skills? Choose your own adventure.
Browse our catalog!