Tips:Create a CSV file without column names/headers in row 1

From sasCommunity

Jump to: navigation, search

While PROC EXPORT can not create a CSV file without column headers directly, there are at least half a dozen ways to create a CSV file without column headers using any or all of PROC EXPORT combined with a DATA steps, just a DATA step, ODS and the DS2CSV macro.

Submitted by Don Henderson. Contact me at my Discussion Page.

....read more

Personal tools