M204.1808

From m204wiki
Revision as of 17:57, 2 July 2018 by JAL (talk | contribs) (add link)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

M204.1808  Error in executing Transfer statement

A Transfer statement failed to execute due to an error and the request is subsequently canceled. The error could result from passing an image that is not active.

Response: Correct the error, and retry the request. If the process was not defined, contact the system manager to define the process.

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