Code a PROC MEANS that shows both summed and averaged
output of the data.

Answer Posted / sumit

proc means data=work.emp sum mean;
class deptno;
var sal;
run;

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain proc univariate?

606


where are dashboard components are created and maintained? : Sas-bi

570


What are the scrubbing procedures in sas?

573


what are informats in sas? : Sas-administrator

588


Explain data step in SAS

633






Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?

1214


How many data types are there in SAS?

634


What is PDV?

728


How do you delete duplicate observations in sas?

579


What are the parameters of scan function?

622


What are the new features included in the new version of SAS Programming Language?

739


Difference between sum function and using “+” operator?

604


Which function is used to count the number of intervals between two sas dates?

572


Describe a time when you were really stuck on a problem and how you solved it?

2207


what do the mod and int function do? What do the pad and dim functions do? : Sas programming

617