An INFORMAT statement
in a DATA step permanently associates an informat with a variable.
You can specify standard SAS informats or user-written informats,
previously defined in PROC FORMAT. A single INFORMAT statement can
associate the same informat with several variables, or it can associate
different informats with different variables. If a variable appears
in multiple INFORMAT statements, SAS uses the informat that is assigned
last.
CAUTION:
Because
an INFORMAT statement defines the length of previously undefined character
variables, you can truncate the values of character variables in a
DATA step if an INFORMAT statement precedes a SET statement.