Summary

Procedures

PROC DATASETS <LIBRARY=libref>;
starts the procedure and specifies the library that the procedure processes, that is, the procedure input library. If you do not specify the LIBRARY= option, then the default is the WORK or USER library. PROC DATASETS creates a directing listing when the procedure is submitted.

Statements

QUIT;
executes any preceding statements that have not run and stops the procedure.
RUN;
executes the preceding group of statements that have not run, without ending the procedure.

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.