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;
0 Comments.