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


Please Help Members By Posting Answers For Below Questions

what is study design in while working with SAS? what are screening variables in SAS?

1683


Explain how you can debug and test your SAS program?

565


How to convert a numeric variable to a character variable?

634


how will you locate the sas platform applications? : Sas-bi

586


Mention what are the data types does SAS contain?

699






What are common programming errors committed in sas

674


what is hierarchy flattening? : Sas-di

622


what are the scrubbing procedures in sas? : Sas programming

834


why is sas data integration studio important? : Sas-di

561


What are the data types that sas contain?

657


What do the sas log messages “numeric values have been converted to character” mean? What are the implications?

730


explain the main difference between the nodup and nodupkey options? : Sas-administrator

692


Compare sas with other data analytics tools.

585


For what purposes have you used sas macros? : sas-macro

540


What is the purpose of _character_ and _numeric_?

589