Code a PROC MEANS that shows both summed and averaged
output of the data.
Answer Posted / venkatesh.layam
proc means data=sashelp.calss means sum=total;
class gender;
var age;
run;
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
what is intially documentation in sas?
what is the Population you used in your project, is it ITT or PP?
how does sas handle missing values in a merge? : Sas programming
What are the features of SAS?
Mention what is SAS data set?
What are all the problems you faced while validating tables and reports?
explain the proc in sas? : Sas-administrator
Mention the validation tools used in SAS?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
Compare sas with other data analytics tools.
What are the parameters of scan function?
What is interleaving in SAS?
What is the basic syntax of a sas program?
What are the 3 components in sas programming?
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?