You need to look at the sort messages to determine why the sort failed.  If
you want, send the entire joblog to the DFSORT hot line (dfs...@us.ibm.com)
and we can look it over for you.


Have a nice day,
Dave Betten
DFSMS Performance Engineer
IBM Corporation
email:  bet...@us.ibm.com
1-301-240-3809
DFSORT/MVSontheweb at http://www.ibm.com/storage/dfsort/

IBM Mainframe Discussion List <IBM-MAIN@listserv.ua.edu> wrote on
10/08/2012 08:03:35 AM:

> From: Mehrshad Manshadi <m_mansh...@yahoo.com>
> To: IBM-MAIN@listserv.ua.edu,
> Date: 10/08/2012 08:06 AM
> Subject: Reorganizing Partition Table Space With REBALANCE Option
Problem.
> Sent by: IBM Mainframe Discussion List <IBM-MAIN@listserv.ua.edu>
>
> 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 lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to