M204.2259

From m204wiki
Jump to navigation Jump to search

M204.2259  'no transaction backout' forces 'roll forward all the way'

During a RESET of the FRCVOPT parameter or during a file CREATE, the X'08' (disable transaction backout) option was selected, but the X'01' (roll forward partial updates) option has not. If transaction backout is disabled, the "roll forward all the way" option is automatically turned on. This message is issued to indicate the difference between what was specified for FRCVOPT and what will actually be set.

For more information on transaction backout and roll forward, refer to Back outs during ROLL FORWARD processing.

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
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages