is there any difference between proc summary and proc means?
Answer Posted / ramesh varma
VAR statement must be used in proc summary.
VAR statement is optional in proc means.
proc summary with "print" option desplays output
proc means without "print" option desplays output
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How do you use the do loop if you don’t know how many times you should execute the do loop?
what is hierarchy flattening? : Sas-di
What is factor analysis?
what is sas and what are the functions? : Sas-administrator
what is metadata? : Sas-bi
for what purpose would you use the retain statement? : Sas programming
Name and describe few sas character functions that are used for data cleaning in brief.
what are the categories that sas informats are used to the place the data? : Sas-administrator
What is the difference between input and infile statement?
What would be the value of month at the end of data step execution and how many observations would be there?
explain the key concept of sas? : Sas-administrator
How is character variable converted into numeric variable and vice versa?
what is change analysis in sas di ? : Sas-di
What is the purpose of trailing @ and @@? How do you use them?
Explain substr function?