BookmarkSubscribeRSS Feed
maya1234
Calcite | Level 5

I am not sure how to insert my own data into the table section. 

 

I am just given the default options. 

 

How do I do this?

1 REPLY 1
koyelghosh
Lapis Lazuli | Level 10

@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.

 

hackathon24-white-horiz.png

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!

Register Now

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

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
  • 1 reply
  • 622 views
  • 0 likes
  • 2 in conversation