what is the diff. b/w proc means and proc summary?
Answer Posted / chiranjeevi
proc means:
When ever we are using the proc means procedure by default
it's displaying the results in output window.
syntax:proc means data=<dataset name>;
output out=<newdataset name>;
run;
proc summary:
proc summary doesnt generate an output, if you want an
output, you include and specify the print option.
syntax:proc summary data=<datasetname> print;
output out=<newdatasetname>;
run;
| Is This Answer Correct ? | 24 Yes | 4 No |
Post New Answer View All Answers
How many ways to overcome a missing values???
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
where are dashboard components are created and maintained? : Sas-bi
Name some categories in sas 9? : sas-grid-administration
what is the primary data source for the wrs? : Sas-bi
Explain append procedure?
What is the function of Stop statement in a SAS Program?
Compare sas with other data analytics tools.
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
what is data integration? : Sas-di
Are you involved in writing the inferential analysis plan? Tables specfications?
Describe crosslist option in tables statement?
Which command is used to perform sorting in sas program?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
how sas deals with business intelligence? : Sas-bi