Features: |
PROC CIMPORT statement option: : INFILE= |
libname newlib 'SAS-data-library'; filename tranfile 'transport-file' host-option(s)-for-file-characteristics;
proc cimport library=newlib infile=tranfile; run;
libname newlib 'SAS-data-library'; filename tranfile 'transport-file' host-option(s)-for-file-characteristics;
NOTE: Proc CIMPORT begins to create/update catalog NEWLIB.FINANCE NOTE: Entry LOAN.FRAME has been imported. NOTE: Entry LOAN.HELP has been imported. NOTE: Entry LOAN.KEYS has been imported. NOTE: Entry LOAN.PMENU has been imported. NOTE: Entry LOAN.SCL has been imported. NOTE: Total number of entries processed in catalog NEWLIB.FINANCE: 5 NOTE: Proc CIMPORT begins to create/update catalog NEWLIB.FORMATS NOTE: Entry REVENUE.FORMAT has been imported. NOTE: Entry DEPT.FORMATC has been imported. NOTE: Total number of entries processed in catalog NEWLIB.FORMATS: 2