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. By default, PROC REPORT runs without the REPORT
window and sends its output to the open output destinations.
proc report data=grocery;
Specify the report columns. The report contains a column for Manager, Department,
and Sales.
column manager department ...
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.