Chapter Contents |
Previous |
Next |
The CIMPORT Procedure |
Procedure features: |
|
Program |
libname newdata 'SAS-data-library'; filename trans3 'transport-file' host-option(s)-for-file-characteristics; |
proc cimport data=newdata.times infile=trans3; run; |
SAS Log |
NOTE: Proc CIMPORT begins to create/update data set NEWDATA.TIMES NOTE: The data set index x is defined. NOTE: Data set contains 2 variables and 2 observations. Logical record length is 16 |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.