/* 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
what is treatment emergent events and treatment emregent adverse event
How to create a permanent sas data set?
explain the proc in sas? : Sas-administrator
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
Explain translate function?
what other sas products have you used and consider yourself proficient in using? : Sas programming
What are the functions used for character handling?
Tell me more about the parameters in macro? : sas-macro
For what purposes have you used sas macros? : sas-macro
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
Tell e how how dealt with..
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.
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
what is function of retain statment