Definition of Concatenating
Concatenating combines two or more SAS data sets, one
after the other, into a single SAS data set. You concatenate data
sets by using either the SET statement in a DATA step or the APPEND
procedure.
The following figure
shows the results of concatenating two SAS data sets, and the DATA
step that produces the results.
Figure 16.1 Concatenating Two SAS Data Sets
Get Step-by-Step Programming with Base SAS 9.4 now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.