/* 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 are _numeric_ and _character_ and what do they do? : Sas programming

680


describe about metadata object? : Sas-di

630


what is sas and what are the functions? : Sas-administrator

544


why a stop statement is needed for the point= option on a set statement?

631


Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?

1471






If a variable contains letters or special characters, can it be numeric data type?

766


How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?

1589


How would you identify a macro variable?

653


What is the difference between using drop = data set option in data statement and set statement?

642


What is the difference between %put and symbolgen? : sas-macro

675


what is data governance? : Sas-di

627


what is hash files in sas and why we are using this one in sas?

1734


What is the SAS data set?

679


In SAS explain which statement does not perform automatic conversions in comparisons?

803


what is operational data and operational system? : Sas-di

637