/* 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 treatment emergent events and treatment emregent adverse event

2140


How to create a permanent sas data set?

864


explain the proc in sas? : Sas-administrator

827


Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma

3257


Explain translate function?

857


what other sas products have you used and consider yourself proficient in using? : Sas programming

883


What are the functions used for character handling?

876


Tell me more about the parameters in macro? : sas-macro

810


For what purposes have you used sas macros? : sas-macro

761


What do the sas log messages “numeric values have been converted to character” mean? What are the implications?

948


How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?

1309


Tell e how how dealt with..

1983


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.

1672


i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm

2143


what is function of retain statment

1781