Features: |
PROC FORMAT statement option:: FMTLIB SELECT statement |
Format: | |
Informat: | EVALUATION.Evaluation |
libname library 'SAS-library';
proc format library=library fmtlib;
select @evaluation benefit;
title 'FMTLIB Output for the BENEFIT. Format and the'; title2 'EVALUATION. Informat'; run;