Previous Page | Next Page

The MAPIMPORT Procedure

SELECT Statement


Selects the fields from the shapefile that are included in 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.

SELECT 'field-identifier(s)';

Required Arguments

'field-identifier(s)'

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

For field identifiers that are not valid SAS variable names, the MAPIMPORT procedure changes the name of the variable in the output map data set automatically. For more information about valid SAS variable names, see Names in the SAS Language in SAS Language Reference: Concepts.

Previous Page | Next Page | Top of Page