LIST PTFS does not filter for the date. The date is in the output, but several lines down from the PTF number, so you would have to save two lines per PTF, and the dates may fall outside the range.
As an alternative, you could use LIST LOG. The post processing would be simpler. //SMPCSI DD DISP=SHR,DSN=SMD.CCUWC50.DEV.CSI //SMPLIST DD SYSOUT=* //SMPCNTL DD * SET BDY(targetzone). LIST LOG(01 30 17,02 02 17) . /* start and end dates */ Then find all of the GIM22701I messages in the output. Since the zone is set to the target, those would be PTFs that are applied. -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Jake Anderson Sent: Thursday, July 13, 2017 11:25 AM To: [email protected] Subject: SMPE Filter PTF list option based on date CAUTION: This email originated from outside of CA. Do not click links or open attachments unless you recognize the sender and know the content is safe. Hello Group Apologies if this is a repetitive question. I am trying to understand if we can list the number PTF applied based on specific date range ? We are at zOS 1.13 Regards Jake ---------------------------------------------------------------------- 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
