Re: How to calculate records sorted in memory

2018-11-12 Thread Vernooij, Kees (ITOPT1) - KLM
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Bill Ashton > Sent: 09 November, 2018 17:09 > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: How to calculate records sorted in memory > > Is there a way that I can determine if my SORT can be done in m

How to calculate records sorted in memory

2018-11-09 Thread Bill Ashton
Is there a way that I can determine if my SORT can be done in memory, or if I will use SORTWK files? I am running IBM DFSORT if that matters. For example, I am playing with a file that has about 15 Million records (FB, len 49), and the key is the whole 49-byte record. How can I determine if the wh