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 |
How do dates work in sas?
Which command is used to perform sorting in sas program?
What is a put statement?
What would the following datastep do? Data _null_; Set Dist end=eof; Call Symput("xx"!!left(put(_n_,2.)),&dimension); If EOF then Call Symput('numrows',left(put(_n_,2.))); Run; dimension is a macro variable that is being passed here
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable?
is there any differnce between proc means and proc summary?
How to get part of string form the source string without using sub string function in SAS?
Enlist the functions performed by sas.
if reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record
if we dont want to print output what we have to do..???give syntax..???
8 Answers Accenture, GSK GlaxoSmithKline,
how to assign a macro value to a variable?
How would you code a macro statement to produce information on the SAS log? This statement can be coded anywhere.