Set the SAS system options. The NODATE option suppresses the display of the date and time in the output. PAGENO= specifies the starting page number. LINESIZE= specifies the output line length, and PAGESIZE= specifies the number of lines on an output page. FMTSEARCH= adds the SAS library PROCLIB to the search path that is used to locate formats.


options nodate pageno=1 linesize=80 pagesize=60 
        fmtsearch=(proclib);