Copy an OpenVMS File from Tape to Disk

The following example copies an OpenVMS file from tape to disk. Specifying the /OVERRIDE qualifier causes the name of the tape volume to be ignored.

T2      PROCESS      SNODE=SC.VMS.JOEUSER  SNODEID=(JOEUSER,USER_PASSWORD)
STEP01  COPY  FROM  (FILE=MUXX:TESTFILE.DAT                                -
                     SYSOPTS="MOUNT=’MUXX: TAPE /OVERRIDE=ID’ ")           -
              TO    (FILE=DUXX:[DIRECTORY]TESTFILE.DAT)