David,
 
I gave that a try however I got the same problem :
 
IEF343I DFDSS22 BACKUP TAPE1 - REQUEST FAILED - NOT ENOUGH NON-SYSTEM MANAGED 
VOLUMES ELIGIBLE
IEF272I DFDSS22 BACKUP - STEP WAS NOT EXECUTED.                                 

Here is my JCL:
 
//BACKUP  EXEC PGM=ADRDSSU,REGION=4096K,PARM='TYPRUN=NORUN'             
//*STEP01    EXEC PGM=ADRDSSU,REGION=4096K,TIME=1440,PARM='UTILMSG=YES' 
//SYSPRINT  DD  SYSOUT=*                                                
//DISK1    DD  UNIT=SYSDA,VOL=SER=SHRPP4,DISP=SHR                       
//TAPE1    DD  DSN=SYS1.TEST4,                                          
//        DISP=(,CATLG,DELETE),                                         
//        UNIT=SYSDA,VOL=SER=VE6C01,SPACE=(CYL,(1055,20),RLSE),         
//        STORCLAS=NONSMS,                                              
//        DCB=BLKSIZE=32760,TRTCH=COMP                                  
//SYSIN    DD *                                                         
    DUMP FULL INDDNAME(DISK1) OPT(4) ALLEXCP ALLDATA(*) -               
          OUTDDNAME(TAPE1))                                             
/*                                                                      

I noticed that the NONSMS STORCLAS does not have a FILTLIST.  Maybe this could 
be the problem.  

From: "O'Brien, David W. (NIH/CIT) [C]" <obrie...@mail.nih.gov>
To: IBM-MAIN@bama.ua.edu
Sent: Thursday, August 11, 2011 11:09:24 AM
Subject: Re: DFDSS QUESTION - BYPASS SMS - CORRECTION

Esmee,

Try coding STORCLAS=storage-class-name which in your case would be 
storclas=nonsms

See JCL Reference Chap 12 DD Statement for more details

David O'Brien
NIH Contractor

-----Original Message-----
From: Darth Keller [mailto:darth.kel...@assurant.com] 
Sent: Thursday, August 11, 2011 11:04 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: DFDSS QUESTION - BYPASS SMS - CORRECTION

Do you not have a storage admin of some kind?  Someone responsible for 
writing the rules?  A 5 minute conversation with someone who knows the 
routines should easily resolve your question. 

SMS is intercepting your allocation based on it's rules & re-assigning it. 
  Someone coded it this way.

This e-mail message and all attachments transmitted with it may
contain legally privileged and/or confidential information intended
solely for the use of the addressee(s). If the reader of this
message is not the intended recipient, you are hereby notified that
any reading, dissemination, distribution, copying, forwarding or
other use of this message or its attachments is strictly
prohibited. If you have received this message in error, please
notify the sender immediately and delete this message and all
copies and backups thereof. Thank you.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu 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 lists...@bama.ua.edu 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to