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...


what is the difference between proc means and proc summary?

Answers were Sorted based on User's Feedback



what is the difference between proc means and proc summary?..

Answer / kitty

proc means has default print option where as in proc summary
to print the output in output window u need to specify print
option. in simple words proc summary with print option is
same as proc means.

Is This Answer Correct ?    11 Yes 1 No

what is the difference between proc means and proc summary?..

Answer / abc

proc summary without var statement gives only sum.
proc summary with var !!!to proc means

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More SAS Interview Questions

How do dates work in sas?

0 Answers  


Which command is used to perform sorting in sas program?

0 Answers  


What is a put statement?

0 Answers  


What would the following datastep do? Data _null_; Set Dist end=eof; Call Symput("xx"!!left(put(_n_,2.)),&dimension); If EOF then Call Symput('numrows',left(put(_n_,2.))); Run; dimension is a macro variable that is being passed here

2 Answers  


If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable?

2 Answers  


is there any differnce between proc means and proc summary?

5 Answers  


How to get part of string form the source string without using sub string function in SAS?

3 Answers  


Enlist the functions performed by sas.

0 Answers  


if reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record

4 Answers   HSBC,


if we dont want to print output what we have to do..???give syntax..???

8 Answers   Accenture, GSK GlaxoSmithKline,


how to assign a macro value to a variable?

8 Answers   CitiGroup,


How would you code a macro statement to produce information on the SAS log? This statement can be coded anywhere.

8 Answers  


Categories