+ Reply to Thread
Results 1 to 2 of 2

Thread: Back to Previous Tape Volume

  1. #1

    Default Back to Previous Tape Volume

    I have a CL program which reads from a Physical file, the list of objects to be restored from back up tape. The saved library spans more than one tape volume and more than one tape is loaded to the tape loader. If an object exist in second volume then the system automatically loads the third tape to tape drive and restore the object and I have no problem. However, if the next object exist in the first tape volume then tape loader does not load the first volume to tape drive instead it throws an error CPF3716. How do I make the system automatically load the previous tape volume.

  2. #2

    Default Back to Previous Tape Volume

    None of the tape decks I have used will do this. However, depending on the type of save, the objects will be in alphabetical order. That is how we do it at our shop. -or- You might do a DSPTAP to an *OUTFILE and use that file to determine which objects are on that tape so you'll know what order to restore them in. Note: Depending on type of save you'll do a different type of DSPTAP, but for all normal types DATA(*SAVRST) will be what you want to specify on the DSPTAP. -dan

+ Reply to Thread

Similar Threads

  1. Replies: 1
    Last Post: 11-26-2007, 08:11 AM
  2. Replies: 1
    Last Post: 07-18-2007, 07:24 AM
  3. Is is not Secure: Back up Tape(SavLib)
    By Guest.Visitor in forum Security
    Replies: 2
    Last Post: 06-19-1999, 12:29 PM
  4. get volume capacity/space available for optical volume
    By Absolutely_Nobody in forum Application Software
    Replies: 0
    Last Post: 01-01-1995, 02:00 AM
  5. Previous compiler support
    By Guest.Visitor in forum Analysis
    Replies: 0
    Last Post: 01-01-1995, 02:00 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts