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
Explain append procedure?
Give some ways by which you can define the variables to produce the summary report (using proc report)?
What are the different types of sas functions?
Which are the statements whose placement in the data step is critical?
What is factor analysis?
what are some differences between proc summary and proc means? : Sas programming
Name any two sas spawners? : sas-grid-administration
Name some categories in sas 9? : sas-grid-administration
What are types of transport files?
Compare sas with other data analytics tools.
If you could design your ideal job, what would it look like?
If a variable contains only numbers, can it be a character data type?
What is the role of unrestrictive users? : sas-grid-administration
In proc transpose and data step with arrays which one you pick?
how can you create zero observation dataset? : Sas programming