BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
hellohere
Pyrite | Level 9

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?!

 

1 ACCEPTED SOLUTION

Accepted Solutions
andreas_lds
Jade | Level 19

Proc export has the putnames option. Set it to "no" and you should get a files without header.

View solution in original post

2 REPLIES 2
ballardw
Super User

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.

andreas_lds
Jade | Level 19

Proc export has the putnames option. Set it to "no" and you should get a files without header.

How to Concatenate Values

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 2 replies
  • 1403 views
  • 1 like
  • 3 in conversation