Create a SAS dataset from FORMAT library

This post was kindly contributed by SAS & Statistics - go there to comment and to read the full post.

libname fmts “/temp/formats”;

proc format library=fmts cntlout=fmts.fmtout;
run;

This post was kindly contributed by SAS & Statistics - go there to comment and to read the full post.