General Page
|
In general, CICS regions refer to their system logs and general logs by an internal 8-character journal name. For example, the internal name for the CICS system log is DFHLOG, and general logs are identified by journal names of the form DFHJnn, where nn is a number in the range 01 - 99. CICS maps its internal 8-character journal names to MVS log streams by user-defined JOURNALMODEL resource definitions, in which you specify the journal name and the corresponding log stream name. The JOURNALMODEL resource definition replaces entries in the journal control table, which is obsolete. System logger is a set of services that allows an application to write, browse, and delete log data. You can use system logger services to merge data from multiple instances of an application, including merging data from different systems across a sysplex. It uses list structures to hold the logstream data from exploiters of the system logger. Log streams are sequence of data blocks, with each log stream identified by its own logstream identifier--the log stream name (LSN). Each log stream is written by the MVS system logger to a specified list structure in the coupling facility. The CICS system log, forward recovery logs, autojournals, log of logs, and user journals map onto specific MVS log streams. MVS log streams replace the CICS journal data sets. The system logger component manages log streams based on the LOGR policy in the LOGR couple data set. The LOGR policy includes:
It's in the LOGR policy that keywords such as MAXBUFFSIZE, AVGBUFFSIZE, and LOGSNUM are defined. To simplify the tool's interface, a design decision was made to externalize only those fields that could not default to a reasonable value. As such, the following defaults are used for sizing a log structure when you click the Size Structure button:
|
Was this topic helpful?
Document Information
Modified date:
10 November 2022
UID
isg3T1025944