To use the GENDER, AGEGROUP,
and $COL formats in a subsequent SAS session, you must assign the
libref Library again.
libname library 'c:\sas\formats\lib';
SAS searches for the
formats GENDER, AGEGROUP, and $COL in two libraries, in this order:
-
the temporary library referenced
by the libref Work
-
a permanent library referenced
by the libref Library
SAS uses the first instance
of a specified format that it finds.
Tip
You can delete formats using
PROC CATALOG.