Batch Importing |
File Reference Table for Batch Importing lists the reserved filerefs for each of the different import types, a brief description of each file, and whether the fileref is required or optional when using that import type. For example, to import a Digital Line Graph file, you must allocate the file with a fileref of DLGIN.
Note: This information can also be found in the SASHELP.GISIMP data set. See The SASHELP.GISIMP Data Set for more information.
IMP_TYPE Value | Fileref | File Description | Status |
---|---|---|---|
TIGER | TIGER1 | TIGER basic data record (.rt1 file) | Required |
|
TIGER2 | TIGER shape coordinate points (.rt2 file) | Required |
|
TIGER4 | TIGER index to alternate feature names (.rt4 file) | Optional |
|
TIGER5 | TIGER feature name list (.rt5 file) | Optional |
|
TIGER6 | TIGER additional address and ZIP code (.rt6 file) | Optional |
DYNAMAP | GDT1 | Dynamap basic data record | Required |
|
GDT2 | Dynamap shape coordinate points | Required |
|
GDT4 | Dynamap index to alternate feature names | Optional |
|
GDT5 | Dynamap feature name list | Optional |
|
GDT6 | Dynamap additional address and ZIP code data | Optional |
DLG | DLGIN | Digital Line Graph file | Required |
DXF | DXFIN | DXF file | Required |
ARC | ARCIN | Uncompressed ArcInfo interchange (E00) file | Required |
MAPINFO | MIF | MapInfo Interchange Format MIF file | Required |
|
MID | MapInfo Interchange Format MID file | Required |
For the SASGRAPH and Generic import types, which require that the spatial data be stored in a SAS data set, do not allocate a reserved fileref to indicate the location of the data set. Instead, assign the name of the SAS data set to the INFILE macro variable.
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.