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 |
what are the types of interactive display types? : Sas-bi
what versions of sas have you used (on which platforms)? : Sas programming
If you could design your ideal job, what would it look like?
What is the good sas programming practices for processing large data sets?
how does sas handle missing values in sort order? : Sas programming
What was the last computer book you purchased? Why?
What are _numeric_ and _character_ and what do they do?
How can sas program be validated?
What’s the difference between var b1 – b3 and var b1 — b3?
In SAS how to read the variable values having different formats. eg:mar99,mar1999 (in a single variable)
8 Answers GSK GlaxoSmithKline,
what are input dataset and output dataset options?
Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables?