M204.2109

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

M204.2109  File fileName is a DUMP dataset

While attempting to open a Model 204 file for processing, it has been discovered that the data set corresponding to fileName was created by the Model 204 DUMP command, and it is invalid for use by any Model 204 process other than RESTORE.

Response: Correct the file name, and retry.

System manager response: If the file was attempted to be opened by an Application Subsystem, correct the file name in the subsystem definition, and retry.

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