STORE and TurboSTORE/iX Products Manual (B5151-90003)
202 AppendixC
Transferring Optical STORE Backups onto Standard Tapes
:STORCOPY Return
:STORCOPY:FILE DDSTAPE;DEV=DDS Return
:STORCOPY:FILE SYSLIST;DEV=LP Return
:STORCOPY:STORCOPY
COPYTOSET=(*DDSTAPE);NAME=MOBACK;SHOW=OFFLINE Return
In the following example, a backup called MOBACK, which has five sets, is copied to three
output devices. Two of the output devices are DDS drives on LDEV 7 and LDEV 8. The
other output device is defined by file equation DDSTAPE. A SECURITY and LONG listing is
produced and sent to $STDLIST and a new file called MOLIST via the file equation SYSLIST.
Since MOBACK consists of five sets and only three output devices, STORCOPY will copy the
first three sets to output and will produce the other two sets as the output devices become
available.
:FILE DDSTAPE;DEV=DDS Return
:FILE SYSLIST=MOLIST,NEW;SAVE Return
:STORCOPY COPYTOSET=(7),(8),(*DDSTAPE);NAME=MOBACK; & Return
:SHOW=SECURITY,OFFLINE Return
or
:STORCOPY Return
:STORCOPY:FILE DDSTAPE;DEV=DDS Return
:STORCOPY:FILE SYSLIST=MOLIST,NEW;SAVE Return
:STORCOPY:STORCOPY COPYTOSET=(7),(8),(*DDSTAPE);NAME=MOBACK; Return
:SHOW=SECURITY,OFFLINE Return
NOTE
Parenthesis ( ) enclosed in quotation marks
must
be entered as part of the
command line syntax.
COMMAND ‘‘(parameter)’’