/* 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 / venkatesh

proc tabulate data=datasetname;
var v1;
table (min max)*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 is the maximum length of the macro variable?

680


it will become easy if uuu provide website linkssss and list of consultanciessssss

1536


Mention the difference between ceil and floor functions in sas?

650


what are sas/access and sas/connect? : Sas programming

551


How do dates work in SAS data?

691






what is broad cast agent? : Sas-bi

599


Describe the ways in which you can create macro variables? : sas-macro

580


sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately

3114


what is sas application server, database server, sas olap server and sas metadata server? : Sas-di

555


Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.

1465


Compare sas with other data analytics tools.

588


I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.

1700


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

2906


Name and describe few sas character functions that are used for data cleaning in brief.

671


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

858