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
How are numeric and character missing values represented internally?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
what is sas database server? : Sas-di
what is the difference between infile and input? : Sas-administrator
What is the difference between proportion and average?
Which command is used to save logs in the external file?
What is program data vector (pdv) and what are its functions?
what is the Population you used in your project, is it ITT or PP?
How do you convert basic cube to transaction cube and transaction cube to basic cube?
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
explain the main difference between the nodup and nodupkey options? : Sas-administrator
What is a method to debug and test your SAS program?
how does sas handle missing values in formats? : Sas programming