Re: [EXTERNAL] Re: Befuddled
We don't use SMF logstreams so I have never used relativedate, it just seems odd to me that your output is saying that the start date = end date = yesterday. Just for kicks, what happens if you change the parameter to be RELATIVEDATE(BYDAY,01,02)? Does the calculated date change? The doc does read that the parameter as you have it would be yesterday and today but it seems odd to me that using relativedate wouldn't give me the option of choosing a single day, and the doc says you can't use 0 as the last parameter to indicate 1 day. Rex -Original Message- From: IBM Mainframe Discussion List On Behalf Of Steve Beaver Sent: Tuesday, February 14, 2023 10:18 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: [EXTERNAL] Re: Befuddled This SYSIN is correct RELATIVEDATE(BYDAY,01,01) which says yesterday and today -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Pommier, Rex Sent: Tuesday, February 14, 2023 10:10 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: [EXTERNAL] Re: Befuddled Are your dates off? > IFA834I RELATIVEDATE PARAMETER RESULTS IN START DATE 2023.044, END > > DATE 2023.044 > >SUMMARY ACTIVITY REPORT > > START DATE-TIME 02/14/2023-06:00:00 END > DATE-T DATE=23.044 = February 13 START-DATE=February 14 It looks to me like you're looking for data from the 13th but your SMF dataset has data for the 14th. Rex On Tue, Feb 14, 2023 at 5:55 PM Steve Beaver wrote: > I am absolutely befuddled. > > > > These are the control cards I fed to IFASMFDL, and there are many 14's > and 15's yet > > The OUDD has no records. Does anyone see any thing wrong? > > > > IFA010I SMF DUMP PARAMETERS > > IFA010I REPORTOPTS(NOSUBTYPE) -- DEFAULT > > IFA010I SIGSTRIP -- DEFAULT > > IFA010I NOSOFTINFLATE -- DEFAULT > > IFA010I SMARTEPOVER(0200) -- DEFAULT > > IFA010I WEEKSTART(SUN) -- DEFAULT > > IFA010I DATE(190,2099366) -- DEFAULT > > IFA010I END(1124) -- SYSIN > > IFA010I START(1101) -- SYSIN > > IFA010I RELATIVEDATE(BYDAY,01,01) -- SYSIN > > IFA010I OUTDD(T15,TYPE(14:15,70)) -- SYSIN > > IFA010I LSNAME(IFASMF.DPL1.SMF80.RACF) -- SYSIN > > IFA010I LSNAME(IFASMF.DPL1.SMFDFLT) -- SYSIN > > IFA020I T15 -- A819822.SMF.TYP1415 > > IFA834I RELATIVEDATE PARAMETER RESULTS IN START DATE 2023.044, END > > DATE 2023.044 > >SUMMARY ACTIVITY REPORT > > START DATE-TIME 02/14/2023-06:00:00 END > DATE-T > > RECORD RECORDS PERCENT AVG. RECORD MIN. RECORD > M > > TYPE READOF TOTAL LENGTHLENGTH > >2 0 > >3 0 > > 14 299,718 4.32 % 438.67 432 > > 1560,461 .87 % 460.20 432 > > 17 5,187 .07 % 100.00 100 > > __ > > > -- > 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 -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN -- The information contained in this message is confidential, protected from disclosure and may be legally privileged. If the reader of this message is not the intended recipient or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any disclosure, distribution, copying, or any action taken or action omitted in reliance on it, is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediately by replying to this message and destroy the material in its entirety, whether in electronic or hard copy format. Thank you. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
Re: [EXTERNAL] Re: Befuddled
This SYSIN is correct RELATIVEDATE(BYDAY,01,01) which says yesterday and today -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Pommier, Rex Sent: Tuesday, February 14, 2023 10:10 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: [EXTERNAL] Re: Befuddled Are your dates off? > IFA834I RELATIVEDATE PARAMETER RESULTS IN START DATE 2023.044, END > > DATE 2023.044 > >SUMMARY ACTIVITY REPORT > > START DATE-TIME 02/14/2023-06:00:00 END > DATE-T DATE=23.044 = February 13 START-DATE=February 14 It looks to me like you're looking for data from the 13th but your SMF dataset has data for the 14th. Rex On Tue, Feb 14, 2023 at 5:55 PM Steve Beaver wrote: > I am absolutely befuddled. > > > > These are the control cards I fed to IFASMFDL, and there are many 14's > and 15's yet > > The OUDD has no records. Does anyone see any thing wrong? > > > > IFA010I SMF DUMP PARAMETERS > > IFA010I REPORTOPTS(NOSUBTYPE) -- DEFAULT > > IFA010I SIGSTRIP -- DEFAULT > > IFA010I NOSOFTINFLATE -- DEFAULT > > IFA010I SMARTEPOVER(0200) -- DEFAULT > > IFA010I WEEKSTART(SUN) -- DEFAULT > > IFA010I DATE(190,2099366) -- DEFAULT > > IFA010I END(1124) -- SYSIN > > IFA010I START(1101) -- SYSIN > > IFA010I RELATIVEDATE(BYDAY,01,01) -- SYSIN > > IFA010I OUTDD(T15,TYPE(14:15,70)) -- SYSIN > > IFA010I LSNAME(IFASMF.DPL1.SMF80.RACF) -- SYSIN > > IFA010I LSNAME(IFASMF.DPL1.SMFDFLT) -- SYSIN > > IFA020I T15 -- A819822.SMF.TYP1415 > > IFA834I RELATIVEDATE PARAMETER RESULTS IN START DATE 2023.044, END > > DATE 2023.044 > >SUMMARY ACTIVITY REPORT > > START DATE-TIME 02/14/2023-06:00:00 END > DATE-T > > RECORD RECORDS PERCENT AVG. RECORD MIN. RECORD > M > > TYPE READOF TOTAL LENGTHLENGTH > >2 0 > >3 0 > > 14 299,718 4.32 % 438.67 432 > > 1560,461 .87 % 460.20 432 > > 17 5,187 .07 % 100.00 100 > > __ > > > -- > 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 -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN -- The information contained in this message is confidential, protected from disclosure and may be legally privileged. If the reader of this message is not the intended recipient or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any disclosure, distribution, copying, or any action taken or action omitted in reliance on it, is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediately by replying to this message and destroy the material in its entirety, whether in electronic or hard copy format. Thank you. -- 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
Re: [EXTERNAL] Re: Befuddled
Are your dates off? > IFA834I RELATIVEDATE PARAMETER RESULTS IN START DATE 2023.044, END > > DATE 2023.044 > >SUMMARY ACTIVITY REPORT > > START DATE-TIME 02/14/2023-06:00:00 END > DATE-T DATE=23.044 = February 13 START-DATE=February 14 It looks to me like you're looking for data from the 13th but your SMF dataset has data for the 14th. Rex On Tue, Feb 14, 2023 at 5:55 PM Steve Beaver wrote: > I am absolutely befuddled. > > > > These are the control cards I fed to IFASMFDL, and there are many 14's > and 15's yet > > The OUDD has no records. Does anyone see any thing wrong? > > > > IFA010I SMF DUMP PARAMETERS > > IFA010I REPORTOPTS(NOSUBTYPE) -- DEFAULT > > IFA010I SIGSTRIP -- DEFAULT > > IFA010I NOSOFTINFLATE -- DEFAULT > > IFA010I SMARTEPOVER(0200) -- DEFAULT > > IFA010I WEEKSTART(SUN) -- DEFAULT > > IFA010I DATE(190,2099366) -- DEFAULT > > IFA010I END(1124) -- SYSIN > > IFA010I START(1101) -- SYSIN > > IFA010I RELATIVEDATE(BYDAY,01,01) -- SYSIN > > IFA010I OUTDD(T15,TYPE(14:15,70)) -- SYSIN > > IFA010I LSNAME(IFASMF.DPL1.SMF80.RACF) -- SYSIN > > IFA010I LSNAME(IFASMF.DPL1.SMFDFLT) -- SYSIN > > IFA020I T15 -- A819822.SMF.TYP1415 > > IFA834I RELATIVEDATE PARAMETER RESULTS IN START DATE 2023.044, END > > DATE 2023.044 > >SUMMARY ACTIVITY REPORT > > START DATE-TIME 02/14/2023-06:00:00 END > DATE-T > > RECORD RECORDS PERCENT AVG. RECORD MIN. RECORD > M > > TYPE READOF TOTAL LENGTHLENGTH > >2 0 > >3 0 > > 14 299,718 4.32 % 438.67 432 > > 1560,461 .87 % 460.20 432 > > 17 5,187 .07 % 100.00 100 > > __ > > > -- > 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 -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN -- The information contained in this message is confidential, protected from disclosure and may be legally privileged. If the reader of this message is not the intended recipient or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any disclosure, distribution, copying, or any action taken or action omitted in reliance on it, is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediately by replying to this message and destroy the material in its entirety, whether in electronic or hard copy format. Thank you. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
Re: Befuddled
I'm really looking for 14,15's but I did not change the JCL -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Itschak Mugzach Sent: Tuesday, February 14, 2023 9:59 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Befuddled Are you looking for ty[pe 80 (or 30) records? If you, you did not specify them in the selection criteria. ITschak *| **Itschak Mugzach | Director | SecuriTeam Software **|** IronSphere Platform* *|* *Information Security Continuous Monitoring for Z/OS, zLinux and IBM I **| * *|* *Email**: i_mugz...@securiteam.co.il **|* *Mob**: +972 522 986404 **|* *Skype**: ItschakMugzach **|* *Web**: www.Securiteam.co.il **|* On Tue, Feb 14, 2023 at 5:55 PM Steve Beaver wrote: > I am absolutely befuddled. > > > > These are the control cards I fed to IFASMFDL, and there are many 14's and > 15's yet > > The OUDD has no records. Does anyone see any thing wrong? > > > > IFA010I SMF DUMP PARAMETERS > > IFA010I REPORTOPTS(NOSUBTYPE) -- DEFAULT > > IFA010I SIGSTRIP -- DEFAULT > > IFA010I NOSOFTINFLATE -- DEFAULT > > IFA010I SMARTEPOVER(0200) -- DEFAULT > > IFA010I WEEKSTART(SUN) -- DEFAULT > > IFA010I DATE(190,2099366) -- DEFAULT > > IFA010I END(1124) -- SYSIN > > IFA010I START(1101) -- SYSIN > > IFA010I RELATIVEDATE(BYDAY,01,01) -- SYSIN > > IFA010I OUTDD(T15,TYPE(14:15,70)) -- SYSIN > > IFA010I LSNAME(IFASMF.DPL1.SMF80.RACF) -- SYSIN > > IFA010I LSNAME(IFASMF.DPL1.SMFDFLT) -- SYSIN > > IFA020I T15 -- A819822.SMF.TYP1415 > > IFA834I RELATIVEDATE PARAMETER RESULTS IN START DATE 2023.044, END > > DATE 2023.044 > >SUMMARY ACTIVITY REPORT > > START DATE-TIME 02/14/2023-06:00:00 END > DATE-T > > RECORD RECORDS PERCENT AVG. RECORD MIN. RECORD > M > > TYPE READOF TOTAL LENGTHLENGTH > >2 0 > >3 0 > > 14 299,718 4.32 % 438.67 432 > > 1560,461 .87 % 460.20 432 > > 17 5,187 .07 % 100.00 100 > > __ > > > -- > 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 -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
Re: Befuddled
Are you looking for ty[pe 80 (or 30) records? If you, you did not specify them in the selection criteria. ITschak *| **Itschak Mugzach | Director | SecuriTeam Software **|** IronSphere Platform* *|* *Information Security Continuous Monitoring for Z/OS, zLinux and IBM I **| * *|* *Email**: i_mugz...@securiteam.co.il **|* *Mob**: +972 522 986404 **|* *Skype**: ItschakMugzach **|* *Web**: www.Securiteam.co.il **|* On Tue, Feb 14, 2023 at 5:55 PM Steve Beaver wrote: > I am absolutely befuddled. > > > > These are the control cards I fed to IFASMFDL, and there are many 14's and > 15's yet > > The OUDD has no records. Does anyone see any thing wrong? > > > > IFA010I SMF DUMP PARAMETERS > > IFA010I REPORTOPTS(NOSUBTYPE) -- DEFAULT > > IFA010I SIGSTRIP -- DEFAULT > > IFA010I NOSOFTINFLATE -- DEFAULT > > IFA010I SMARTEPOVER(0200) -- DEFAULT > > IFA010I WEEKSTART(SUN) -- DEFAULT > > IFA010I DATE(190,2099366) -- DEFAULT > > IFA010I END(1124) -- SYSIN > > IFA010I START(1101) -- SYSIN > > IFA010I RELATIVEDATE(BYDAY,01,01) -- SYSIN > > IFA010I OUTDD(T15,TYPE(14:15,70)) -- SYSIN > > IFA010I LSNAME(IFASMF.DPL1.SMF80.RACF) -- SYSIN > > IFA010I LSNAME(IFASMF.DPL1.SMFDFLT) -- SYSIN > > IFA020I T15 -- A819822.SMF.TYP1415 > > IFA834I RELATIVEDATE PARAMETER RESULTS IN START DATE 2023.044, END > > DATE 2023.044 > >SUMMARY ACTIVITY REPORT > > START DATE-TIME 02/14/2023-06:00:00 END > DATE-T > > RECORD RECORDS PERCENT AVG. RECORD MIN. RECORD > M > > TYPE READOF TOTAL LENGTHLENGTH > >2 0 > >3 0 > > 14 299,718 4.32 % 438.67 432 > > 1560,461 .87 % 460.20 432 > > 17 5,187 .07 % 100.00 100 > > __ > > > -- > 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