M204.2692: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (add <var>s)
No edit summary
 
Line 2: Line 2:


<P>
<P>
This message is produced by the <var>MONITOR CHECKPOINT</var> command, and it indicates the highest number of records that were ever written before the checkpoint file was rewound. If <var>CHKPOINT</var> was never rewound, this message will not be displayed.</P>
This message is produced by the <var>[[MONITOR_command:_Checkpoints-transaction_and_sub-transaction|MONITOR CHECKPOINT]]</var> command, and it indicates the highest number of records that were ever written before the checkpoint file was rewound. If <var>CHKPOINT</var> was never rewound, this message will not be displayed.</P>
<P>
<P>
Since the checkpoint data set has fixed length records (size=6184), this message can be used to gauge how much space has been used in <var>CKHPOINT</var>.
Since the checkpoint data set has fixed length records (size=6184), this message can be used to gauge how much space has been used in <var>CHKPOINT</var>.
</P>
</P>
{{Template:M204.2692 footer}}
{{Template:M204.2692 footer}}
<!-- skeleton as it was in pdf/number IS HIGHEST NUMBER OF CHKPOINT RECORDS/-->
<!-- skeleton as it was in pdf/number IS HIGHEST NUMBER OF CHKPOINT RECORDS/-->

Latest revision as of 01:03, 3 April 2018

M204.2692  token is highest number of CHKP records

This message is produced by the MONITOR CHECKPOINT command, and it indicates the highest number of records that were ever written before the checkpoint file was rewound. If CHKPOINT was never rewound, this message will not be displayed.

Since the checkpoint data set has fixed length records (size=6184), this message can be used to gauge how much space has been used in CHKPOINT.

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