1. RENAME Command

Changes the name of data set or PDS member names.

Syntax
figure rename stmt
Figure 1. RENAME Command
Item Description

old_name

Name of input data set. To change the PDS member name, write the member name in parentheses after the PDS name.

new_name

Name of output data set.

Operands

The following table describes the operands mentioned previously.

Operand Description

ALIAS

Adds alias to PDS member. For syntax check only.

Example

The following example uses the RENAME command.

RENAME 'USER01.SEQ.IFILE' 'USER01.SEQ.OFILE'