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

table 1 have input as below

code;

1

2

3

 

table 2 have input as below

item_no;

100

101

102

 

required output as

 

code item_no;

1     100
1     101
1     102
2     100
2     101
2     102
3     100
3     101
3     102

 

Any help will be really appreciated. Thank you

Thanks& Regards,
Rajiv Santosh.
1 ACCEPTED SOLUTION

Accepted Solutions
LinusH
Tourmaline | Level 20

Cartesian SQL join will do the job.

Data never sleeps

View solution in original post

2 REPLIES 2
LinusH
Tourmaline | Level 20

Cartesian SQL join will do the job.

Data never sleeps
rajiv436
Fluorite | Level 6
Just got it . Thank you
Thanks& Regards,
Rajiv Santosh.

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
  • 1023 views
  • 0 likes
  • 2 in conversation