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

Mention how to limit decimal places for the variable using proc means?

0 Answers  


What type of tables you are using in YOUR reporting..???

2 Answers   GSK GlaxoSmithKline,


I have 2 data sets A & B. Both have a variable called Age in them, each of them specifying a different functionality. In my program I use bot these data sets. How do I specify which Age variable I want to use?

6 Answers  


What do you know about symput and symget?

0 Answers  


For clinical entire study how many tables will create approx?

0 Answers   TCS,






If you use a symput in a data step, when and where can you use the macro variable? : sas-macro

0 Answers  


what are sas bi dashboard components? : Sas-bi

0 Answers  


Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?

0 Answers  


What are the main differences between sas versions 8.2, 9.0, 9.1?

4 Answers  


what is the difference between nodup and nodupkey options? : Sas programming

0 Answers  


What are _numeric_ and _character_ and what do they do?

1 Answers   Quintiles,


What is the use of divide function?

0 Answers  


Categories