%let IMP_TYPE=TIGER;This parameter is required. The following table contains valid values for IMP_TYPE.
/* The CUBA data set in the MAPS library. */ %let INFILE=MAPS.CUBA;or
/* The NC data set in the WORK library. */ %let INFILE=NC;
assigns the filerefs
TIGER1 and TIGER2 for file types 1 and 2, respectively. File types
4, 5, and 6 are optional; these are allocated to the filerefs TIGER4,
TIGER5, and TIGER6, respectively. See Hints and Tips for Batch Importing for information
about using the optional file types.
|
|
assigns the filerefs
GDT1 and GDT2 for file types 1 and 2, respectively. File types 4,
5, and 6 are optional; these are allocated to the filerefs GDT4, GDT5,
and GDT6, respectively. See Hints and Tips for Batch Importing for information about using the optional file types.
|
|
%let IMP_TYPE=SASGRAPH; %let INFILE=MAPS.USCOUNTY; %let NIDVARS=2; %let IDVAR1=STATE; %let IDVAR2=COUNTY;
%let NIDVARS=0;
%let KEEPTEMP=1;