How would you keep from overlaying the a SAS set with its
sorted version?
Answer Posted / hsong001
I agree that we can use the out= options in proc sort to
create a new data set for the sorted version. However,
sometimes we just forgot it. To prevent overwritten the
original data set that in a permanent library, we can specify:
options noreplace;
This will prevent accidentally overlaying the original data
set in case out= option is not specified.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
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
What is the basic structure of the SAS base program?
what is the basic structure sas administrator? : Sas-administrator
What is the sas data set? : sas-grid-administration
Describe the function and untility of the most difficult SAS macro that you have written.
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
Mention some common errors that are usually committed in sas programming.
how to remove duplicates using proc sql?
What is by-group processing?
How do you convert basic cube to transaction cube and transaction cube to basic cube?
how sas deals with business intelligence? : Sas-bi
what is null hypothesis? why do you consider that?
how does sas handle missing values in functions? : Sas programming
What is program data vector (pdv)?
How does proc sql work?