I am trying to move a dataset from what appears to be an SMS volume to what 
appears to be a non-SMS volume.
I get this message:
ADR440E (001)-RALLC(02), UNEXPECTED RETURN CODE FROM REALLOC MACRO: 
000000C0, WHILE PROCESSING DATA SET DB2WK8.DB2WK1.SDSNEXIT 

I hope to bypass SMS just to allocate one dataset. Is it possible ?

 //DDII10   DD DISP=SHR,UNIT=3390,VOL=SER=DB2WK3  
 //DDOO10   DD DISP=SHR,UNIT=3390,VOL=SER=DB2WK1  
 //DDDUMMY  DD DUMMY                              
 //SYSIN    DD *                                  
   COPY -                                         
   ADMIN                                    -     
   DATASET(INCLUDE(DB2WK8.DB2WK1.SDSNEXIT)) -     
   IDD(DDII10)                              -     
   ODD(DDOO10)                              -     
   CATALOG                                  -     
   DELETE                                   -     
   REPLACE                                  -     
   NULLSTORCLAS                             -     
   BYPASSACS(**)                                  
 /*                                               

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