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 Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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