Hi All,
I am trying to export a text file with '|' dlm, But I am getting carriage return issue for the last field.I am using Windows os.
I am trying as follows:
export data=ABC
outfile= "&output1"
dbms = dlm
replace
delimiter = '|';
;
Please help me on this
Thanks In Advance.
What's the definition of &output1? What do you want to be the indicator for a new line?
And what is the "carriage return issue"? Too many, too few, unexpected location?
Did you create these txt file under UNIX OS and browse them under Win OS ?
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and 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.