*Copyright @ www.mycsg.in;
*==========================================================;
*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
proc format with defaults
- formats catalog gets created if it doesnt already exist in work library
Create a user defined format for a character variable
- F should appear as Female
- M should appear as Male when the format is applied
Create a format for a numeric variable
create an informat for a character variable to read info as character variable
Create a informat for a character variable to read info as numeric variable
Create a dataset from exisiting formats
- library= specifies the library location of formats catalog
- by default all the formats and informats present catalog will be exported
Selecting specific formats or informats to export
Display the list (and details) of formats and informats available in a specified catalog
Picture format for percentages
- Nine prints zero and zero prints nothing