Figure 87 shows the format of the Journalnames Report. This report is produced using a combination of the EXEC CICS® INQUIRE JOURNALNAME and EXEC CICS COLLECT STATISTICS JOURNALNAME commands. The statistics data is mapped by the DFHLGRDS DSECT. The field headings and contents are described in Table 211.
Applid IYK2Z1V2 Sysid CJB2 Jobname CI07CJB2 Date 12/17/2004 Time 08:44:37 CICS 6.4.0 PAGE 59
Journalnames
Journal Journal Journal Write Bytes Average Buffer
Name Status Type Logstream Name Requests Written Bytes Flushes
DFHJ02 Enabled SMF 17 16,345 961 17
DFHJ04 Enabled MVS CBAKER.IYK2Z1V2.DFHJ04 30 29,090 969 30
DFHJ05 Enabled MVS CBAKER.IYK2Z1V2.DFHJ05 15 14,545 969 15
DFHJ06 Enabled MVS CBAKER.IYK2Z1V2.DFHJ06 15 14,545 969 15
DFHJ08 Enabled MVS CBAKER.IYK2Z1V2.DFHJ08 0 0 0 0
DFHJ15 Enabled MVS CBAKER.IYK2Z1V2.DFHJ05 45 43,635 969 45
DFHJ16 Enabled MVS CBAKER.IYK2Z1V2.DFHJ06 15 14,545 969 15
DFHLOG Enabled MVS CBAKER.IYK2Z1V2.DFHLOG N/A N/A N/A N/A
DFHSHUNT Enabled MVS CBAKER.IYK2Z1V2.DFHSHUNT N/A N/A N/A N/A
Field Heading | Description |
---|---|
Journal Name | The name of the journal.
Source field: EXEC CICS INQUIRE JOURNALNAME() |
Journal Status | The current journal status.
Source field: EXEC CICS INQUIRE JOURNALNAME() STATUS(cvda) |
Journal Type | The type of journal, MVS™, SMF or Dummy.
Source field: EXEC CICS INQUIRE JOURNALNAME() TYPE(cvda) |
Logstream Name | The name of the logstream associated with
this journal (MVS journals only).
Source field: LGRSTREAM |
Write Requests | The number of write requests for this journal.
Source field: LGRWRITES |
Bytes Written | The number of bytes written to this journal.
Source field: LGRBYTES |
Average Bytes | The average number of bytes written to this
journal per request.
Source field: (LGRBYTES / LGRWRITES) |
Buffer Flushes | The number of buffer flush requests issued
for this journal.
Source field: LGRBUFLSH |