BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
sas_9
Obsidian | Level 7

Hello Genius,

I have 10 datasets with same no. of variables (392) and same variable names for all datasets. Each dataset having massive no. of observation and i want to join/merge each and every datasets in to one making "ONE BIG DATASET" with all observation from all datasets.

What is the best practice to do so?

Please advise....

Thanks.

1 ACCEPTED SOLUTION

Accepted Solutions
5 REPLIES 5
Linlin
Lapis Lazuli | Level 10

Do you want to merge or set? if you want to merge you have to rename some of your variables first.

Reeza
Super User

Are you merging the files by a common variable  (10 files * 392 variables ~= 3920 variables ) or appending them together (still 392 variables at the end)?

sas_9
Obsidian | Level 7

@ Reeza - adding observation from all 10 datasets and will stay with 392 variables at the end - appreciate your reply...

@Linlin - I am not sure whether i am going to merge or set but again will stay with same no. of variable (392) and adding observations from all 10 datasets...- Thanks


Linlin
Lapis Lazuli | Level 10

try:

data want;

set data1 data2 ...data10;

run;

sas_9
Obsidian | Level 7

Thanks Linlin...Thanks you all for your feedback

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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
  • 5 replies
  • 1320 views
  • 0 likes
  • 3 in conversation