Code a PROC MEANS that shows both summed and averaged
output of the data.
Answer Posted / srini
Proc Means data=test noprint;
var var1 var2(optional)
output out=newdataset
sum= mean=;
run;
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
Can you suggest us materials for sdtm mapping?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
How will you generate test data with no input data?
How would you determine the number of missing or nonmissing values in computations?
what is study design in while working with SAS? what are screening variables in SAS?
Tell me about % include and % eval? : sas-macro
What are the features of base sas system?
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
What is Linear Regression?
what is factor analysis? : Sas-administrator
What are the different operating system platforms in which we can use sas? : sas-grid-administration
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
what are the categories that sas informats are used to the place the data? : Sas-administrator