how to write code for left outer join in SAs using datastep?
Answer Posted / lakshmi
data left_join;
merge data1(in=a) data2(in=b);
by subjid;
if a;
run;
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
what is operational data and operational system? : Sas-di
What is a method to debug and test your SAS program?
What do the mod and int function do? : Sas programming
What is the difference between reading data from an external file and reading data from an existing data set?
Given an unsorted data set, how to read the last observation to a new data set?
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
What are the features of base sas system?
Explain how you can debug and test your SAS program?
what is the difference between floor and ceil functions in sas? : Sas-administrator
What is your favorite all time computer book? Why?
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
If money were no object, what would you like to do?
Did you used proc test? when?
Describe the ways in which you can create macro variables? : sas-macro