Home > Archive > Cobol > August 2004 > Layout CICS Journal Records - here Terminal Control
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Layout CICS Journal Records - here Terminal Control
|
|
| Andreas Lerch 2004-08-31, 3:55 pm |
| Hallo all
i am using the journal function:
transactionprofile
JOURNALLING
Journal =3D=3D> No No | 1-99
MSGJrnl =3D=3D> No No | INPut | Output | INOut=20
i use:
JOURNALLING
Journal =3D=3D> 01 <--- this is cosmetic :-)
MSGJrnl =3D=3D> INOut
now my question: where can i get the description of the=20
journal-record-layout
is there a book (online), wich i never found, or anything else
thank you very much
Einen schoenen Tag
Andreas Lerch
| |
| William M. Klein 2004-08-31, 8:55 pm |
| From
http://publibfp.boulder.ibm.com/cgi...fhp3a00/3.5.1.1
"The user task supplies only the data to be written to the journal. Log manager
is designed so that the application programmer requesting output services does
not have to be concerned with the detailed layout and precise contents of
journal records."
It looks like you need to code a XRCINPT exit to read the user-journal records,
but I can't (so far) find out what that looks like. Maybe others can.
--
Bill Klein
wmklein <at> ix.netcom.com
"Andreas Lerch" <andreas.lerch@onlinehome.de> wrote in message
news:20040831.18200428@rechner12.lerch.home...
Hallo all
i am using the journal function:
transactionprofile
JOURNALLING
Journal ==> No No | 1-99
MSGJrnl ==> No No | INPut | Output | INOut
i use:
JOURNALLING
Journal ==> 01 <--- this is cosmetic :-)
MSGJrnl ==> INOut
now my question: where can i get the description of the
journal-record-layout
is there a book (online), wich i never found, or anything else
thank you very much
Einen schoenen Tag
Andreas Lerch
|
|
|
|
|