Previous Topic: Syntax MAP StatementNext Topic: Considerations


Parameters

ALL,SYSTEM=dc-version-n

Specifies that all map occurrences in the data dictionary are to be processed as specified in the PROCESS statement that precedes the MAP

statement. For example, the sample code shown below loads all maps in the data dictionary:

PROCESS=LOAD
MAP=ALL

MAP=ALL cannot be specified with PROCESS=DELETE; this restriction prevents the inadvertent deletion of map load modules.

SYSTEM=dc-version-n optionally specifies that only map occurrences associated with the specified CA IDMS system are processed. For example, the sample code shown below loads all maps in system 7:

PROCESS=LOAD
MAP=ALL,SYSTEM=07
CHANGED,SYSTEM=dc-version-n

Specifies that modified map occurrences are to be processed as specified in the preceding PROCESS statement. All map occurrences in the data dictionary that have been modified since they were last generated are processed. For example, the sample code shown below loads all modified and ungenerated maps in the dictionary, generates a report for each map, and finally decompiles each map:

PROCESS=ALL
MAP=CHANGED

MAP=CHANGED cannot be specified with PROCESS=DELETE; this restriction prevents the inadvertent deletion of map load modules.

SYSTEM=dc-version-n optionally specifies that only modified map occurrences that are associated with the specified CA IDMS system are processed.

Map-name,VERSION=version-n

Specifies that the named map occurrence is to be processed as specified in the PROCESS statement that precedes the MAP statement. For example, the following sample code decompiles map CEXME104:

PROCESS=DECOMPILE
MAP=CEXME1_4,VERSION=1

VERSION=version-n (default is 1) optionally specifies the version number of the map occurrence; the default is 1.