BookmarkSubscribeRSS Feed
Hoppy2018
Calcite | Level 5

Hello,

 

The dataset I am using has labels attached to each variable.  How come I cannot see it when I look at my tables in results?  Here is my code:

 

proc surveyfreq data=water.import;
weight wtx2;
format strata strata. sex1 gender. aa1a importance.;
table strata*aa1a;
run;

 

If I run it using procfreq I can see it.

 

Thanks.

 

 

1 REPLY 1
PGStats
Opal | Level 21

option VARHEADER allows you to specify which you want to see, at least in version 9.4 TS1M5. 

PG

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Update

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

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
  • 1 reply
  • 1285 views
  • 0 likes
  • 2 in conversation