rbreak after / summarize style=[font_style=italic];
run;
Program Description
Declare the PROCLIB library. The PROCLIB library is used to store user-created
formats.
libname proclib 'SAS-library';
Specify the format search library. The SAS system option FMTSEARCH= adds the
SAS library PROCLIB to the search path that is used to locate formats.
options fmtsearch=(proclib);
Specify the report options. Specify the data set and other options.
proc report data=grocery;
title;
Specify the report columns. The COLUMN statement uses the text in quotation marks
as a spanning heading. The heading spans all the columns in the report because they are
all included ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.