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 can you create a macro variable with in data step? : sas-macro

0 Answers  


What do you know about sas data set?

0 Answers  


in which companies SAS openings are there? List of companies using SAS technology.

14 Answers   MIR-IFCR, TCS,


Can Some one Explain How the Datasets from SAS can be loaded in to the MVS OS?

1 Answers   HCL,


how do u validate sas program

3 Answers   Accenture,






What is the difference between %put and symbolgen? : sas-macro

0 Answers  


Name statements that function at both compile and execution time.

7 Answers   Accenture,


How would you remove a format that has been permanently associated with a variables?

3 Answers  


For what purposes have you used sas macros? : sas-macro

0 Answers  


what is SAS/Graph?

1 Answers   CitiGroup, NTPC,


/*i have the following dataset.*/ data score; input marks ; datalines; 10 20 30 40 50 60 70 80 90 100 ; run; Now i should get the result as sum of 1 to 5 i.e(10+20+30+40+50)=150 and 2 to 6 i.e(20+30+40+50+60)=200 and 3 to 7 i.e(30+40+50+60+70)=250 and so on. how to get it. thanks in advance

2 Answers   Eval Source,


What is Linear Regression?

0 Answers  


Categories