Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


is there any differnce between proc means and proc summary?

Answers were Sorted based on User's Feedback



is there any differnce between proc means and proc summary?..

Answer / bharath

proc means:It will give descreptive statitstics.
By default it will give output in output window.
limited statistics will give like n,mean,median,min and max.
If we need additional statistics we need to add options.

Proc summary:same thing but it will not give output as
default.we need give an option print then only it will give
the output.

Is This Answer Correct ?    9 Yes 0 No

is there any differnce between proc means and proc summary?..

Answer / saritha

proc means produce printed output.

where as proc summary will not produce any output but it
create dataset.

Is This Answer Correct ?    3 Yes 0 No

is there any differnce between proc means and proc summary?..

Answer / kumaraswamy madoori

1) Proc Means generate a default output but Proc Summary
require Print option to generate output similar to proc
means.
2) To get similar outputs Proc summary should compulsory
have atleast one variable in VAR statement.
If you want a proof for the above please run the below code:
proc means data=sasuser.admit;
run;
proc summary data=sasuser.admit print;
run;

The outputs will be different.

Is This Answer Correct ?    2 Yes 0 No

is there any differnce between proc means and proc summary?..

Answer / sai ram

THE PROC SUMMARY: IN THIS CASE THE PROC SUMMARY OMIT THE VAR AND OUT WINDOW,
IN THIS CASE WE CAN GET THE ONLY 'N' OBS.

THE PROC MEANS: WE CAN GET THE OUTPUT RESULT IN OUT WINDOW
AND IF WE WANT TO STATISTICAL INFORMATION AS PER YOUR WISE
N,MEAN,MAX,MIN,STD LIKE

Is This Answer Correct ?    0 Yes 0 No

is there any differnce between proc means and proc summary?..

Answer / naveen

Both having almost similar work but,,,,

Proc means having default print option,,,,,,,,,

And in proc summary does not have default print
option,,,,,,,,,,

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SAS Interview Questions

Do you know the features of sas?

0 Answers  


how to assign a macro value to a variable?

8 Answers   CitiGroup,


what is the function of catx syntax? : Sas-administrator

0 Answers  


how would you create multiple observations from a single observation? : Sas programming

0 Answers  


What is the size of PDV?

2 Answers   L&T,


Mention how to limit decimal places for the variable using proc means?

0 Answers  


what does .. meant in sas macros

3 Answers   D&B,


When looking for data contained in a character string of 150 bytes, which function is the best to locate that data: scan, index, or indexc?

2 Answers   Accenture,


Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma

0 Answers  


Name validation tools used in SAS

0 Answers  


what is the use of proc sql? : Sas programming

0 Answers  


How do you put a giraffe into the refrigerator?

3 Answers   Oracle,


Categories