Richard, All releases of rmm would react the same way to this JCL if the volume 050011 is scratch status. When the volume mounted is scratch you can only write to file 1, and also, you cannot specify a volser in your JCL if that volume is scratch.
So, in the past, that volume 050011 must have been a non-scratch volume. Also, if you are re-writing or overwriting an existing file you best be aware of the MASTEROVERWRITE setting for the VLPOOL and/or the global OPTION. Mike Wood On Mon, 21 Mar 2011 12:01:48 -0500, Richard Pinion <[email protected]> wrote: >I recently upgraded from z/OS 1.10 to 1.12. I am receiving the following >messages when running tape jobs. This didn't happen on 1.10. I've looked >through the RMM 1.12 manuals and the migration documentation. I don't >understand why this is happening. To get around the volume being >rejected , I put RMM in warning mode. > >EDG4035I VOLUME 050011 REJECTED. VOLUME IS SCRATCH AND OUTPUT >NOT TO FIRST FILE >EDG4004I **WARNING** USE OF 050011 BY H12166, STEP15, SYSUT2 >ONLY PERMITTED BECAUSE DFSMSrmm RUNNING IN WARNING MODE. > >This is the JCL that is running when I receive the warning messages. > >//STEP15 EXEC PGM=IEBGENER >//SYSIN DD DUMMY >//SYSPRINT DD SYSOUT=* >//SYSUT1 DD DSN='IVE.CASEUSER.CART',DISP=SHR, >// UNIT=580, >// VOL=(,RETAIN,SER=(H12166,H12180,H12222)), >// LABEL=(2,SL) >//SYSUT2 DD DSN='IVE.CASEUSER.CART', >// DISP=(,KEEP,DELETE), >// VOL=SER=050011, >// LABEL=(2,SL), >// UNIT=581 > > > >---------------------------------------------------------------------- >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

