what is the difference between SET and MERGE?
Answer Posted / pratik
Set statments are used to copy the data from existing
database to new database.
where merge is used to join two dataset and both should
have common varaible and same number of observation.
IN mearging we have two type one is
Vertically-we have three process concate,interleaving and
append.
in concate and interleaving we use set option.
Horazentally-we use Merge option.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
how to read the variables in sas? : Sas-administrator
What is the basic structure of a sas program?
: and & modifiers.
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
what is ae onset date n what is RDS
Difference between nodup and nodupkey options?
what are the types of interactive display types? : Sas-bi
What are the difference between sas functions and procedures?
Mention the validation tools used in SAS?
explain the function of substr in sas? : Sas-administrator
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
Tell e how how dealt with..
What are pdv and it functions?
what is the effect of the options statement errors=1? : Sas programming
what is null hypothesis? why do you consider that?