LIBRARY=LIBRARY stores the format that is created in the PROC FORMAT step in the catalog LIBRARY.FORMATS. CNTLIN= creates the format PTSFRMT. from the input control data set, CTRL.
   proc format library=library cntlin=ctrl;
   run;