I've never noticed the behavior, but now that the OP has pointed it out, the reading-the-list-again explanation doesn't satisfy me. If there's a delay and a progress bar when reading the list to do the sort, why is there no similar delay when scrolling right to see the data which (according to this explanation) has not yet been collected?
I'm not buying it. --- Bob Bridges, [email protected], cell 336 382-7313 /* Our world is not divided by race, color, gender, or religion. Our world is divided into wise people and fools. And fools divide themselves by race, color, gender, or religion. -Mohamad Safa */ -----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of Jesse 1 Robinson Sent: Tuesday, October 13, 2020 13:12 This is one of those IIRC posts. I think this behavior goes back decades. The reason is as Kolusu states. Moreover--IIRC--the very appearance of the 'progress bar' was in response to what could be a long delay. Delay to the point that the user might suspect that the process was hung outright. I remember when the bar was introduced with that very explanation. Everything in those distant days was slower than today. As for the difference in processing, I could imagine an RFE asking for a 'quick sort' based only on the data previously collected and displayed. -----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of Sri h Kolusu Sent: Tuesday, October 13, 2020 9:47 AM 3.4 listing shows the list of datasets sorted on the Dataset name by default. Now when you issue SORT DSORG command , ISPF needs to read in the list once again and make DSORG as the primary key and then present you the list sorted on that order. You will -----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of Lennie Dymoke-Bradshaw Sent: Tuesday, October 13, 2020 11:18 This is something that has puzzled me for years. I can use ISPF 3.4 to display a set of data sets. If I scroll right then I am shown the space usage figures. Scroll right again and I am shown the DSORG, RECFM, Lrecl and Blksize. If I now enter SORT DSORG I am presented with a progress bar and I am informed that information is being collected to perform the sort. Given that the DSORG was already displayed, why does ISPF go and collect the same information again? ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
