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
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
What is program data vector (pdv) and what are its functions?
Enlist the syntax rules followed in sas statements.
How can sas program be validated?
What Proc glm does?
What is the use of %include statement?
how do you debug and test your sas programs? : Sas programming
How does proc sql work?
what are the considerations when picking a SAS/STAT procedure?
What are the functions which are used for character handling functions?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
Give an example where SAS fails to convert character value to numeric value automatically?
What areas of SAS are you most interested in?
What are the difficulties u faced while doing vital signs table or dataset?