describe about joins? briefly?

Answers were Sorted based on User's Feedback



describe about joins? briefly? ..

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

describe about joins? briefly? ..

Answer / rrrrrrr

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

Post New Answer

More SAS Interview Questions

what is the difference between infile and input? : Sas-administrator

0 Answers  


what is the SAS/ACCESS and SAS/CONNECT?

9 Answers   Accenture, iFlex, TCS,


How can a SAS WEB REPORT STUDIO USER identify which report tabs they have been permitted without entering the SAS WEB REPORT STUDIO

2 Answers   TCS,


What is the role of unrestrictive users? : sas-grid-administration

0 Answers  


Explain how merging helps to combine data sets.

0 Answers  






For what purpose(s) would use the RETURN statement?

1 Answers  


how to read raw data in sas. Do it manually and throw the programming.

1 Answers   WNS,


how many types of prompts are there? : Sas-bi

0 Answers  


What are symget and symput? : sas-macro

0 Answers  


I have 50 variables in one data set, In reports i want to generate every 10 variables in one page how we will write code in proc report.

4 Answers  


How many versions came upto now in SAS?

3 Answers   CTS, TCS,


WHAT IS DEBUGGING? HOW TO TEST THE DEBUGGING IN SAS?

3 Answers   Accenture,


Categories