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
How do you specify the number of iterations and specific condition within a single do loop?
Give e an example of..
How substr function works in sas?
how to remove duplicates using proc sql?
what is operational data and operational system? : Sas-di
What is slibref?
how to generate the test data in sas without input data? : Sas-administrator
How to limit decimal places for the variable using proc means?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
how can you import .csv file in to sas? : Sas programming
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
What are the default statistics that proc means produce?
how will you locate the sas platform applications? : Sas-bi
State the difference between INFORMAT and FORMAT ?