what is the difference between proc means and proc summary?
Answers were Sorted based on User's Feedback
Answer / kitty
proc means has default print option where as in proc summary
to print the output in output window u need to specify print
option. in simple words proc summary with print option is
same as proc means.
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / abc
proc summary without var statement gives only sum.
proc summary with var !!!to proc means
| Is This Answer Correct ? | 2 Yes | 2 No |
Explain the difference between using drop = data set option in set and data statement?
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?
what is intially documentation in sas?
What is the one statement to set the criteria of data that can be coded in any step?
What statement do you code to tell SAS that it is to write to an external file? What statement do you code to write the record to the file?
Enlist the functions performed by sas.
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
what is sas? is a package or tool? give me introduction about sas?
What are the different versions of sas that you have used until now? : sas-grid-administration
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
explain what is data set in sas? : Sas-administrator
How do you connect the desktop application to metadata server? : sas-grid-administration