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.
option VARHEADER allows you to specify which you want to see, at least in version 9.4 TS1M5.
It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.
Submit your proposal →
Get started using SAS Studio to write, run and debug your SAS programs.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.
Browse our catalog!