ISPF stats are the same for PDS and PDSE. For additional PDSE data you need DESERVE.
________________________________________ From: IBM Mainframe Discussion List <[email protected]> on behalf of Schmitt, Michael <[email protected]> Sent: Thursday, June 15, 2023 2:53 PM To: [email protected] Subject: Re: PDS/PDSE Member information Extended stats are in the same user data in the directory block. I don't know why reading from the PDSE simulated directory would be any different from reading from the real PDS directory. -----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of Steve Thompson Sent: Thursday, June 15, 2023 12:42 PM To: [email protected] Subject: Re: PDS/PDSE Member information Jack: As others have said, ISPF LM modules will do the JOB from REXX. Caveat: I did not have access to the CBT Tape code, which may work and be simpler to use. I suggest that you use them because if the PDSE has extended stats, I don't think the pseudo directory block read will work (but I didn't try that because I was writing into the PDSE...). I wrote a PANLIB to PDSE migration tool a few years ago, and I got my best results using the ISPF LM modules for writing the data for the members being migrated. And as they say, your mileage may vary. Steve Thompson On 6/15/2023 11:10 AM, Jack Zukt wrote: > Hi all, > > Is there a way to get the PDS/PDSE member information, namely, > member/userid/last change date in batch? I have not been able to get to it > using rexx. > Regards, > Jack > > ---------------------------------------------------------------------- > 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 ---------------------------------------------------------------------- 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
