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;

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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