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.
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.
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!