Answer Posted / vij
Two types
One - to -one mergeing:
combine observations from two data sets into a single
observation in a new data set:
Match- Merging:combine observations from two data sets into
a single observation in a new data set according to the
values of a variable that is specified in the BY statement:
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
Describe the ways in which you can create macro variables? : sas-macro
Why and when do you use proc sql?
what are the types of interactive display types? : Sas-bi
Can you execute a macro within a macro? Describe. : sas-macro
What do you code to create a macro? : sas-macro
how to generate the test data in sas without input data? : Sas-administrator
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
what are the best practices to process the large data sets in sas programming? : Sas-administrator
what is information maps?
What is program data vector (pdv)?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
What would be the value of month at the end of data step execution and how many observations would be there?
how does sas handle missing values in a merge? : Sas programming
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
How can sas program be validated?