The FORMAT procedure stores user-defined informats and
formats as entries in SAS catalogs. Formats determine how variable
values are printed. For example, when the PRINT procedure displays
the data set Work.Carsurvey, notice that the values for Sex, Income,
and Color appear as numbers and letters, and therefore they are not
easy to interpret.
This chapter shows how
to display more descriptive values for these variables.