@maya1234 Assuming you have two datasets: the given dataset named "Have" and your dataset called "MyOwn". Also assuming you want to vertically stack the datasets (a process called concatenation) and both datasets have same named columns/variables. Then using simple code as below you can concatenate them.
DATA Merged;
SET Have MyOwn;
RUN;
However if you want to merge them or you want to edit the table, the answer would be different.
Call for content now open!
It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.