MAPIMPORT Procedure

EXCLUDE Statement

Specifies one or more fields from the shapefile that are excluded from the output map data set.
Restrictions: If you specify conflicting values for the EXCLUDE and SELECT statements, then the MAPIMPORT procedure produces an error.

If you specify the same field identifier in the EXCLUDE statement and in the ID statement, then the MAPIMPORT procedure produces an error.

Requirement: At least one field-identifier is required.

Syntax

EXCLUDE 'field-identifier(s)';

Required Argument

'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.