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 / ankit
it is depend upon my needs how to join these data set if we want to join data vertically then use set otherwise for horizontal i'll use merge.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can you execute a macro within a macro? Describe. : sas-macro
What is the difference between %local and %global? : sas-macro
Describe the function and untility of the most difficult SAS macro that you have written.
Explain the purpose of retain statement.
do you prefer proc report or proc tabulate? Why? : Sas programming
If a variable contains letters or special characters, can it be numeric data type?
Which date function advances a date, time or datetime value by a given interval?
what is sas metadata server? : Sas-di
How do you use the do loop if you don’t know how many times you should execute the do loop?
What is the length assigned to the target variable by the scan function?
Differentiate input and infile.
How would you identify a macro variable?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
What is the SAS data set?
Difference between sum function and using “+” operator?