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

proc means data=befor3 max min;
var 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

What are the difference between sas functions and procedures?

1198


what is the difference between infile and input? : Sas-administrator

1189


Intern stastical programmer written test

790


What are pdv and it functions?

1238


What is the difference between SAS functions and procedures?

1179


How to test the debugging in sas?

1239


What do you know about sas and what we do? : sas-grid-administration

1231


what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi

1133


Mention some common errors that are usually committed in sas programming.

1100


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

3086


explain about various caches available in data integrator? : Sas-di

1111


describe how to adjust the performance of data integrator? : Sas-di

1060


Tell e how how dealt with..

2309


what techniques and/or procs do you use for tables? : Sas programming

1099


is data integration and etl programming is same? : Sas-di

1120