title1 'Retrieving the NOZEROS. Format from PROCLIB.FORMATS';
title2 'The SAMPLE Data Set';
run;
Program Description
Set up a SAS library reference named PROCLIB.
libname proclib 'SAS-library';
Store the NOZEROS. format in the PROCLIB.FORMATS catalog.
proc format library=proclib;
Create the NOZEROS. format. The PICTURE statement defines the picture format
NOZEROS. See “Details” on page 826.
picture nozeros (fuzz=0)
low - -1 = '000.00'(prefix='-')
-1 < - < -.99 = '0.99' (prefix='-.' ...
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.