JCT - Journal Control Table

Top  Previous  Next

This table provides definitions for log files used by journaling sub-system.

To define an entry in this table the directive define journal is used.

define journal

Defines a journal entry in the XCICS/TS terminal table (TCT).

define journal name=<value>,
number=<id>,
[type=(native),]
[filename=<value>;]

 

name

this is the 4 bytes symbolic identifier used in the EXEC CICS WRITE JOURNALNAME commands to refernce the journal.

number

this is the numeric identifier for the journal (1-99) used in the EXEC CICS WRITE JOURNALNUM and EXEC CICS JOURNAL commands.

type

defines the type of the journal file. Actually only the "native" type is supported.

filename

spcifies the full path name to the journal log file. If not specified the files is created in the default journal path, with its name suffixed by ".log".