what is the difference between proc means and proc tabulate?
Answer Posted / vigneshwaran.s
Proc Means is used for Creating output with Mean,Std
Dev.,Minimum and maximum values for the Numeric variables
considered in Var Statement.
Proc tabulate is used for Creating tabular Report and it
does NOT deal with any statistics.
| Is This Answer Correct ? | 17 Yes | 14 No |
Post New Answer View All Answers
What do you know about symput and symget?
What are the advantages of using sas?
how do you test for missing values? : Sas programming
How do you control the number of observations and/or variables read or written?
Give some examples where proc report’s defaults are different than proc print’s defaults?
what are input dataset and output dataset options? : Sas programming
Give some examples where proc report’s defaults are same as proc print’s defaults?
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
What are common programming errors committed in sas
what is data access? : Sas-di
What is the function of Stop statement in a SAS Program?
What is the difference between class statement and by statement in proc means?
What is the basic structure of a sas program?
How do you debug and test your SAS programs?