BookmarkSubscribeRSS Feed
Maha-Albqoor
Fluorite | Level 6

Dear SAS Supporting Community!

I'd appreciated it id someone help me troubleshooting this problem:

I'm writing a code for establishing frequency description of a categorical variable in a survey data with complex sampling design. My code was like this

proc surveyfreq data=file name you have;

tables name of categorical variable;

    domain name of domian variable;  

    strata  name of strata variable;

   cluster name of cluster variable;

   weight  weighting variable;

     

I got a syntax error. I think it could be that I placed domain statement before the (strata, cluster and weight) statements. Anyone could suggest other reasons for that error please?>

Thank You,

1 REPLY 1
Maha-Albqoor
Fluorite | Level 6

any thoughts please?!

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1281 views
  • 0 likes
  • 1 in conversation