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
Cartesian SQL join will do the job.
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.
Ready to level-up your skills? Choose your own adventure.