Hallo,
is tehre any possibility to export a txt file without a header without using the PUTNAMES=NO?
The background is: we use the SAS 9.1.2 and it does not support the PUTNAMES command.
Thank you so much in advance!
Best regards
Julia
Your probably better of writing an exported yourself with datastep file ...; and put commands. You can do proc export and output the code, then copy that and modify it slightly.
You don't need to involve proc export at all.
ods csv file='c:\temp\x.txt' ; proc report data=sashelp.class nowd noheader; run; ods csv close;
Xia Keshan
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.