Yes, I know but not in a form like "datea from 8-9", "dateb from 10-11" aso. as far as I know. I do not want to let the job run x times in order to exclude all time slices....
-----Ursprüngliche Nachricht----- Von: IBM Mainframe Discussion List [mailto:[email protected]] Im Auftrag von Williamson, James R Gesendet: Dienstag, 28. August 2012 17:09 An: [email protected] Betreff: Re: Exclude SMF Records by date&time with DFSORT You can also select date and time ranges with the IBM program IFASMFDP //DUMP EXEC PGM=IFASMFDP //DUMPIN DD DISP=SHR,DSN=SYS1.MANX //* //DUMPOUT DD DSN= ,DISP=(,CATLG), // DCB=(LRECL=32760,RECFM=VBS,BLKSIZE=0), // SPACE=(CYL,(1999,99),RLSE),UNIT=SYSDA //SYSPRINT DD SYSOUT=* //SYSIN DD * OUTDD(DUMPOUT,TYPE(0:255)) INDD(DUMPIN,OPTIONS(DUMP)) START(0900) END(1000) SID(MVSP) DATE(2009022,2009022) /* // -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Uwe Oswald Sent: Tuesday, August 28, 2012 10:05 AM To: [email protected] Subject: Exclude SMF Records by date&time with DFSORT Hi, has somebody ever tried to exclude (!) SMF records from a dataset with DFSORT? My interest is especially to exclude several (more than one) date and time ranges. Has someone an example for me, please? Thx in advance. Cheers, Uwe ---------------------------------------------------------------------- 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
