/* 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 are the difference between sas functions and procedures?
what is the difference between infile and input? : Sas-administrator
Intern stastical programmer written test
What are pdv and it functions?
What is the difference between SAS functions and procedures?
How to test the debugging in sas?
What do you know about sas and what we do? : sas-grid-administration
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
Mention some common errors that are usually committed in sas programming.
how to do user inputs and command line arguments in sas?
explain about various caches available in data integrator? : Sas-di
describe how to adjust the performance of data integrator? : Sas-di
Tell e how how dealt with..
what techniques and/or procs do you use for tables? : Sas programming
is data integration and etl programming is same? : Sas-di