Or if you don't care about stats, just that they are set, ISPF 3.5 On Tue, 25 Jun 2024 at 18:23, Robert Prins <[email protected]> wrote:
> In 3.4 enter (and cut & paste) "E" before every member, and then enter > "SAVE;END;SAVE;END;SAVE;END;SAVE;END;RETRIEVE and it will reduce the number > of "Enter"s you have to press significantly...And on a 160x62 screen, you > can enter a lot of "SAVE;END;" commands ;) > > On Tue, 25 Jun 2024 at 15:17, Cameron Conacher < > [email protected]> wrote: > >> 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]> On Behalf >> Of Sri Hari Kolusu >> Sent: Tuesday, June 25, 2024 11:01 AM >> To: [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 >> >> >> >> 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 statistics at all (who last changed, when created when last >> changed, etc..). >> >> >> >> 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 >> >> >> >> >> >> >> >> ---------------------------------------------------------------------- >> >> For IBM-MAIN subscribe / signoff / archive access instructions, >> >> send email to [email protected]<mailto:[email protected]> >> with the message: INFO IBM-MAIN >> >> ________________________________ >> American Express made the following annotations >> ________________________________ >> This e-mail was sent to you by a representative of Amex Bank of Canada, >> P.O. Box 3204, Station "F", Toronto, ON, M1W 3W7, www.americanexpress.ca. >> If you no longer wish to receive these e-mails, please notify the sender by >> reply e-mail. >> >> This e-mail is solely for the intended recipient and may contain >> confidential or privileged information. If you are not the intended >> recipient, any disclosure, copying, use, or distribution of the information >> included in this e-mail is prohibited. If you have received this e-mail in >> error, please notify the sender by reply e-mail and immediately and >> permanently delete this e-mail and any attachments. Thank you. >> >> American Express a fait les remarques suivantes >> Ce courriel vous a été envoyé par un représentant de la Banque Amex du >> Canada, C.P. 3204, succursale F, Toronto (Ontario) M1W 3W7, >> www.americanexpress.ca. Si, par la suite, vous ne souhaitez plus >> recevoir ces courriels, veuillez en aviser les expéditeurs par courriel. >> >> Ce courriel est réservé au seul destinataire indiqué et peut renfermer >> des renseignements confidentiels et privilégiés. Si vous n’êtes pas le >> destinataire prévu, toute divulgation, duplication, utilisation ou >> distribution du courriel est interdite. Si vous avez reçu ce courriel par >> erreur, veuillez en aviser l’expéditeur par courriel et détruire >> immédiatement le courriel et toute pièce jointe. Merci. >> >> ---------------------------------------------------------------------- >> For IBM-MAIN subscribe / signoff / archive access instructions, >> send email to [email protected] with the message: INFO IBM-MAIN >> > > > -- > Robert AH Prins > robert(a)prino(d)org > The hitchhiking grandfather <https://prino.neocities.org/index.html> > Some REXX code for use on z/OS > <https://prino.neocities.org/zOS/zOS-Tools.html> > -- Robert AH Prins robert(a)prino(d)org The hitchhiking grandfather <https://prino.neocities.org/index.html> Some REXX code for use on z/OS <https://prino.neocities.org/zOS/zOS-Tools.html> ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
