How would you keep from overlaying the a SAS set with its
sorted version?
Answer Posted / tangyoulei
proc sort data=*** out=###;
by;
run;
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
If a variable contains letters or special characters, can it be numeric data type?
What is a macro routine?
what is star schema? : Sas-di
what are all the reports you generated in your recent project?
How is character variable converted into numeric variable and vice versa?
What was the last computer book you purchased? Why?
Explain proc sort?
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
How to limit decimal places for the variable using proc means?
What are the implications?
How do you convert basic cube to transaction cube and transaction cube to basic cube?
I have a dataset concat having variable a b & c. How to rename a b to e & f?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
why a stop statement is needed for the point= option on a set statement?