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
What are common programming errors committed in sas
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
What are pdv and it functions?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
for whom is sas data integration studio designed? : Sas-di
How would you identify a macro variable?
What areas of SAS are you most interested in?
What is the length assigned to the target variable by the scan function?
explain about various caches available in data integrator? : Sas-di
To what type of programms have you used scratch macros?
What is the difference between nodupkey and nodup options?
What is a method to debug and test your SAS program?
describe about physical data integration? : Sas-di
what are the types of interactive display types? : Sas-bi
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?