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
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
do you prefer proc report or proc tabulate? Why? : Sas programming
What are the difficulties u faced while doing vital signs table or dataset?
What do the mod and int function do? : Sas programming
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
I have a dataset concat having variable a b & c. How to rename a b to e & f?
What is the role of sas grid administrator? : sas-grid-administration
Differentiate between proc means and proc summary.
Explain how merging helps to combine data sets.
Differentiate input and infile.
What do you understand by the term Normal Distribution?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
what other sas products have you used and consider yourself proficient in using? : Sas programming
What is the length assigned to the target variable by the scan function?