Creating an Alternative Map Table
The following statement defines an alternative map table named FRENCH and specifies an entry that substitutes any map name beginning with ENGMAP with a map name beginning with FCHMAP. The last two characters of the first map name remain unchanged.
ADD MAPTYPE FRENCH
ENGMAP?? MAPS TO FCHMAP??.
Adding an Entry to an Alternative Map Table
The following statement adds an entry to alternative map table FRENCH:
MODIFY MAPTYPE FRENCH
MAP GRKMAP01 MAPS TO FRCMAP01.
Deleting an Entry from an Alternative Map Table
The following statement deletes an entry from alternative map table FRENCH:
MODIFY MAPTYPE FRENCH
EXCLUDE GRKMAP01.
Deleting an Alternative Map Table
The following statement deletes alternative map table FRENCH:
DELETE MAPTYPE FRENCH.
|
Copyright © 2014 CA.
All rights reserved.
|
|