Previous Topic

Next Topic

Book Contents

Book Index

DD Statement RECVOL (CTDUPBKP)

If the value of selection parameter RECVOL is set to YES, the CTDUPBKP utility retrieves the volume name from the RECVOL DD statement.

The format of the RECVOL DD statement is

OLDVOL(OFLE)  NEWVOL(NFLE)

where

Table 268 CTDUPBKP Parameters

Statement

Description

OLDVOL

The volser of the old archive (specified at column 1)

OFLE

The number of the old file. Optional. For converting from CA-DISPATCH only

NEWVOL

The volser of the new archive (specified at column 15)

NFLE

The new file number. Optional. For converting from CA-DISPATCH only

If parameters OFLE the NFLE are specified in one of the DD statements, they must be specified in all other DD statements.

If parameters OLDVOL and OFILE match a report entry, the corresponding fields in the report's SYSDATA records are changed to the NEWVOL and NFLE values in the input flow.

Figure 101 RECVOL DD Statement Examples

   //RECVOL DD *

   VOLO01(0012)  VOLN01(0005)

   ........

   ........

   ........

   ........

   /*

   //RECVOL DD *

   VOLO03        VOLN03

   ........

   ........

   ........

   ........

   /*

Parent Topic

Converting from CA-DISPATCH (CTDUPBKP)