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

/* To determine the maximum and minimum of V1 */

data before3;
input v1 v2 v3;
cards;
3 2 1
4 6 5
2 1 3
6 5 4
1 3 2
5 4 6
;
run;

Answer Posted / venkatesh

proc tabulate data=datasetname;
var v1;
table (min max)*v1;
run;

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which statement does not perform automatic conversions in comparisons?

1857


What is the command used to find missing values?

1145


hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?

2108


What are the five ways to do a table lookup in sas? : sas-grid-administration

1115


Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?

2451


how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming

1074


What versions of SAS have you used (on which platforms)?

1565


explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di

1142


explain what is data set in sas? : Sas-administrator

1036


What are the features of base sas system?

1112


What areas of SAS are you most interested in?

1580


What does proc print, and proc contents are used for?

1220


how does sas handle missing values in formats? : Sas programming

1190


for what purpose would you use the retain statement? : Sas programming

1147


What is the function of Stop statement in a SAS Program?

1200