Previous Page | Next Page

The CATALOG Procedure

EXCHANGE Statement


Switches the name of two catalog entries.
Restriction: The catalog entries must be of the same type.

EXCHANGE name-1=other-name-1
<...name-n=other-name-n>
</ ENTRYTYPE=etype>;

Required Arguments

name=other-name

specifies two catalog entry names that the procedure switches.

Interaction: You can specify only the entry name without the entry type if you use the ENTRYTYPE= option on either the PROC CATALOG statement or the EXCHANGE statement.
See also: Specifying an Entry Type

Options

ENTRYTYPE=etype

restricts processing to one entry type.

See: The ENTRYTYPE= Option
See also: Specifying an Entry Type

Previous Page | Next Page | Top of Page