M204.1381: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (misc formatting)
 
Line 9: Line 9:
<li>
<li>
<b>M204.1381: CCAGEN: FIRST 5 CCAJRNL BLOCKS + LAST BLOCK IN HEX</b>
<b>M204.1381: CCAGEN: FIRST 5 CCAJRNL BLOCKS + LAST BLOCK IN HEX</b>
<p><b>Explanation:</b> The first 58 bytes, in hex, of the first five CCAJRNL blocks and the last CCAJRNL block read from CCAGEN follow in CCAAUDIT.</p>   
<p>
</li>
The first 58 bytes, in hex, of the first five CCAJRNL blocks and the last CCAJRNL block read from CCAGEN follow in CCAAUDIT.</p>   
<li><b>M204.1381: PASS1:</b> <var class="term">hex representation of data</var></li>
<li><b>M204.1381: LASTB:</b> <var class="term">hex representation of data</var></li>
<li>
<b>M204.1381: CCAGEN BLOCK COUNT: <var class="term">nnnn</var></b>
<p><b>Explanation:</b> The count of CCAJRNL blocks read from CCAGEN.</p>
</li>
</li>
<li><b>M204.1381: PASS1: <var class="term">hex representation of data</var></b></li>
<li><b>M204.1381: LASTB <var class="term">hex representation of data</var></b></li>
<li><b>M204.1381: CCAGEN BLOCK COUNT: <var class="term">nnnn</var></b>
<p>
The count of CCAJRNL blocks read from CCAGEN.</p></li>
</ol>   
</ol>   
<b>Example</b>
<p>
 
<b>Example:</b> This example shows the first 5 CCAJRNL blocks and the last block read from CCAGEN during pass 1 of <var>REGENERATE</var>: </p>
This example shows the first 5 CCAJRNL blocks and the last block read from CCAGEN during pass 1 of REGENERATE.
<p class="code">M204.1381: CCAGEN: FIRST 5 CCAJRNL BLOCKS + LAST BLOCK IN HEX
<p class="code">M204.1381: CCAGEN: FIRST 5 CCAJRNL BLOCKS + LAST BLOCK IN HEX
M204.1381: PASS1: 006000020113214F155421910000000000CB...             
M204.1381: PASS1: 006000020113214F155421910000000000CB...             
Line 28: Line 30:
M204.1381: PASS1: 0AAF00120113214F155422030000000400CB...             
M204.1381: PASS1: 0AAF00120113214F155422030000000400CB...             
M204.1381: LASTB: 00C900020113214F155930280000337100CB...   
M204.1381: LASTB: 00C900020113214F155930280000337100CB...   
M204.1381: CCAGEN BLOCK COUNT: <var class="term">....</var></p>                                                   
M204.1381: CCAGEN BLOCK COUNT: <var class="term">....</var> </p>                                                   
 
<p>
<p><b>Response:</b> This message is informational only; no response is required.</p>
<b>Response:</b> This message is informational only; no response is required.
 
</p>
{{Template:M204.1381 footer}}
{{Template:M204.1381 footer}}
<!-- skeleton as it was in pdf//-->
<!-- skeleton as it was in pdf//-->

Latest revision as of 00:07, 7 March 2018

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