BookmarkSubscribeRSS Feed
Ceeejay
Calcite | Level 5
Please I need help on how to organize my codes so the output will be a tabulation of only MS_diag = 1 combined with specialty. I don't need SAS to output observations containing MS_Diag =0

Pls see attached image
2 REPLIES 2
PeterClemmensen
Tourmaline | Level 20

Show us your code.

Ceeejay
Calcite | Level 5
My Code
PROC SURVEYFREQ DATA= NAMCS_DMA;
TABLES MS_SPECIALTY*MS_DIAG;
CLUSTER CPSUM;
STRATA CSTRATM;
WEIGHT PATWT;
RUN;

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 Updates

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 2 replies
  • 801 views
  • 0 likes
  • 2 in conversation