what is the difference between proc means and proc summary?
Answer Posted / abc
proc summary without var statement gives only sum.
proc summary with var !!!to proc means
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What would you change about your job?
Give some ways by which you can define the variables to produce the summary report (using proc report)?
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
name some data transformation used in sas di? : Sas-di
How long can a macro variable be? A token? : sas-macro
Give some examples where proc report’s defaults are same as proc print’s defaults?
What does the trace option do?
how can you create zero observation dataset? : Sas programming
What is the role of sas grid administrator? : sas-grid-administration
Are you sensitive to code walk-throughs peer review or QC review?
What would be the value of month at the end of data step execution and how many observations would be there?
Describe the ways in which you can create a macro variable?
what is the basic structure sas administrator? : Sas-administrator
Give e an example of..
What is the use of stop statement?