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
Describe the function and untility of the most difficult SAS macro that you have written.
which features do you use to check the data validations and errors? : Sas-administrator
What is the difference between %put and symbolgen? : sas-macro
is data integration and etl programming is same? : Sas-di
What is the order of application for output data set options, input data set options and SAS statements?
What is the difference between one to one merge and match merge? Give an example.
How to read an input file in sas?
Explain the purpose of substr functions in sas programming.
How do you delete duplicate observations in sas?
how many types prompting framework can be broken down to? : Sas-bi
Enlist the functions performed by sas.
What are the statements in proc sql?
Mention how to limit decimal places for the variable using proc means?
What versions of SAS have you used (on which platforms)?
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks