If your data is coded then you would normally expect to see in the PROC CONTENTS output ( or in the interactive VAR window) the format that is attached to the variable. You can then use PROC FORMAT to view the definition of the format. Note that for SAS only the name of the format is permanently attached to the variable in the dataset. The formats themselves are stored in format catalogs.
... View more