In the following example, the system duplicates the volume in optical device
OPT01 to the volume in optical device OPT02. Upon completion, the target volume
identifier will be MYBACKUP, and the system unloads the media from the device.
Note: Note:
The system only supports the unload option for stand-alone devices.
> DUPOPT
FROMVOL(*MOUNTED) TOVOL(*MOUNTED) NEWVOL(MYBACKUP)
FROMDEV(OPT01) TODEV(OPT02)
FROMENDOPT(*LEAVE) TOENDOPT(*UNLOAD)