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

Reply via email to