I have two tables in one table i have variables and in another table i have observations how can i club these both tables.
Data a;
input id sal;
run;
data b;
cards;
1 2
3 4
run;
Now i want the two tables to be clubbed i want the final output as
Data c;
input id sal;
cards;
1 2
3 4
run;
2025 SAS Hackathon: There is still time!
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!