Some interesting sections from DFSORT messages
1) DSA is set to 128 in parms but DSA=0 is in the sort message output
2) DFSORT at failure says an additional 44 WORK volumes were needed
There is a way to pass parms to DFSORT using DFSPARM DD statement
For our larger sorts I have coded
//DFSPARM DD *
DSA=128,FILESZ=50000000,UNIT=(SYSDA,32)
Maybe the DFSORT team will chime in
Lizette
> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:[email protected]] On
> Behalf Of Elardus Engelbrecht
> Sent: Monday, October 02, 2017 7:14 AM
> To: [email protected]
> Subject: Re: Sort Question
>
> Pfister, Nathan wrote:
>
> >Sorry for the long post, but here's all the info.
> >Here's the jobs output:
>
> >ICE092I 0 MAIN STORAGE = (128000,1048576,1048576) ICE156I 0 MAIN
> >STORAGE ABOVE 16MB = (590271,590271)
>
> It is looking small for me, at least for me. What is your job REGION? Is that
> REGION limited by SMFPRMxx or IEFUSI exit?
>
> Consider adding these OPTION SIZE=E999999999,MAINSIZE=MAX just to tell DFSORT
> there is a large workset waiting for it.
>
> Or you can add a good handfull of these SORTWKxx, which I had to use at one
> stage to handle a Galaxy sized sort work:
>
> //SORTWK01 DD DISP=(NEW,DELETE,DELETE),SPACE=(CYL,(1000,500,0)),
> // UNIT=3390
>
> HTH!
>
> Please let us know if you got a solution!
>
> Groete / Greetings
> Elardus Engelbrecht
>
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN