December 2014
Intermediate to advanced
858 pages
40h 10m
English
libname myfmts 'c:\sas\newfmt';
proc format lib=myfmts fmtlib;
run;|
General form, PROC FORMAT
with FMTLIB and the SELECT and EXCLUDE statements:
PROC FORMAT LIB=library FMTLIB;
SELECT format-name;
EXCLUDE format-name;
RUN;
|
Read now
Unlock full access