Here is one solution online, Sas PROC EXPORT xlsx without named ranges - Stack Overflow
But it prompts to ask whether to save or open, which is a killer at automation.
Anyone?!
Proc export has the putnames option. Set it to "no" and you should get a files without header.
Are you looking for something that works with pretty much any data set without writing much code or a specific data set structure?
And is actually to a CSV? When your subject says CSV and then point to code about XLSX files I get confused as to the actual file format desired.
Proc export has the putnames option. Set it to "no" and you should get a files without header.
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.