M204.1427

From m204wiki
Revision as of 04:43, 1 March 2018 by DmeWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

M204.1427  Invalid stopping point clause

The syntax of the stopping point specified after the keyword TO for some file in the REGENERATE command is invalid.

System manager response: Check the syntax against that outlined in REGENERATE command, or remove the TO clause and let media recovery use the default stopping point, TO LAST UPDATE.

If ONEPASS was specified, the following TO clauses are invalid:

  • TO LAST CHECKPOINT
  • TO LAST CHECKPOINT BEFORE...
  • TO LAST UPDATE BEFORE...

Rerun media recovery with the corrected syntax.

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
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages