Hi,

We have a table space with 250 partition and 4,600,000,000 records which it's 
have to re partition.

Because of lack space on the DASD we are trying to use Tape on some DD cards as 
follows :

//SYSREC    DD DSN=TEMPDS.TAPE1,DISP=(MOD,CATLG),             
//          UNIT=CART,RETPD=36,BLKSIZE=0,LABEL=(,SL)          
//SYSUT1    DD DSN=TEMPDS.TAPE2,DISP=(NEW,CATLG),             
//          UNIT=CART,RETPD=36,BLKSIZE=0,LABEL=(,SL)          
//SORTOUT   DD DSN=TEMPDS.TAPE3,DISP=(NEW,CATLG),             
//          UNIT=CART,RETPD=36,BLKSIZE=0,LABEL=(,SL)          
//SYSCOPY   DD DSN=TEMPDS.TAPE4,DISP=(NEW,CATLG),             
//          UNIT=CART,RETPD=36,BLKSIZE=0,LABEL=(,SL)          

We are using 123 work data sets as follows :

//SORTWK01  DD DISP=(NEW,DELETE),UNIT=SYSDA,
//          SPACE=(CYL,(4300,1000),RLSE),   
//          VOL=(,,,180),STORCLAS=SCLARGE   
//SORTWK02  DD DISP=(NEW,DELETE),UNIT=SYSDA,
//          SPACE=(CYL,(4300,1000),RLSE),   
//          VOL=(,,,180),STORCLAS=SCLARGE   
//SORTWK03  DD DISP=(NEW,DELETE),UNIT=SYSDA,
//          SPACE=(CYL,(4300,1000),RLSE),   
//          VOL=(,,,180),STORCLAS=SCLARGE   

.
.
.
.
.
.
//SORTWK4F  DD DISP=(NEW,DELETE),UNIT=SYSDA,
//          SPACE=(CYL,(4300,1000),RLSE),   
//          VOL=(,,,180),STORCLAS=SCLARGE   

And the reorg options as follows :

//DFSPARM  DD  *                                       
    OPTION MOSIZE=0                                    
//DSNUPROC.SYSIN DD *                                  
REORG TABLESPACE QQBANCS.TSINHO REBALANCE              
    LOG NO SORTDATA SORTDEVT SYSDA SORTNUM 4           
    COPYDDN(SYSCOPY)                                   
/*                                                     

The problem is the unload phase cont the number of records which we expected 
and after this we assume that it should be  switch to next step , but the job 
failed with following error:

DSNUGUTC - OUTPUT START FOR UTILITY, UTILID = ROINHORB                
DSNUGTIS - PROCESSING SYSIN AS EBCDIC                                 
DSNUGUTC -  REORG TABLESPACE QQBANCS.TSINHO REBALANCE LOG NO SORTDATA 
                                                                      
DSNUGSRT - ERROR FROM SORT COMPONENT RC=16, UTILITY STOPPED           
DSNUGBAC - UTILITY BATCH MEMORY EXECUTION ABENDED, REASON=X'00E40005' 

Please help if you have any idea about it.

Best regards
Manshadi

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to