I tried these both JCLs
//EDITLOG EXEC PGM=IKJEFT01,DYNAMNBR=20
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
RMM SEARCHVOLUME LIMIT(*) RECORDINGFORMAT(36TRACK) TYPE(LOGICAL)+
OWNER(*) VOLUME('*')
READY
RMM SEARCHVOLUME LIMIT(*) RECORDINGFORMAT(36TRACK) TYPE(LOGICAL)OWNER(*) VOLUME(
Volume Owner Rack Assigned Expiration Location Dsets St Act Dest.
date date
------ -------- ------ ---------- ---------- -------- ----- -- ----- --------
071506 BATGLPC 07/31/2011 07/31/2011 STPVTS01 3 MV
071533 CA7 01/01/2009 12/31/1999 STPVTS01 1 MV
071588 TESTFTT 07/07/2006 07/14/2006 STPVTS01 1 MV
071615 IBMSTGD 05/16/2011 05/15/2012 STPVTS01 3 MV
071624 PRODFTT 07/03/2006 07/10/2006 STPVTS01 1 MV
071636 TESTFTT 07/07/2006 07/14/2006 STPVTS01 1 MV
071666 BATGLPC 07/31/2011 07/31/2011 STPVTS01 2 MV
071696 BATGLPC 07/31/2011 07/31/2011 STPVTS01 3 MV
and this one
//STEP EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
LISTC CAT(SYS1.VOLCAT.VGENERAL ) ALL
in both I did a find on STPVTS01 the library in question and found the no. of tapes the first job tells it's 164376 volsers and IDCAMS says 163376. Wish i could just listcat the tape library once through ISMF to find out which one is correct. The reason may be that some tapes are not identified by catalog I will keep researching.