View the Contents of a Format Library

Note: This program was developed on a 32-bit Windows system.

* ---------------------------------------------------------------------------- ;
* View the contents of a format library                                        ;
* ---------------------------------------------------------------------------- ;
proc catalog catalog = febstat.formats;
contents;
run;
quit;
* ---------------------------------------------------------------------------- ;
* Examine the values of specific format in the library                         ;
* ---------------------------------------------------------------------------- ;
proc format library = febstat.formats;
select gender;
run;
quit;
* ---------------------------------------------------------------------------- ;
*To print out a saved FORMAT library, use the FMTLIB option as indicated       ;
* ---------------------------------------------------------------------------- ;
libname library;
proc format library=library fmtlib;
run;

Leave a Comment

NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>