BookmarkSubscribeRSS Feed
ciro
Quartz | Level 8

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

1 REPLY 1
Amir
PROC Star

Hi,

This looks similar to:

https://communities.sas.com/message/174582

Regards,

Amir.

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

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

What is Bayesian Analysis?

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 2847 views
  • 0 likes
  • 2 in conversation