/* 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;
Answers were Sorted based on User's Feedback
Answer / chandrakanth
proc means data=befor3 max min;
var v1;
run;
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / venkatesh
proc tabulate data=datasetname;
var v1;
table (min max)*v1;
run;
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / alok karan
/* 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;
proc sql;
select max(v1)as maximum , min(v1) as minimum
from before3;
quit;
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sonia
Obs v1 v2 v3
1 3 2 1
2 4 6 5
3 2 1 3
4 6 5 4
5 1 3 2
6 5 4 6
Is This Answer Correct ? | 0 Yes | 4 No |
How would you delete duplicate observations?
what do the pad and dim functions do? : Sas programming
what is option year cuttoff in sas
Can you calculate the mean, median and mode of the following data set using data step logic? Don't use any function or procedure. data a; input age @@; datalines; 22 32 32 32 43 23 24 56 45 54 28 29 27 26 25 28 30 20 18 37 36 47 46 56 19 20 ; run; I have calculated the mean which i have posted in the answer section.
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
If money were no object, what would you like to do?
What are the different versions of sas that you have used until now? : sas-grid-administration
Compare sas with other data analytics tools.
diff between nodup rec and ondup key???
If you?re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?
what type of graphs we will create(for 2+years candidates)?
Best trainer in hyderabad for sas banking.if any one have details pls provide contact details.