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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the purpose of _error_? : Sas programming

1087


What do the sas log messages “numeric values have been converted to character” mean? What are the implications?

1146


Describe what are the different levels of administrative users in sas? : sas-grid-administration

990


What are the parameters of scan function?

1117


What is the difference between SAS functions and procedures?

1102


How to read an input file in sas?

1101


which features do you use to check the data validations and errors? : Sas-administrator

1010


how does sas handle missing values in a merge? : Sas programming

990


Intern stastical programmer written test

687


why is a stop statement needed for the point=option on a set statement? : Sas programming

1047


what are 5 ways to perform a table lookup in sas? : Sas-administrator

1188


What are the difficulties u faced while doing vital signs table or dataset?

2348


What do you code to create a macro? : sas-macro

1079


how to do user inputs and command line arguments in sas?

2986


Can you execute a macro within a macro? Describe. : sas-macro

1072