FDR DUMP Statement


DUMP statement syntax

DUMP



,BCV=(USE,RET)|FCOPY=(USE,REL)|SNAP=(USE,REL)


,BUFNO=MAX|nn


,CLOUD=cloudname


,COMPRESS=ALL|COPY1|COPY2


,CONTAINER=FDR.FDR.BACKUP|cloudcontainer


,DATA=ALL|USED


,DSNENQ=HAVE|NONE|TEST|USE



,ENQ=OFF|ON|RESERVE



,EXCPVR=NO|YES


,FORMAT=NEW|SPLIT



,MAXERR=20|nnnn



,RTC=NO|YES


,ZEDC=NO|YES


DUMP statement

The DUMP statement requests a full-volume dump (backup) operation. It is optional (See EXEC Statement on specifying operands via the PARM= operand), but if present must be the first and only statement input.

These operands control the backup of each specified DASD volume (DISKx DD statement) to its backup data set (TAPEx DD statement). If a TAPExx DD statement is also present, a second duplicate copy of the backup is written there. The backup data sets may be on tape or DASD. The backups proceed for each valid DISKx/TAPEx statement pair in the JCL. If the ATTACH or MAXTASKS= option is specified, a SYSPRINx DD statement is also required, to separate messages for each concurrent dump subtask.

DUMP statement operands

TYPE=FDR

A full volume dump is to be performed. It is required.

ATTACH

Backups proceed concurrently for all DASD volumes for which a triplet of DISKx, TAPEx, and SYSPRINx DD statements appear.

Default: Each DISKx and TAPEx statement pair is processed one at a time, in the order that the DISKx DD statements appear in the JCL, unless MAXTASKS= is specified.

BCV=

Used only when you are licensed for FDRINSTANT and only if you have previously used program EMCTF to create an instant point-in-time image of a volume by SPLITting a BCV in an EMC Symmetrix DASD subsystem with the TimeFinder/Mirror feature. It causes FDR to backup the point-in-time image instead of the online DASD. For more information, see Working-with-FDRINSTANT-for-Dell-EMC-TimeFinder for details of the use of BCV= with FDR.

Important

Dell EMC storage arrays operating at microcode level 6x79 and higher do not support TimeFinder/Mirror. 

BUFNO=

Specifies how many buffers are used for dumping each DASD volume. Each buffer holds one DASD track.

MAX

Buffers sufficient to read 1 cylinder of the input DASD volume are acquired (usually 16).

nn

The specified number of buffers is acquired.

Default: MAX, unless RTC=YES is specified on the DUMP statement or as a global option.

Important

  • wRTC=YES overrides BUFNO= if both are specified on the DUMP statement.
  • wBUFNO= on the DUMP statement overrides RTC=YES in the FDR Global Options table.


Tip

We recommend that you specify RTC=YES in the 

FDR

 Global Options table and do not specify RTC= or BUFNO= on the DUMP statement.

{{id name="FDRDUMPStatement-cloud"/}}

CLOUD=

cloudname

The name of the cloud where the backup is directed.

Default: The backup is created on tape or disk, as indicated by the TAPEx DD statement.

COMPRESS=

Controls the use of FDR software compression. Values for COMPRESS= are:

ALL

The backup file for both copies (TAPEx and TAPExx) is to be compressed.

COPY1

Only the backups on TAPEx DD statements are compressed.

COPY2

Only the backups on TAPExx DD statements are compressed.

See Memory Requirements for the additional storage required by COMPRESS=.

Default: Backups are not compressed. For FDR encryption, COMPRESS= is the default.

Important

  • RTC=YES overrides COMPRESS= if both are specified on the DUMP statement.
  • COMPRESS= on the DUMP statement overrides RTC=YES in the FDR Global Options table.
  • COMPRESS= must be specified if using ZEDC=YES; otherwise, ZEDC=YES is ignored.
  • Do not specify COMPRESS= with the CLOUD= operand.

Important

  • COMPRESS= is recommended for backups to DASD files. If you have z/OS 2.1 or higher and have zEDC support, we recommend that you specify COMPRESS= and ZEDC=YES.
  • For tapes attached on ESCON or FICON channels, use of tape hardware compaction usually results in better performance.
{{id name="FDRDUMPStatement-container"/}}

CONTAINER=

cloudcontainer

The name of the container in the cloud where the backup is stored. The name must start with FDR. If the specified or defaulted container name does not exist, it is created automatically, provided that the FDRTCTSR started task is running . For more information, see Installation. The name may be up to 128 characters long. If the name does not fit on one line, then break it any point and code CONTAINER= on subsequent lines with the next part of the name. Example:

CONTAINER=THIS_IS_THE_FIRST_OF_A_REALLY_LONG_CONTAIN,
CONTAINER=ER_NAME_AND_THIS_IS_THE_LAST_PART_OF_,
CONTAINER=THE_REALLY_LONG_CONTAINER_NAME

Default: FDR.FDR.BACKUP

DATA=

ALL

All allocated tracks of all data sets are backed up. You may need to specify DATA=ALL if the data sets to be backed up include JES2 spool/CHKPT data sets or CICS sequential journal data sets.

USED

Only the used portion of Physical Sequential (PS) and PO (partitioned, PDS) data sets are backed up. This makes the dump run faster on almost all volumes.

Default: ALL

DSNENQ=

Specifies whether a SYSDSN enqueue should be issued for each of the data sets on a volume during the backup of the volume. 

The options for DSNENQ= are:

HAVE

Enqueue the data sets. If an enqueue fails, ask the operator what to do.

NONE

No data set enqueue is issued.

TEST

Do not enqueue the data sets, but test to see if they are enqueued to another task.

USE

Enqueue the data sets. This is the most frequently used option.

Default: NONE

Tip

Use DSNENQ=USE if you want to prevent other tasks from using the input data sets until the backup is complete.

EMSG=

Used when the FDR e-mail notification facility has been invoked by including an FDREMAIL DD statement in the FDR execution JCL.

OK

E-mail notifications are sent from successful FDR operations as well as failures.

Default: E-mail notifications are sent only for FDR failures.

ENQ=

Specifies whether a SYSVTOC enqueue should be issued on the VTOC of each DASD volume while it is being backed up. 

OFF

The VTOC is not enqueued or reserved during the backup.

ON

The VTOC of each DASD volume is enqueued during its backup. This enqueue may be effective only on the system where the backup is executing; other systems may still be able to update the VTOC.

RESERVE

In addition to the enqueue, a hardware RESERVE is issued on each DASD volume during its backup.

Default: OFF, except that in FDRINSTANT it defaults to RESERVE for a SNAP statement in program FDRSNAP ( see Working-with-FDRINSTANT-for-SnapShot) or a FCOPY statement in program FDRFLASH ( see Working-with-FDRINSTANT-for-FlashCopy).

ENQERR=

NO

If the DSNENQ= operand is used to request data set enqueues, an enqueue failure (in-use data set) is not considered an error. Use ENQERR=NO if you want messages about active data sets but want the step to terminate normally despite the enqueue failures.

Default: A DSNENQ failure is considered an error and causes a condition code or abend at step termination, to call attention to the error. However, the backup is done.

{{id name="FDRDUMPStatement-excpvr"/}}

EXCPVR=
YES

If RTC=YES is in effect, then page-fix the disk and tape I/O buffers in real storage for the duration of the DUMP operation, and pass real channel programs to the system instead of virtual channel programs. This saves considerable CPU time that the system would otherwise consume for fixing and unfixing pages at the beginning and end of each I/O operation, and for translating the channel programs from virtual to real. EXCPVR=YES may reduce elapsed time by 5 to 20 percent and may reduce CPU time and CPU service units by 40 to 60 percent.

NO

If RTC=YES is in effect, then pass virtual channel programs to the system, and allow the system to fix and unfix the pages of the I/O buffers at the beginning and end of each I/O operation.

If RTC=YES is not in effect, then EXCPVR= is ignored.

Default: YES.

Tip

Do not specify EXCPVR=NO.

FCOPY=

Used only when you are licensed for FDRINSTANT and only if you have previously used FDRINSTANT programs to create an instant point-in-time image of a volume in a DASD subsystem with the FlashCopy feature. FCOPY causes FDR to backup the point-in-time image instead of the online DASD volume. See Working-with-FDRINSTANT-for-FlashCopy for details of the use of FCOPY= with FDR.

FORMAT=

Specifies the format of the sequential backup file.

NEW

The backup is created using a maximum block size of 56K. A block contains the image of one or more tracks from the input DASD volume.

SPLIT

The backup is created using a maximum block size of 32K. Blocks that would be more than 32K are written as 2 blocks of 32K or less. However, FORMAT=SPLIT causes use of a DASD I/O technique that is less efficient than that used by FORMAT=NEW, which impacts backup performance.

Warning

If you use a normal copy program (for example IEBGENER) to copy a backup file created with FORMAT=NEW, you do not get any error messages, but the resulting tape is not usable for a restore. Tapes in the NEW format must only be copied with the BMC provided tape copy program (FDRTCOPY) or FATSCOPY.

Default: FORMAT=NEW if all (TAPE1/TAPE11) backups on tape; FORMAT=SPLIT if any (TAPE1/TAPE11) backups on DASD.

HFS=QUIESCE

ZFS=QUIESCE

Invokes special processing when Hierarchical File System (HFS) data sets are backed up. HFS=QUIESCE implies DSNENQ=USE so it attempts to get a SYSDSN enqueue on the HFS file. If the enqueue fails, it probably means that the file system is mounted to UNIX System Services (USS), so a “quiesce” call is issued to prevent updates to the data set during the backup. For more information, see Hierarchical File System (HFS).

If you are executing FDRINSTANT (where the main control statement is SNAP, FCOPY, PSPLIT, or SPLIT instead of DUMP), ZFS=QUIESCE performs the same type of quiesce on zFS files if it cannot get the SYSDSN enqueue on them.

Important

HFS=QUIESCE and ZFS=QUIESCE imply DSNENQ=USE (see DSNENQ=) for all data sets being backed up, not just HFS and zFS data sets.

Default: HFS and zFS data sets are not quiesced unless HFSQUIESCE is set to “YES” in the FDR Global Options (see HFSQUIESCE). If you use the default, you should “unmount” the file system before the backup to be sure of getting a usable backup.

MAXERR=

nnnn

Specifies the number of tape or DASD errors (1 to 9999) that, if reached, cause the operation to abend. Each error is indicated by a message and possible mini-dump.

Default: 20, except when the output is a tape where MAXERR=1 is forced.

MAXTASKS=

n

Specifies the maximum number of volumes that are dumped concurrently in this step. It has the same effect as the ATTACH operand except that the maximum number of concurrent backups is limited to “n”. The value may be from 1 to 9 but the actual number of concurrent backups are no greater than the number of TAPEx DD statements in this step's JCL. If MAXTASKS=2 or more, messages for each backup are directed to the SYSPRINx DD statement corresponding to the TAPEx DD statement associated with the backup (see TAPEx DD Statement” in Section 10.3).

Default: 1 unless the ATTACH operand is specified.

RTC=

YES

Use READ TRACK CCWs to read DASD data tracks. RTC=YES also causes:

Up to 1 cylinder of DASD data is read at a time.

FDR buffers are moved above the 16MB line (about 2MB per concurrent backup), allowing more concurrent backups to be run in one step.

The elapsed time of FDR backups when the backup data set is itself on DASD is significantly improved.

The elapsed time of FDR backups on fast tapes and DASD, especially on FICON channels, may be improved.

NO

Use other techniques to read DASD data tracks.

Default: NO, unless RTC=YES is specified as a global option.

Important

  • RTC=YES overrides BUFNO= if both are specified on the DUMP statement.
  • RTC=YES overrides COMPRESS= if both are specified on the DUMP statement.
  • BUFNO= on the DUMP statement overrides RTC=YES in the FDR Global Options table.
  • COMPRESS= on the DUMP statement overrides RTC=YES in the FDR Global Options table.


Tip

We recommend that you specify RTC=YES in the 

FDR

 Global Options table and do not specify RTC= or BUFNO= on the DUMP statement.

SNAP=

Used only when you are licensed for FDRINSTANT and only if you have previously used program FDRSNAP to create an instant point-in-time image of an EMC Symmetrix with the TimeFinder/Clone or TimeFinder/Snap features. It causes FDR to backup the point-in-time image instead of the online DASD. See Working-with-FDRINSTANT-for-Dell-EMC-TimeFinder for Dell EMC TimeFinder.

ZEDC=

Invoke zEDC (zEnterprise Data Compression) for both compression and decompression if the CPU and the operating system support it.

YES

Use the zEDC hardware compression/decompression feature:

NO

Do not use the zEDC hardware compression/decompression feature.

Default: NO.

Tip

If you have z/OS 2.1 or higher and have the zEDC support, we recommend that you use COMPRESS= and ZEDC=YES.

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*