/* 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 do you know about sas and what we do? : sas-grid-administration

790


What do you understand by the term Normal Distribution?

751


what is sas olap server? : Sas-di

944


What are types of transport files?

7340


I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry

1512


Explain input and put function?

852


Explain by-group processing?

775


How we can create SAS USER DEFINED CODE?

1820


Mention sas system options to debug sas macros.

881


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

1053


explain about sas business intelligence? : Sas-bi

807


what are the considerations when picking a SAS/STAT procedure?

3109


How do you define proc in sas? : sas-grid-administration

850


how are numeric and character missing values represented internally? : Sas programming

840


What are SAS/ACCESS and SAS/CONNECT?

845