BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hi ,
I want to know about How the proc sql joins in sas differ from Oracle database joins and performance wise which one is better.

Appreciate great Help

Regards,
Govind.
1 REPLY 1
LinusH
Tourmaline | Level 20
This is not quite a MS Office question, is it?
Nevertheless, there are no simple yes/no answer to this. If you got a typical query, try it out in both SAS and Oracle.

To look behind the curtains a bit, you could use _method option in Proc SQL for SAS joins. MESGLEVEL=I will tell you if index is used for join optimization. debug=',,,D' sastraceloc=SASLOG will give you the Oracle SQL when doing implicit SQL pass.tru using LIBNAME ORACLE.

/Linus
Data never sleeps

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

Discussion stats
  • 1 reply
  • 1052 views
  • 0 likes
  • 2 in conversation