Norbert,
 
I received the same error messages.  SMS is still trying to trap it.:
 
ICH70001I ZWAXPG   LAST ACCESS AT 10:18:27 ON THURSDAY, AUGUST 11, 2011         
IEF344I DFDSS22 BACKUP TAPE1 - ALLOCATION FAILED DUE TO DATA FACILITY SYSTEM ERR
IGD17273I ALLOCATION HAS FAILED FOR ALL VOLUMES SELECTED FOR DATA SET           
ZWAXPG.BKUP.SHRPP4                                                              
IGD17277I THERE ARE (5) CANDIDATE VOLUMES OF WHICH (5) ARE ENABLED OR QUIESCED  
IGD17290I THERE WERE 1 CANDIDATE STORAGE GROUPS OF WHICH THE FIRST 1            
WERE ELIGIBLE FOR VOLUME SELECTION.                                             
THE CANDIDATE STORAGE GROUPS WERE:ISTINT1                                       
IGD17279I 5 VOLUMES WERE REJECTED BECAUSE THEY DID NOT HAVE SUFFICIENT SPACE (04
IEF272I DFDSS22 BACKUP - STEP WAS NOT EXECUTED.                 
 
I tried with using the output tape dsn as SYS1 but I got the error:

IEF343I DFDSS22 BACKUP TAPE1 - REQUEST FAILED - NOT ENOUGH NON-SYSTEM MANAGED 
VOLUMES ELIGIBLE 


 
 Here is my job:
//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=ZWAXPG.BKUP.SHRPP4,                                  
//        DISP=(,CATLG,DELETE),                                         
//        UNIT=SYSDA,VOL=SER=VE6C01,SPACE=(CYL,(1055,20),RLSE),         
//        DCB=BLKSIZE=32760,TRTCH=COMP                                  
//SYSIN    DD *                                                         
    DUMP FULL INDDNAME(DISK1) OPT(4) ALLEXCP ALLDATA(*) -               
          BYPASSSMS(**) -                                               
          BYPASSACS(**) -                                               
          NULLSTORCLAS  -                                               
          NULLMGMTCLAS -                                                
          OUTDDNAME(TAPE1))                                             
/*                                                                      
//                                                                      

 Here's the VTOC of the output volume:
---- Device ----   Volume    Nbr  ---- Free ----  - Largest -    Nbr    Nbr   
Nbr  Type Status   Serial    Cyl     Cyl   Track    Cyl Track    Ext   Users  
                                                                              
6C01 3390 Private  VE6C01  10017   10012       0  10012     0      1      0   


From: Norbert Friemel <nf.ibmm...@web.de>
To: IBM-MAIN@bama.ua.edu
Sent: Thursday, August 11, 2011 10:13:50 AM
Subject: Re: DFDSS QUESTION - BYPASS SMS - CORRECTION

On Thu, 11 Aug 2011 07:02:37 -0700, esmie moo wrote:

>Greg,
 
I am trying to bypass SMS.  This is why I am using these control cards in the 
job:
      BYPASSACS(**) -     
      STORCLAS(NONSMS) -  


Replace "STORCLAS(NONSMS)" with "NSC NMC"

Norbert Friemel

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