Summary

Statements

LENGTH variables <$> length;
specifies the number of bytes that are used for storing variables.
SET SAS-data-sets;
reads one or more SAS data sets and creates a single SAS data set that you specify in the DATA statement.

Procedures

PROC APPEND BASE=base-SAS-data-set <DATA=SAS-data-set-to-append> <FORCE>;
appends the DATA= data set to the BASE= data set. Base-SAS-data-set names the SAS data set to which you want to append the observations. If this data set does not exist, then SAS creates it. At the completion of PROC APPEND, the base data set becomes the current (most recently created) SAS data set. SAS-data-set-to-append names the SAS data set that contains the observations to add to the end of the base ...

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.