Specifies that all data sets or partitions (if a partitioned table space) are merged.
Specifies that a particular data set or partition is defined for merging.
Specify the data set number or partition number to merge.
Specifies to create an output that is a new full image copy. (NEWCOPY YES). This choice is recommended.
Specifies to create an output that is an incremental image copy for the local site. At local sites, you cannot use RECOVERYDDN with NEWCOPY NO.
Select to create an output that is an incremental image copy for the recovery site. At recovery sites, you cannot use COPYDDN with NEWCOPY NO.
Optional: Type a data definition (DD) statement (WORKDDN) for a temporary data set, to be used for intermediate merged output. The default is SYSUT1. Use a data set here if you are not able to allocate enough data sets to execute MERGECOPY; in that case, a temporary data set is used to hold intermediate output. If you omit the WORKDDN option, it is possible that only some of the image copy data sets will be merged. When MERGECOPY has ended, a message is issued that tells the number of data sets that exist and the number of data sets that have been merged.
Type a device type. The device must be a direct-access storage device, and you must be authorized to allocate space on that device. Assign frequently accessed objects to fast devices and seldom-used objects to slower devices.
Allocate space compatible for your device.
Type a data definition (DD) statement for the primary output image copy (COPYDDN) data sets at the local site. The default is COPYDDN(SYSCOPY).
Type a device type. The device must be a direct-access storage device, and you must be authorized to allocate space on that device. Assign frequently accessed objects to fast devices and seldom-used objects to slower devices.
Allocate space compatible for your device.
Type a data definition (DD) statement for the secondary output image copy (COPYDDN) data sets at the local site.
Type a device type. The device must be a direct-access storage device, and you must be authorized to allocate space on that device. Assign frequently accessed objects to fast devices and seldom-used objects to slower devices.
Allocate space compatible for your device.
Type a DD statement for the primary output image copy (RECOVERYDDN) data set at the recovery site. There is no default.
Type a device type. The device must be a direct-access storage device, and you must be authorized to allocate space on that device. Assign frequently accessed objects to fast devices and seldom-used objects to slower devices.
Allocate space compatible for your device.
Type a DD statements for the backup output image copy (RECOVERYDDN) data set at the recovery site. There is no default.
Type a device type. The device must be a direct-access storage device, and you must be authorized to allocate space on that device. Assign frequently accessed objects to fast devices and seldom-used objects to slower devices.
Allocate space compatible for your device.
Click to accept the values and modify the table space.
Click to view the actual SQL statement that is generated.
Click to close the window without modifying the table space.