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


Please Help Members By Posting Answers For Below Questions

Tell me more about the parameters in macro? : sas-macro

1092


what is data access? : Sas-di

1178


What are the functions which are used for character handling functions?

1190


What is the difference between proportion and average?

3405


AE datasets names? how many types?

2559


What do the put and input function do?

1112


What is run-group processing?

1244


How would you identify a macro variable? : sas-macro

1064


which date functions advances a date time or date/time value by a given interval? : Sas programming

1008


Tell e how how dealt with..

2312


What is the basic syntax style in SAS?

1228


hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana

5507


What is the order of application for output data set options, input data set options and SAS statements?

1620


What does PROC print, and PROC contents do?

1277


I have a dataset concat having variable a b & c. How to rename a b to e & f?

1079