Home > Archive > ASM370 > September 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:56 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
| |
| Andreas Lerch 2004-09-02, 3:55 am |
|
Am 31.08.04, 17:42:07, schrieb "William M. Klein"=20
<wmklein@nospam.netcom.com> zum Thema Re: Layout CICS Journal Records - =
here Terminal Control:
[color=darkred]
> From
> =20
http://publibfp.boulder.ibm.com/cgi...fhp3a00/3.5.1.1
> "The user task supplies only the data to be written to the journal.=20=
Log manager
> is designed so that the application programmer requesting output=20
services does
> not have to be concerned with the detailed layout and precise contents=
=20
of
> journal records."
> It looks like you need to code a XRCINPT exit to read the=20
user-journal records,
> but I can't (so far) find out what that looks like. Maybe others can.=
Hallo William
there is no problem to acces the records - its MVS-Logger. Reading log=20=
streams using batch jobs (for example, DFHJUP) in book Title: CICS=20
Operations and Utilities Guide
http://publibfp.boulder.ibm.com/cgi...KS/DFHA6P08/2.2
but in the TC-records are some flags
X'81' --> start transaction?
C'1C', C'5B' an other combinations for Input Output ClearScreen and so=20=
on
than natural 3270-data: SBA, SF, IC and so on. For specific=20
testdokumentation i want to replay the 3270-dialog on paper :-)
thank you very much
Einen schoenen Tag
Andreas Lerch
|
|
|
|
|