how to write code for left outer join in SAs using datastep?
Answer Posted / pnprasad
There is no such Inner & Left Joins. In SAS only one join
i.e Right Join. If you want Left Join you have to use the
data set in the second place. For example: D1 D2 are the
data sets for D2 you want to make, UPDATE D1 D2;
| Is This Answer Correct ? | 1 Yes | 22 No |
Post New Answer View All Answers
What is PDV?
What does the RUN statement do?
Tell e how how dealt with..
In SAS explain which statement does not perform automatic conversions in comparisons?
do you prefer proc report or proc tabulate? Why? : Sas programming
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
what can you learn from the sas log when debugging? : Sas programming
what type of graphs we will create(for 2+years candidates)?
Mention the validation tools used in SAS?
How does proc sql work?
explain the proc in sas? : Sas-administrator
In ARRAY processing, what does the DIM function do?
What is a pdv and what are its functions?
Describe the ways in which you can create a macro variable?
What does P-value signify about the statistical data?