M204.2688: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add link)
 
Line 2: Line 2:


<P>
<P>
The CHKPNTS DDname was not defined and therefore, sub-transaction checkpoints cannot be taken.</P>
The [[Checkpoints: Storing before-images of changed pages#Creating the CHKPOINT/CHKPNT (and CHKPNTS) data set|CHKPNTS]] DDname was not defined. Therefore, sub-transaction checkpoints cannot be taken.</P>
 
<p>
<p>
<b>System manager response:</b> Add the CHKPNTS DD to the JCL.
<b>System manager response:</b> Add the CHKPNTS DD to the JCL.

Latest revision as of 20:36, 14 March 2018

M204.2688  CHKPNTS DD not open; sub-transaction checkpointing not active

The CHKPNTS DDname was not defined. Therefore, sub-transaction checkpoints cannot be taken.

System manager response: Add the CHKPNTS DD to the JCL.

Message attributes:

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

Back to list of messages