AS400 V7R1 Savlib to tape only saves one library of those specified
I am trying to save 5 libraries to a tape. I do the following command savlib lib(lib1 lib2 lib3 lib4 lib5) dev(tap02) ENDOPT(*LEAVE). The system says that it is saving each library but when I view the tape after the savlib command, only the first library is there. I have also tried re-initializing the tape and saving one at a time but the same thing happens. Only the first saved shows up on the tape. I am using this command to see what is on the tape once it is done DSPTAP DEV(TAP02) DATA(*SAVRST).