I am attempting to extract a subset of a subset of SMF data for a time period 
from 00:00 to 14:00 on 8/9/2014 (2014221):
//SMFDPTAP  EXEC  PGM=IFASMFDP
//SYSPRINT  DD SYSOUT=*
//DUMPIN    DD DSN=SE.EN.X02.SCRT.DATA.G2871V00,DISP=SHR
//DUMPOUT   DD DSN=TECH.SCRT.PART2,
//             DISP=(,CATLG,DELETE),
//             UNIT=SYSALLDA,
//             SPACE=(CYL,(5,1),,CONTIG),
//             DCB=D.SMF
//SYSIN     DD *
INDD(DUMPIN,OPTIONS(DUMP))
OUTDD(DUMPOUT,TYPE(0:255))
DATE(2014221,2014221)
START(0000)
END(1400)
//

When the job runs, I receive this report:

IFA010I SMF DUMP PARAMETERS
IFA010I END(1400) -- SYSIN
IFA010I START(0000) -- SYSIN
IFA010I DATE(2014221,2014221) -- SYSIN
IFA010I OUTDD(DUMPOUT,TYPE(0:255)) -- SYSIN
IFA010I INDD(DUMPIN,OPTIONS(DUMP)) -- SYSIN
IFA020I DUMPOUT  -- TECH.SCRT.PART2
IFA020I DUMPIN   -- SE.EN.X02.SCRT.DATA.G2871V00
                                           SUMMARY ACTIVITY REPORT
      START DATE-TIME  08/01/2014-00:30:00                         END 
DATE-TIME  08/10/2014-00:00:00
      RECORD       RECORDS         PERCENT      AVG. RECORD   MIN. RECORD   
MAX. RECORD       RECORDS
        TYPE          READ        OF TOTAL           LENGTH        LENGTH       
 LENGTH       WRITTEN
           2             1           .10 %            18.00            18       
     18             1
           3             1           .10 %            18.00            18       
     18             1
          70           454         45.58 %         1,950.03           172       
  3,916           270
          89           540         54.22 %         3,403.50           326       
  8,490           329
      TOTAL            996           100 %         2,734.18            18       
  8,490           601
      NUMBER OF RECORDS IN ERROR               0

The input data set only contains data for 8/9/14 - 2014221.  So, why does the 
report says the Start Date is 08/01/2014?  And the end data is 8/10/24?  I have 
specified a Start Date of 8/9/2014.
Why does the End Date become 8/10/2014 and the end time is 00:00:00 when I have 
specified an end time of 14:00 and a End Date of 2014221 - 8/9/2014?

----------------------------------------------------------------------
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