** Model coefficients **;
FILENAME INC     "user defined location of transport file C0310L1O.TRN";
LIBNAME  INCOEF  "user defined location of SAS coefficients dataset";

proc cimport infile=INC data=INCOEF.Coefficients; run;

** Format library **;
FILENAME INF     "user defined location of transport file H0314L1O.TRN";
LIBNAME LIBRARY  "user defined location of SAS format library";

proc cimport infile=INF library=LIBRARY; run;

