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.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 664 views
  • 0 likes
  • 2 in conversation