Usage Note 22158: Does PROC APPEND process all the observations in the BASE= and DATA= data sets?
No, PROC APPEND performs an update in place on the BASE=
data set; therefore, it just adds the observations from the DATA= data set to the end of the BASE= data set. The observations in the BASE= data set are not read or processed. This means that PROC APPEND is more efficient than using a DATA step with a SET statement to append two SAS data sets.
Operating System and Release Information
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Type: | Usage Note |
| Priority: | low |
| Topic: | SAS Reference ==> Procedures ==> APPEND
|
| Date Modified: | 2007-10-29 15:02:47 |
| Date Created: | 2002-12-16 10:56:34 |