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
Mention sas system options to debug sas macros.
explain the main difference between the nodup and nodupkey options? : Sas-administrator
Why and when do you use proc sql?
How would you define the end of a macro? : sas-macro
What are the difference between sas functions and procedures?
What are the statements that are executed only?
What is PDV?
Give some ways by which you can define the variables to produce the summary report (using proc report)?
What is the length assigned to the target variable by the scan function?
What are the parameters of scan function?
What is the maximum length of the macro variable?
How to limit decimal places for variable using proc means?
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
What are types of transport files?
What is PROC in SAS?