Is it possible to do sorting tranformation in charecter
variable??if can tell me one eg..
Answer Posted / bin
proc sort data=example;
by name;
run;
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is hierarchy flattening? : Sas-di
What is a macro routine?
What are common programming errors committed in sas
How do you debug and test your SAS programs?
What is the difference between class statement and by statement in proc means?
what are the best practices to process the large data sets in sas programming? : Sas-administrator
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
what does the run statement do? : Sas programming
What are the implications?
What are the scrubbing procedures in sas?
What areas of SAS are you most interested in?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
which features do you use to check the data validations and errors? : Sas-administrator
What is run-group processing?
How do you use the do loop if you don’t know how many times you should execute the do loop?