M204.0672

From m204wiki
Revision as of 22:26, 27 February 2018 by JAL (talk | contribs) (add <var>'s)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

M204.0672  File is in deferred update mode

A FILELOAD command (the one-step File Load update) was attempted for a file which is currently in deferred update mode. The File Load command, unlike the FLOD command, requires that there be no deferred updates outstanding for this file. A file may be in deferred update mode for any of the following reasons:

  • The file was opened in the current job with a deferred update data set specified in the OPEN command.
  • The file was previously opened in an Online or Batch Model 204 run with deferred update specified. There has been no Z step run under File Load operation to process the deferred updates.
  • The file was previously updated with the FLOD operation under File Load operation with deferred update specified. There was no Z step run to process the deferred updates.

File manager response: Process any outstanding deferred updates, and make sure that the file open for the File Load operation does not include a deferred update data set.

Message attributes:

RETCODEO=24Sets online return code
RETCODEB=24Sets 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