is there any difference between proc summary and proc means?
Answers were Sorted based on User's Feedback
Answer / ganga
yes,proc means gives default listing output as soon as the
program executes where as the proc summary doesnot.
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / 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 |
Describe a time when you were really stuck on a problem and how you solved it?
When merging 2 datasets with a common variable (not merge key), how to keep both?
How to get top scorer student from a class-table having different sections A,B, C & D? Each section having same number of students.
Hi im new to sas. I have a file with some charecter variables and some numeric variables now i want to load charecter variables into one datastep and numeric variables into another data step pls let me know Thanks
Describe a time when you were really stuck on a problem and how you solved it?
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
How are numeric and character missing values represented internally?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
you have a data set like this. data qqq; input name $ total; cards; qq 22 ww 33 qq 22 ee 44 rr 33 ww 44 ; run; and you want output like this......... name total qq 22 ww 44 Do it by data set step.
What is the difference between the proc sql and data step?
How we can call macros with in data step? : sas-macro
what is ae onset date n what is RDS