How would you keep from overlaying the a SAS set with its
sorted version?
Answer Posted / ganesh
first create the dataset by giving some name after that
sort the data by specifying out option by giving new
dataset name. The dataset can be sorter either ascending or
descending by default it going to be an ascending.
Data god;
input name no sal;
datalines;
ab 12 3500
bc 13 4500
;
run;
proc sort data=god out=man;
by name;
run;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the use of sas management console? : Sas-di
What are the difference between sas functions and procedures?
How are numeric and character missing values represented internally?
Explain what is the use of proc gplot?
explain the use of % includes a statement in sas? : Sas-administrator
Do you know the features of sas?
What do you know about symput and symget?
Mention the validation tools used in SAS?
why is sas data integration studio important? : Sas-di
name the scheduler for scheduling job and explain the scheduler? : Sas-di
What are the differences between sum function and using “+” operator?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
what can you learn from the sas log when debugging? : Sas programming
What are the statements in proc sql?
What was the last computer book you purchased? Why?