When merging 2 datasets with a common variable (not merge
key), how to keep both?
Answer Posted / madhavi.nowduru@gmail.com
set dataset1 dataset2;
by var;
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Describe a time when you were really stuck on a problem and how you solved it?
what are validation tools that are used in sas? : Sas-administrator
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
To what type of programms have you used scratch macros?
What is maximum number of rows and cols can be handled in SAS?
how does sas handle missing values in assignment statements? : Sas programming
what is the use of proc sql? : Sas programming
What are the different versions of sas that you have used until now? : sas-grid-administration
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
How to convert a numeric variable to a character variable?
What is the difference between using drop = data set option in data statement and set statement?
How you can read the variables that you need?
what are sas bi dashboard components? : Sas-bi
What system options would you use to help debug a macro? : sas-macro
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro