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
Have you ever used the SAS Debugger?
Explain translate function?
AE datasets names? how many types?
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
What is a method to debug and test your SAS program?
How is character variable converted into numeric variable and vice versa?
How to test the debugging in sas?
Explain append procedure?
Mention some common errors that are usually committed in sas programming.
Mention the category in which sas informats are placed?
What is the difference between class statement and by statement in proc means?
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)?
Mention what is PROC in SAS?
How can you create a macro variable with in data step? : sas-macro
How do you test for missing values?