Hi Alan, Hope this email reaches you. It is this file enclosed here. They do not have XPT extensions. The instructions to use them in SAS is as below. I would like to use your library and pull them in. Code for converting coefficients transport file to SAS file: *filename* inc "*C:\user defined location of the transport file*\C2214O5P"; *libname* incoef "*C:\user defined location of the sas coefficients file*"; *proc* *cimport* *data=*incoef.hcccoefn *infile**=*inc; *run*; Code for converting formats transport file to SAS file: *filename* inf "*C:\user defined location of the transport file*\F2222O1P"; *libname* library "C:\user defined location of the sas formats file"; *proc* *cimport* *library**=**library* *infile**=*inf; *run*; Let me know what you think. Muthu
... View more