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

what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming

0 Answers  


Name statements that are recognized at compile time only?

6 Answers  


what is the use of LRECL option.

1 Answers   L&T,


Enlist the syntax rules followed in sas statements.

0 Answers  


How would you generate 1000 observations from a normal distribution with a mean of 50 and standard deviation of 20. How would you use PROC CHART to look at the distribution? Describe the shape of the distribution.

1 Answers  






Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?

2 Answers  


How to limit decimal places for variable using proc means?

0 Answers  


how does sas handle missing values in assignment statements? : Sas programming

0 Answers  


why a stop statement is needed for the point= option on a set statement?

0 Answers  


data jagan1.s; input bp$; cards; 100/90 120/89 112/87 run; in the above code how to convert character data values to numeric data values?

3 Answers  


List out some key concept of SAS

0 Answers  


how can u create zero observation dataset?

11 Answers   CitiGroup,


Categories