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 cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
Give an example where SAS fails to convert character value to numeric value automatically?
Explain why double trailing @@ is used in input statement?
what is SAS OPTIMIZATION?
What are the new features included in the new version of SAS Programming Language?
What are types of transport files?
2 Answers PRA Health Sciences, Quintiles,
Explain what is SAS informats?
How to convert HTML file into SAS dataset?
How are numeric and character missing values represented internally?
what is the function of catx syntax? : Sas-administrator
Name and describe three SAS functions that you have used, if any?
Describe the function and utility of the most difficult SAS macro that you have written?