/* 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 / sravan

proc means data=before3 max min ;
run;

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What sas features do you use to check errors and data validation?

692


Why and when do you use proc sql?

760


what other sas products have you used and consider yourself proficient in using? : Sas programming

683


In sas, what are the areas that you are most interested in? : sas-grid-administration

638


do you prefer proc report or proc tabulate? Why? : Sas programming

573






What is a method to debug and test your SAS program?

717


What is maximum number of rows and cols can be handled in SAS?

853


if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming

544


Name some categories in sas 9? : sas-grid-administration

557


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

1660


what is data governance? : Sas-di

625


explain the concepts and capabilities of business object? : Sas-bi

538


what is sas enterprise intelligence architecture? : Sas-bi

544


How would you identify a macro variable?

650


what are _numeric_ and _character_ and what do they do? : Sas programming

674