FDRARCH DUMP Statement
DUMP statement
The DUMP statement causes a formatted backup copy of the Archive Control File to be created. This backup is not in FDR format, and can only be restored by the RESTORE statement of FDRARCH. The Archive Control File may be dumped by FDRABR in FDR format at the end of each dump TYPE=ARC operation.
The DUMP and RESTORE statements of FDRARCH can be used to move the Archive Control File to a different device type (such as 3380 to 3390) or to change its size or blocking factor. FDRCOPY or FDRDSF DUMP/RESTORE can also be used to move the Archive Control File, but will not expand or re-block the file.
DUMP statement syntax
DUMP | |
---|---|
ARCDD=ARCHIVE|ddn | |
,DISABLE=([DSNCK][DYNARC][RESERVE]) | |
,DUMPDEVICE=DISK|TAPE | |
,ENABLE=([DSNCK][DYNARC][RESERVE]) | |
,TODD=TAPE1|ddn |
ARCDD=
Specifies the name of the DD statement that is to be used to reference the Archive Control File.
Default: ARCHIVE.
DUMPDEVICE=
Specifies the device type that is to be used as a DUMP medium.
Permits the DUMP data set to be placed on either DASD or tape devices.
Restricts the DUMP data set to tape devices only.
Default: TAPE.
The options specified are disabled or enabled for this DUMP operation. Multiple options are enclosed in parentheses and separated by commas. The options and their meaning if enabled are:
Validates the data set name of the Archive Control File. It requires that some index level in the name, not the first, is ARCHIVE.
Dynamically allocates the common Archive Control File named in the ARCDSN option of the FDR Global Options if the ARCHIVE DD statement is not present.
RESERVE
Protects the Control File with a RESERVE macro against the volume on which it resides.
Default: DSNCK and RESERVE are enabled; DYNARC is disabled, unless overridden in the FDR Global Options.
Specifies the DD statement to be used when creating a backup tape from an Archive Control File with FDRARCH.
Default: TAPE1.