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
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
Difference between sum function and using “+” operator?
Explain the difference between informat and format with an example.
what is proc Index? and what is proc document?
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
: and & modifiers.
what is the primary data source for the wrs? : Sas-bi
Explain input and put function?
What is a method to debug and test your SAS program?
How does proc sql work?
What do the mod and int function do? : Sas programming
Tell me about % include and % eval? : sas-macro
What are the special input delimiters used in SAS?
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
What is the difference between %local and %global? : sas-macro