BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
GN0001
Barite | Level 11

Hello team,

 

Are full join and cross join (cartesian product) same thing in SAS?

 

Regards,

blueblue

Blue Blue
1 ACCEPTED SOLUTION

Accepted Solutions
SASKiwi
PROC Star

By definition they are not the same at all regardless of what software you use to do them.

View solution in original post

2 REPLIES 2
ChrisNZ
Tourmaline | Level 20

Are full join and cross join (cartesian product) same thing in SAS?

No there're not: A full join joins on key values.

Unless you omit the keys as in:

from TABLE1 full join TABLE2 on 1

which means that there is no join criterion and you create a cross join

SASKiwi
PROC Star

By definition they are not the same at all regardless of what software you use to do them.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 2853 views
  • 1 like
  • 3 in conversation