An
informat is
an instruction that determines how values are read into a column.
For example, the following value contains a dollar sign and commas:
$1,000,000
To remove the dollar
sign ($) and commas (,) before storing the numeric value 1000000 in
a variable, read this value with the COMMA11. informat.