what are the different ways of merging two datasets.name
atleast 4.
Answers were Sorted based on User's Feedback
Answer / apurba gorai
1.Merge in Data Step
2.Proc sql join
3.Proc Format
4.Hash tables
5.Arrays
| Is This Answer Correct ? | 9 Yes | 1 No |
code the tables statement for a single level frequency?
What is a pdv and what are its functions?
How do I CREATE an external dataset with sas code? I would like to create within a sascode a non-exsistent textfile on the host. So I am not forced to create the file befor filling it.
How can I remove header from output data set?
Are you involved in writing the inferential analysis plan? Tables specfications?
how to assign a macro value to a variable?
what are methods to identify duplicate observations?
Describe 5 ways to do a “table lookup” in SAS?
Which are SAS Windows Clients & SAS Java Clients
What are _numeric_ and _character_ and what do they do?
what are input dataset and output dataset options? : Sas programming
how can u join the two tables without using proc sql Joins and nested queries ?