Code a PROC SORT on a data set containing State, District
and County as the primary variables, along with several
numeric variables?
Answer Posted / chirag patel
Proc Sort Data = x ;
by State District County _Numeric_;
run ;
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is the role of sas grid administrator? : sas-grid-administration
What system options would you use to help debug a macro? : sas-macro
Can you explain the process of calendar?
why is a stop statement needed for the point=option on a set statement? : Sas programming
Explain the difference between nodup and nodupkey options?
Difference between SAS STATA & SPSS?
Briefly explain input and put function?
What are the data types does SAS contain?
Mention what is the difference between nodupkey and nodup options?
which date function advances a date, time or datetime value by a given interval? : Sas programming
How can sas program be validated?
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
How can you create a macro variable with in data step? : sas-macro
What is the use of the %include statement?
what is broad cast agent? : Sas-bi