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
How to read an input file in sas?
Describe 5 ways to do a “table lookup” in SAS?
What is slibref?
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
Why double trailing @@ is used in input statement?
How to include or exclude specific variables in a data set?
How sas treats the dsd delimiters?
How would you identify a macro variable?
If money were no object, what would you like to do?
What are the uses of sas?
Explain how merging helps to combine data sets.
In ARRAY processing, what does the DIM function do?
What are the statements that are executed only?
What does the RUN statement do?
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming