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;

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 16 replies
  • 1282 views
  • 1 like
  • 5 in conversation