describe about joins? briefly?
Answers were Sorted based on User's Feedback
Answer / hardeep malhotra
Use proc sql for joins,
There are 5 types of joins in sas
1) Inner Join :- Output would be only matched cases.
2) left outer Join :- Output would be all the rows from
left table with corresponding matched value from right
table.
3) right Join :- vice versa of left Join.
4) Full outer join :- will take all matched & unmatched
rows of both the tables.
5) Product Join :- this will join the 2 tables without any
common variable.
| Is This Answer Correct ? | 11 Yes | 0 No |
we can use the set and merge commands to join the datas,use
merge if u like to joining data tables that has similar
observation and diff observation and relatted variable mean
use SET ,V can also use proc sql joing the data tables ,i am
beginner on sas so if any one have differ with my ans just
post to my mail kumarravi111@gmail.com
| Is This Answer Correct ? | 3 Yes | 1 No |
What is the command used to find missing values?
What is difference between Global n Local Macro Variables..?
which features do you use to check the data validations and errors? : Sas-administrator
how do you validate sas program?
how to do user inputs and command line arguments in sas?
Mention few ways with which a “table lookup’ is done in sas programming.
what is the difference between infile and input? : Sas-administrator
Do you need to rearrange the order of the data for the report?
How would you define the end of a macro? : sas-macro
What is PDV?
How many tiers in sas architecture?
How would you code a merge that will keep only the observations that have matches from both sets.
5 Answers Accenture, Bank Of America,