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.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
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!