Chapter Contents |
Previous |
Next |
The FORMAT Procedure |
Procedure features: |
| |||
Data set: |
| |||
Formats: |
|
Tasks include
Program |
libname proclib 'SAS-data-library-1'; libname library 'SAS-data-library-2';
options nodate pageno=1 linesize=80 pagesize=40;
proc format library=library; |
value benefit low-'31DEC79'd=[worddate20.] |
'01JAN80'd-high=' ** Not Eligible **'; run; |
Output |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.