looks like this mount for the tape is in a library server? and the tape will 
not mount? 
is this tape in the library? 
if this tape is not inside the library do you have standalone tape drive to 
read this tape? 
change the JCL then to specify the correct esoteric tape device 
that message IEF233A - 


Note: For Automated Tape Library dataservers (including Virtual Tape Servers), 
message IEF233A is not issued to any operator console. It is only issued to 
the System Log. Also, for tapes that have been premounted using the operator 
MOUNT command, message IEF233A is issued, but not to any operator console. 


The message asks the operator to mount a volume. This message is issued by 
allocation for batch allocations (that is, JCL) which do not specify DEFER. 
(For mounts with DEFER coded, see message IEC501A.) 




Carmen Vitullo 

----- Original Message -----

From: "Hilario Garcia" <libr...@gmail.com> 
To: IBM-MAIN@LISTSERV.UA.EDU 
Sent: Wednesday, March 13, 2019 7:22:11 AM 
Subject: How to obtain DSN's on a cartridge on SL laber format 

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 lists...@listserv.ua.edu with the message: INFO IBM-MAIN 


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to