is there any differnce between proc means and proc summary?
Answer Posted / naveen
Both having almost similar work but,,,,
Proc means having default print option,,,,,,,,,
And in proc summary does not have default print
option,,,,,,,,,,
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to debug and test the sas program? : Sas-administrator
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
how does sas handle missing values in functions? : Sas programming
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
do you need to know if there are any missing values? : Sas programming
Define run-group processing?
What will calendar procedure do?
what is proc Index? and what is proc document?
what are _numeric_ and _character_ and what do they do? : Sas programming
how could you generate test data with no input data? : Sas programming
What are the uses of sas?
which date function advances a date, time or datetime value by a given interval? : Sas programming
Explain the purpose of substr functions in sas programming.
explain what is factor analysis? : Sas-administrator