If the current version of a Virtual Volume cannot be recalled due to an error on the Backstore Tape and the current Backstore Tape was created by the Recycle utility, can I recall the Virtual Volume from the Backstore Tape that the Recycle utility used as input?
Yes, you can recall the Virtual Volume from the Recycle utility input tape.
To do this you will need to:
//STEP010 EXEC PGM=IDCAMS //SYSIN DD * DEFINE NONVSAM(NAME(prefix.VVE.Vvolser.type) - VOL(vvvvvv) - DEVT(xxxxxx) FSEQN(nnn))/* Prefix is the Vtape VTS DSN prefix.Volser is the Virtual VOLSER.Type is PRIMARY or Duplex.Vvvvvvv is the input Backstore Tape VOLSER.Xxxxxx is the device type of the Backstore Tape.Nnn is the file sequence number for the Virtual Volume data set on the input Backstore Tape.