Previous Page | Next Page

The MAPIMPORT Procedure

EXCLUDE Statement


Specifies one or more fields from the shapefile thatare excluded from the output map data set.
Requirements: At least one field-identifier is required.
Restriction: If you specify conflicting values for the EXCLUDE and SELECT statements, then the MAPIMPORT procedure produces an error.
Restriction: If you specify the same field identifier on the EXCLUDE statement and on the ID statement, then the MAPIMPORT procedure produces an error.

EXCLUDE 'field-identifier(s)';

Required Arguments

'field-identifier(s)'

specifies one or more fields from the shapefile that are excluded from the output map data set. All of the fields that you do not specify are included in the output map data set.

If you do not specify the EXCLUDE statement or the SELECT statement, then all of the fields from the shapefile are included in the output map data set.

Previous Page | Next Page | Top of Page