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 the table names in oracle database...?
Difference between informat and format?
what is sas olap server? : Sas-di
what are all the reports you generated in your recent project?
what are the benefits of data integration? : Sas-di
What is factor analysis?
how the sas basic syntax style described? : Sas-administrator
what is function of retain statment
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
what is sas application server? : Sas-di
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
How would you invoke a macro? : sas-macro
Give e an example of..
what are 5 ways to perform a table lookup in sas? : Sas-administrator
Can you explain the process of calendar?