Andy, Ignoring whether your JCL/DITTO statements are correct .....
The IEF343I message is an indication that there are no tape units for 
allocation. Looks like you are all system managed libraries and the JL3270 is 
not in the TCDB, is either not defined to RMM or is defined in a way that RMM 
does not decide it is system managed. During allocation the CBRUXVNL exit is 
called and RMMs support for that tries to determine what type of tape volume 
it is. Based on the response from the VNL exit, OAM provides eligible devices 
to allocation ........ 

Do you have any tape drives NOT in a system managed library ?
Does the UNIT=3590-1 match to a device pool that is NOT in a system 
managed library ?  If you want the volume processed in a library you either 
need to enter it first, or ensure VNL processing causes it to be entered.

Mike Wood    RMM Development

On Tue, 24 Jul 2007 08:18:23 -0500, Andy Robertson 
<[EMAIL PROTECTED]> wrote:

>z/OS 1.7
>
>We are trying to map a RMM managed cart using DITTO
>
>//*
>//*
>//S3       EXEC PGM=DITTOA,PARM='JOBSTREAM',COND=(0,NE)
>//SYSPRINT DD SYSOUT=*
>//SYSUDUMP DD SYSOUT=*
>//TAPEIN   DD UNIT=3590-1,DISP=SHR,VOL=SER=JL3270
>  DITTO TLB INPUT=TAPEIN
>
>
>Gives JCL error with
>
>IEF343I TSO057N S3 TAPEIN - REQUEST FAILED - NOT ENOUGH NON-SYSTEM
>MANAGED VOLUMES ELIGIBLE
>
>
>Can someone give us a clue how to
>proceed?

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to