UNIT = 3490, LABEL = (, BLP, EXPDT = 98000), theres your answer right there. BLP = bypass label processing.
Youre getting these messages: IEC502E R 0580, S03815, SL, TAPEMAP, STEP0010 IEC501A M 0580, TAPAWS, NL ,, TAPEMAP, STEP0010, AMSOURCE.AWS because you are not authorized to use BLP. So, you need to check and be sure that you can use BLP. Since youre not authorized for BLP, the system is changing it to NL. Otherwise, I'd suggest you use DITTO. Joe On Wed, Mar 13, 2019 at 7:22 AM Hilario Garcia <[email protected]> wrote: > I am trying to use the TAPEMAP utility downloaded from the web > wwww.cbttape.org and > I want to use it on some cartridges that have several files in "standard > label" (SL) format > but I do not know the DSN of them. > > I would like to be able to obtain a TAPEMAP report with the content of the > files in the cartridge. > > I am using the following jcl: > > // STEP0010 EXEC PGM = TAPEMAP > // STEPLIB DD DSN = CBTTAPE.LINKLIB, DISP = SHR > // SYSPRINT DD SYSOUT = * > // AMSDUMP DD SYSOUT = * > // SYSUT1 DD DSN = AMSOURCE.AWS, DISP = (OLD, PASS), > // UNIT = 3490, LABEL = (, BLP, EXPDT = 98000), > // VOL=(, RETAIN,,SER=TAPAWS) > > I receive the following messages: > > IEF233A M 0580, TAPAWS ,, TAPEMAP, STEP0010, AMSOURCE.AWS > IEC502E R 0580, S03815, SL, TAPEMAP, STEP0010 > IEC501A M 0580, TAPAWS, NL ,, TAPEMAP, STEP0010, AMSOURCE.AWS > > How should I modify the jcl to solve the problem and get the list of all > the DSNs? > in the cartridges. > > Thank you very much in advance. > > regards > > Hilario > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
