CSVOUT and DUMPOUT sample output


The following shows examples of CSVOUT and DUMPOUT outputs.

CSVOUT sample

The CSVOUT DD statement describes a VB file that is to receive the CSV output from a TYPE=CSV run.  The first line of the output is the T6E fields selected, follow by records with the fields selected separated by commas, fields with no value will just have a comma in its place.


Command ===>
************************************************************************* Top
T6E$SYS,T6EDATE,T6ETIME,T6ETRID,T6ETSKNO,T6ECLOCK,T6ERESP,T6EUCPUT
BCVCB720,04/03/2018,04:23:29,ASL1,77,04/03/2018 11:23:29,0.054216,0.004213
BCVCB720,04/03/2018,04:23:29,ASL2,78,04/03/2018 11:23:29,0.054660,0.001662
BCVCB720,04/03/2018,04:23:29,ASL3,79,04/03/2018 11:23:29,0.055821,0.001525
BCVCB720,04/03/2018,04:23:29,ASL4,80,04/03/2018 11:23:29,0.067739,0.001618
BCVCB720,04/03/2018,04:23:29,ASPL,76,04/03/2018 11:23:29,10.242011,0.002740
BCVCB720,04/03/2018,04:23:31,ASL1,81,04/03/2018 11:23:31,2.065973,0.000490
BCVCB720,04/03/2018,04:23:31,ASL2,82,04/03/2018 11:23:31,2.066066,0.000359
BCVCB720,04/03/2018,04:23:32,ASL3,83,04/03/2018 11:23:32,3.114113,0.000434
BCVCB720,04/12/2018,07:03:43,ASL1,76,04/12/2018 14:03:43,0.048369,0.004759
BCVCB720,04/12/2018,07:03:43,ASL4,79,04/12/2018 14:03:43,0.049945,0.002251
BCVCB720,04/12/2018,07:03:43,ASL3,78,04/12/2018 14:03:43,0.051089,0.002102
BCVCB720,04/12/2018,07:03:43,ASL2,77,04/12/2018 14:03:43,0.071571,0.002102
BCVCB720,04/12/2018,07:03:43,ASPL,75,04/12/2018 14:03:43,12.213617,0.002849  

DUMPOUT sample

The DUMPOUT DD statement describes a 133-byte wide FBA file that is to receive the DUMP output from a TYPE=DUMP run. 

A dump report uses a format similar to how DFHMOLS displays the SMF110 data. This is primarily intended as a diagnostic tool to allow you or BMC support to see the actual T6E fields as they were recorded to the file (without getting the whole file).

The following is a sample output from TYPE=DUMP with selected fields:

MVCICS V7.2.0 CMRCSVUT BATCH UTILITY - DUMP REPORT          Rec# _______1        PAGE _______1

 Offset     Field Name       Source      Type  Len              Uninterpreted   Interpreted
 ______  ________________  ____________  ____  ___  ___________________________  _____________
 +00000  T6E$SYS           MVCICS        CHAR  008  +000 C2C3E5C4 E2F7F2C3       BCVDS72C
 +00008  T6EDATE           MVCICS        DATE  004  +000 20180904                09/04/2020
 +0000C  T6ETIME           MVCICS        TIME  004  +000 1059265F                10:59:26
 +0001C  T6ETRID           DFHTASK_001   CHAR  004  +000 D7E2C2C6                PSBF
 +00018  T6ETSKNO          DFHTASK_031   PACK  003  +000 34907C                  34907
 +00080  T6ERESP           DFHCICS_006   STCK  008  +000 00000000 0497026C       0.018800
 +0033C  T6ECPUR           DFHTASK_008   STCK  008  +000 00000000 00327C4E       0.000807
     

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC AMI Ops Monitor for CICS 7.4