Overview (GET DATA command)
GET DATA
reads data from ODBC and OLE DB data sources (databases), Excel files
(release 5 or later), and text data files. It contains functionality and syntax similar to
GET CAPTURE
, GET TRANSLATE
, and DATA LIST
.
-
GET DATA /TYPE=ODBC
is almost identical toGET CAPTURE ODBC
in both syntax and functionality. -
GET DATA /TYPE=XLS
reads Excel 95 through Excel 2003 files;GET DATA /TYPE=XLSX
andGET DATA /TYPE=XLSM
read Excel 2007 or later files.GET TRANSLATE
reads Excel 4 or earlier, Lotus, and dBASE files. -
GET DATA /TYPE=TXT
is similar toDATA LIST
but does not create a temporary copy of the data file, significantly reducing temporary file space requirements for large data files.
Limitations