/* 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
What do you know about sas and what we do? : sas-grid-administration
What do you understand by the term Normal Distribution?
what is sas olap server? : Sas-di
What are types of transport files?
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
Explain input and put function?
Explain by-group processing?
How we can create SAS USER DEFINED CODE?
Mention sas system options to debug sas macros.
What is maximum number of rows and cols can be handled in SAS?
explain about sas business intelligence? : Sas-bi
what are the considerations when picking a SAS/STAT procedure?
How do you define proc in sas? : sas-grid-administration
how are numeric and character missing values represented internally? : Sas programming
What are SAS/ACCESS and SAS/CONNECT?