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 3 components in sas programming?
explain the use of % includes a statement in sas? : Sas-administrator
What is the use of function Proc summary?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
How do you specify the number of iterations and specific condition within a single do loop?
do you need to know if there are any missing values? : Sas programming
I have a dataset concat having variable a b & c. How to rename a b to e & f?
What is the difference between one to one merge and match merge? Give an example.
How can I remove header from output data set?
What is the differnce between SDTM 3.1.2 to 3.1.1 version
Briefly explain input and put function?
If you could design your ideal job, what would it look like?
Explain the use of proc gplot? : sas-grid-administration
Tell e how how dealt with..
Are you involved in writing the inferential analysis plan? Tables specfications?