2.170 PARTMAP

Valid for

Replicat

Description

Use PARTMAP to specify alternative mapping of partitions during file creation operations. PARTMAP affects only the creation of files having secondary partitions. You can specify wildcards to map sets of disk drives on the source system to similar but not equal sets on the backup system. Specific entries (those without wildcards) take precedence when applicable over wildcard entries.

When PARTMAP is added as an independent parameter it turns on that alternative mapping only for MAP statements that follow it.

PARTMAP can be also be used as an option to a MAP statement. See "MAP".

Syntax

PARTMAP source_partition_spec, target_partition_spec
source_partition_spec

The source partition specification of a volume name or a partial volume name followed by an asterisk.

target_partition_spec

The target partition specification of a volume name or a partial volume name followed by an asterisk.

Example

To map secondary partitions created on $DATA1 to $D15:

PARTMAP $DATA1, $D15