If you have the free PDS tool from the CBTTAPE site, that tool also allows you to add ISPF statistics to an existing member.
Peter From: IBM Mainframe Discussion List <[email protected]> On Behalf Of Cameron Conacher Sent: Tuesday, June 25, 2024 11:17 AM To: [email protected] Subject: Re: DFSORT Question regarding SORTOUT Library Member Statistics Thanks. I can try that. Or just Enter/SAVE/F3 a couple of hundred times. 😊 Appreciate the information as always. Thanks …….Cameron From: IBM Mainframe Discussion List <[email protected]<mailto:[email protected]>> On Behalf Of Sri Hari Kolusu Sent: Tuesday, June 25, 2024 11:01 AM To: [email protected]<mailto:[email protected]> Subject: Re: DFSORT Question regarding SORTOUT Library Member Statistics >> I want to know if I can include an option, or processing clause to ensure >> that Library statistics are generated for each new member as I create them. >> At the moment, I have a couple of hundred new Library Members that have no >> member Cameroon, Unfortunately, DFSORT does NOT copy/generate member statistics when copying. However, if your shop has FILE-MANAGER, then you can use the following. //STEP0100 EXEC PGM=FILEMGR //SYSPRINT DD SYSOUT=* //DDIN DD DISP=SHR,DSN=Your.input //DDOUT DD DISP=OLD,DSN=your.output.pds(memname) //SYSIN DD * $$FILEM DSC STATS=ON /* Thanks, Kolusu DFSORT Development IBM Corporation -- This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by e-mail and delete the message and any attachments from your system. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
