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.

 

sas-innovate-2026-white.png



April 27 – 30 | Gaylord Texan | Grapevine, Texas

Registration is open

Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!

Register now

Develop Code with SAS Studio

Get started using SAS Studio to write, run and debug your SAS programs.

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
  • 679 views
  • 0 likes
  • 2 in conversation