Frank,
 I've just changed one of our jobs to comment out the SORTWKnn dd statements
and use -
 //DFSPARM DD *
OPTION DYNALLOC=(,3)
/*
 The job seems to have done 15 sorts all of which are in main storage ie
there are 15 of each of these messages in the output -
 ICE000I 0 - CONTROL STATEMENTS FOR 5740-SM1, DFSORT REL 14.0 - 15:27 ON MON
NOV 14, 2005 -
OPTION DYNALLOC=(,3)
 ICE080I 0 IN MAIN STORAGE SORT
 yet the dynamic allocation of the SORTWKnn files only occurs 12 times. Is
there any reason why the SORTWKnn files should be allocated at all if sort
knows it's going to do an IN MAIN sort and if they do need to get allocated
why the discrepancy between the number of sorts and the SORTWKnn
allocations. Just curious.

Jim McAlpine


 On 11/11/05, Frank Yaeger <[EMAIL PROTECTED]> wrote:
>
> I believe in this case, DFSORT was able to determine the filsize (it
> usually can), but that the number of work data sets was too small for that
> filesize. I told Skip how to increase the number of work data sets using:
>
> //DFSPARM DD *
> OPTION DYNALLOC=(,n)
> /*
>
> Note that DFSORT only uses the FILSZ=En value if it can't determine the
> filesize. There aren't too many cases of that these days (the most common
> one is when there's no SORTIN and an E15 passes all of the records to
> DFSORT). DFSORT issues message ICE118I when it can't determine the
> filesize. The doc for that message discusses what to do in that case:
>
>
> http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ICE1CM10/2.2.114?SHELF=&DT=20050119125222&CASE=
>
> Frank Yaeger - DFSORT Team (IBM)
> Specialties: ICETOOL, IFTHEN, OVERLAY, Symbols, Migration
> => DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort/
> ----------------------------------------------------------------------
> 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
>

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