M204.1381

From m204wiki
Revision as of 00:07, 7 March 2018 by JAL (talk | contribs) (misc formatting)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

M204.1381  phrase phrase hexData

M204.1381 is an informational message issued during REGENERATE to help verify that the journal data provided in CCAGEN is from the correct CCAJRNL.

The 58 bytes printed are the journal header of each journal block. (Journal headers are described in the Header entry formats table.)

The message has four variations, which always appear:

  1. M204.1381: CCAGEN: FIRST 5 CCAJRNL BLOCKS + LAST BLOCK IN HEX

    The first 58 bytes, in hex, of the first five CCAJRNL blocks and the last CCAJRNL block read from CCAGEN follow in CCAAUDIT.

  2. M204.1381: PASS1: hex representation of data
  3. M204.1381: LASTB hex representation of data
  4. M204.1381: CCAGEN BLOCK COUNT: nnnn

    The count of CCAJRNL blocks read from CCAGEN.

Example: This example shows the first 5 CCAJRNL blocks and the last block read from CCAGEN during pass 1 of REGENERATE:

M204.1381: CCAGEN: FIRST 5 CCAJRNL BLOCKS + LAST BLOCK IN HEX M204.1381: PASS1: 006000020113214F155421910000000000CB... M204.1381: PASS1: 0AD000020113214F155421910000000100CB... M204.1381: PASS1: 07BF008A0113214F155421920000000200CB... M204.1381: PASS1: 0B5E00020113214F155422000000000300CB... M204.1381: PASS1: 0AAF00120113214F155422030000000400CB... M204.1381: LASTB: 00C900020113214F155930280000337100CB... M204.1381: CCAGEN BLOCK COUNT: ....

Response: This message is informational only; no response is required.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=0Sets batch (single user) return code
CLASS=IInformation class; the message can be suppressed with the X'02' bit setting of the MSGCTL parameter
AUDITADWrites the message with line type AD to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages