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.

 

CFC_SAS_Communities_400x225.jpg

Call for content now open!

It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.

Submit your proposal →

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