The SELECT statement selects the EVAL. informat and the NOZEROS. format, which are created in previous examples. The at-sign (@) in front of EVAL indicates that EVAL. is an informat.
   select @eval nozeros;
   title 'FMTLIB Output for the NOZEROS. Format and the';
   title2 'EVAL. Informat';
run;