The FMTSEARCH= system option adds the PROCLIB.FORMATS catalog to the
search path that the SAS System uses to find user-defined formats. The FMTSEARCH=
system option requires only a libref. FMTSEARCH= assumes the catalog name
FORMATS if no catalog name appears. Without the FMTSEARCH= option, SAS would
not find the NOZEROS. format.(footnote 1)
options fmtsearch=(proclib);
FOOTNOTE 1: For complete documentation
on the FMTSEARCH= system option, see the section on SAS system options in SAS Language Reference: Dictionary.