Hi

Thanks

Any rexx exec if someone has to filter out that records ?

On Jul 13, 2017 10:24 PM, "Allan Staller" <allan.stal...@hcl.com> wrote:

> Check the SMPLOG* datasets.
>
> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
> Behalf Of Longabaugh, Robert E
> Sent: Thursday, July 13, 2017 11:49 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: SMPE Filter PTF list option based on date
>
> 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:IBM-MAIN@LISTSERV.UA.EDU] On
> Behalf Of Jake Anderson
> Sent: Thursday, July 13, 2017 11:25 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> 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 lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions, send email
> to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
>
> ::DISCLAIMER::
> ------------------------------------------------------------
> ------------------------------------------------------------
> ----------------------------
>
> The contents of this e-mail and any attachment(s) are confidential and
> intended for the named recipient(s) only.
> E-mail transmission is not guaranteed to be secure or error-free as
> information could be intercepted, corrupted,
> lost, destroyed, arrive late or incomplete, or may contain viruses in
> transmission. The e mail and its contents
> (with or without referred errors) shall therefore not attach any liability
> on the originator or HCL or its affiliates.
> Views or opinions, if any, presented in this email are solely those of the
> author and may not necessarily reflect the
> views or opinions of HCL or its affiliates. Any form of reproduction,
> dissemination, copying, disclosure, modification,
> distribution and / or publication of this message without the prior
> written consent of authorized representative of
> HCL is strictly prohibited. If you have received this email in error
> please delete it and notify the sender immediately.
> Before opening any email and/or attachments, please check them for viruses
> and other defects.
>
> ------------------------------------------------------------
> ------------------------------------------------------------
> ----------------------------
>
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to