Is it possible to do sorting tranformation in charecter
variable??if can tell me one eg..



Is it possible to do sorting tranformation in charecter variable??if can tell me one eg....

Answer / bin

proc sort data=example;
by name;
run;

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More SAS Interview Questions

How do you convert basic cube to transaction cube and transaction cube to basic cube?

0 Answers  


If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?

10 Answers   Accenture,


what are different analysis datasets you created and what are the new variables created

2 Answers   Sciformix,


code the tables statement for a single level frequency?

2 Answers  


Does anybody has lastest SAS certification dumps,if anybody has please mail me on saggydesai@gmail.com

2 Answers  






if i having variables named a b c d e f ,how to find total of each variable ????give syntax...??

6 Answers   Accenture,


Hi , which book should i refer to for preaparing SAS statistical Exam. Searched a lot on books but still did n't find relevant books

2 Answers  


Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables?

3 Answers  


what is change analysis in sas di ? : Sas-di

0 Answers  


What has been your most common programming mistake?

4 Answers   Wipro,


What are the special input delimiters used in SAS?

0 Answers  


I have a dataset concat having variable a b & c. How to rename a b to e & f?

0 Answers  


Categories