MAPPING a RMM-managed tape volume

2007-07-24 Thread Andy Robertson
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


Re: MAPPING a RMM-managed tape volume

2007-07-24 Thread Pommier, Rex R.
Is this the entire JCL?  If so, you need a //SYSIN DD statement and
according to my documentation, you also need $$DITTO instead of DITTO as
the command within the //SYSIN.

Of course, my documentation is quite old, but that's what it looks like
to me.

Rex 

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Andy Robertson
Sent: Tuesday, July 24, 2007 8:18 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: MAPPING a RMM-managed tape volume

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

--
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


Re: MAPPING a RMM-managed tape volume

2007-07-24 Thread Mike Wood
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 WoodRMM 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