what is the difference between SET and MERGE?
Answer Posted / kiran kumar yarlagadda
what is the difference between SET and MERGE?
ans:
set statement is used to create a new dataset by using
already existing datasetname/and this statement is used to
concotinate the number of datasets.whenever we are using
set statment it will be added as obsevation by obsevation
level where as when we use merge it will be added as
variable by variable level.
Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
Do you need to know if there are any missing values?
Describe a time when you were really stuck on a problem and how you solved it?
how can you import .csv file in to sas? : Sas programming
name several ways to achieve efficiency in your program? : Sas programming
Tell e how how dealt with..
How will you generate test data with no input data?
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
how the sas basic syntax style described? : Sas-administrator
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
Have you used macros? For what purpose you have used? : sas-macro
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
explain about sas business intelligence? : Sas-bi
how will you locate the sas platform applications? : Sas-bi
What is a method to debug and test your SAS program?
Explain the special input delimiters used in sas programming.