Do you need to combine data sets? How should you combine
data sets– MERGE or SET statements in DATA steps,PROC
APPEND,PROC SQL?
Answer Posted / vimal
proc append is best to just combine two datasets.
it appends in bulk and without have to read and send to output. it just puts the dataset in data= to dataset in base=
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are some good sas programming practices for processing very large data sets? : Sas programming
Explain by-group processing?
What is the difference between the proc sql and data step?
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
How do you convert basic cube to transaction cube and transaction cube to basic cube?
how do you test for missing values? : Sas programming
what is the difference between floor and ceil functions in sas? : Sas-administrator
what are the benefits of data integration? : Sas-di
Mention the difference between ceil and floor functions in sas?
Approximately what date is represented by the SAS date value of 730?
What does the trace option do?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
what is transformation in sas data integration? : Sas-di
How are numeric and character missing values represented internally?
what is data governance? : Sas-di