BookmarkSubscribeRSS Feed
fergieis
Fluorite | Level 6
In that case, it might be useful to open/import one, and use proc append with the “force” option to append the 2nd file to the first.

Tom
Super User Tom
Super User

Perhaps it is as simple as not asking SQL to combine the variables by their ORDER in the dataset, but instead to match them by their NAME?

      union all corresponding

Why use SQL at all?

data combined_years;
  set FY20 FY21;
run;

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

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 16 replies
  • 3891 views
  • 1 like
  • 5 in conversation