M204.1244

From m204wiki
Jump to navigation Jump to search

M204.1244  Backout is invalid for non-transaction backout files (as listed by M204.2792)

You coded the Backout statement as part of a request that accesses non-transaction-backout files. The files are listed in previous M204.2792 messages.

Response: Ask your file manager to change the non-transaction-backout files to transaction backout files, or do not reference the non-transaction-backout files in the request that contains the Backout statement.

File manager response: Alter the file options to include transaction backout, if appropriate.

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
AUDITERWrites the message with line type ER to the audit trail
CANCELCancels the user's request
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages