What SAS code are you using to create the CSV? For example, if you are using ODS CSV and combining that code with PROC PRINT, you can specify the LABEL parameter in PROC PRINT to use the LABEL instead of the variable name. If not using PROC PRINT, please share the SAS code you are using to generate the CSV.
After visiting the SAS support website http://support.sas.com/ I did a search using the argument "proc export label column" and one of the search results is the link below:
Apparently I spoke too soon. When I run the following Proc Export code I get an error message stating that the (LABEL) option is not recognized:
PROC EXPORT DATA=contents OUTFILE="S:\Mdata\contents.csv" DBMS=CSV REPLACE LABEL;
RUN;
I figured it out - we are using SAS 9.1.3 and LABEL will be available in 9.2
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Registration is open
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!