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
Do you need to know if there are any missing values?
What Proc glm does?
What is maximum storage capability of SAS?
What is the basic syntax of a sas program?
What are the features of base sas system?
how do you want missing values handled? : Sas programming
What areas of SAS are you most interested in?
Explain translate function?
What is program data vector (pdv) and what are its functions?
What is slibref?
how does sas handle missing values in functions? : Sas programming
Which command is used to perform sorting in sas program?
how can you create zero observation dataset? : Sas programming
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
What is the purpose of _character_ and _numeric_?