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
Name and describe few sas character functions that are used for data cleaning in brief.
what has been your most common programming mistake? : Sas programming
In ARRAY processing, what does the DIM function do?
What is program data vector (pdv) and what are its functions?
Explain data_null_?
Are you involved in writing the inferential analysis plan? Tables specfications?
What are pdv and it functions?
How we can call macros with in data step? : sas-macro
Differentiate between proc means and proc summary.
what is hierarchy flattening? : Sas-di
Do you know the features of sas?
What is a method to debug and test your SAS program?
why is sas data integration studio important? : Sas-di
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
name some data transformation used in sas di? : Sas-di