HI Cameron,
Another possibility ... Please look at (CBT File 93) PDSLOAD.
//PDSLOAD EXEC PGM=PDSLOADW,PARM='UPDTE(./)'
//SYSPRINT DD SYSOUT=*
//STEPLIB DD DISP=SHR,DSN=FILE135.PDS
//SYSUT1 DD DISP=SHR,DSN=SYSUT1.TXT
//SYSUT2 DD DISP=SHR,DSN=MYPDS.CNTL
Here is a sample of SYSUT1:
./ ADD NAME=MEMBERR1 ...
* your code goes here
./ ADD NAME=MEMBER2 ...
* your code goes here
/*
Where (ADD Statement):
COL DESCRIPTION
1-20 ./ ADD NAME=XXXXXXXX
21 BLANK
22-71 VVMM-YYDDD-YYDDD-HHMM-NNNNN-NNNNN-NNNNN-UUUUUUUUUU
VER CREATE LASTMODIFY SIZE INIT MOD ID
Regards,
David
On 2024-06-25 11:17, Cameron Conacher 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, http://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,
http://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
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN