Code a PROC SORT on a data set containing State, District
and County as the primary variables, along with several
numeric variables?
Answer Posted / poornima
proc sort data=x;
var state district county;
run;
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
how to generate the test data in sas without input data? : Sas-administrator
What are the special input delimiters used in SAS?
what is factor analysis? : Sas-administrator
what are _numeric_ and _character_ and what do they do? : Sas programming
is data integration and etl programming is same? : Sas-di
What is proc sort?
What is the use of %include statement?
Have you ever used the SAS Debugger?
What are types of transport files?
name some data transformation used in sas di? : Sas-di
What is slibref?
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
Name some categories in sas 9? : sas-grid-administration
what are all the reports you generated in your recent project?
what are sas/access and sas/connect? : Sas programming