Hi
I'm trying to use the export procedure to create excel files. A little problem is how to keep label as variable names in Excel sheet. Who can help me to make the variable's name more descriptive.
Proc export data=sample.export1 OUTFILE = 'C:\Jia\export.xls' REPLACE;
RUN;
I'm trying to use the export procedure to create excel files. A little problem is how to keep label as variable names in Excel sheet. Who can help me to make the variable's name more descriptive.
Proc export data=sample.export1 OUTFILE = 'C:\Jia\export.xls' REPLACE;
RUN;