BookmarkSubscribeRSS Feed
Alankar
Fluorite | Level 6
Is there any way to export the data to Excel file with Labels instead of variable names?

Thanks in Advance,
Alankar
3 REPLIES 3
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
PROC EXPORT supports using labels but only starting with SAS 9.2. Otherwise, you can use ODS CSV and PROC PRINT as an alternative, or explore using the SAS-distributed macro found in SASAUTOS (auto-call macro library) %DS2CSV.

Scott Barry
SBBWorks, Inc.
Alankar
Fluorite | Level 6
Thanks sbb,

I'm trying to export using ODS HTML FILE;
but I've one char variable with following values :
0009
0034
in the result i'm getting like this:
9
34
I need as it is.
define code / format = $5.; is not working.

help me.
GertNissen
Barite | Level 11
Try format = z4.;
What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 3 replies
  • 1300 views
  • 0 likes
  • 3 in conversation