*==========================================================;
*topics to add;
*usage of a permanent library to store formats;
*usage of fmtsearch option;
*usage of nofmterr option;
*picture format;
*real time scenarios;
*==========================================================;
reading input datasets
SAS Log
proc format with defaults
formats catalog gets created if it doesn't already exist in work library
SAS Log
Create a user defined format for a character variable
F should appear as Female
M should appear as Male when the format is applied
SAS Log
Create a format for a numeric variable
SAS Log
create an informat for a character variable to read info as character variable
SAS Log
Dataset View
Create a informat for a character variable to read info as numeric variable
SAS Log
Dataset View
Create a dataset from existing formats
library= specifies the library location of formats catalog
by default all the formats and informats present catalog will be exported
SAS Log
Dataset View
Selecting specific formats or informats to export
SAS Log
Dataset View
Display the list (and details) of formats and informats available in a specified catalog