M204.1808: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (add <var>'s)
m (add link)
 
Line 1: Line 1:
{{Template:M204.1808 skeleton}}
{{Template:M204.1808 skeleton}}
<P>
<P>
A <var>Transfer</var> 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. </P>
A <var>[[Program Communication facilities#TRANSFER statement format and execution|Transfer]]</var> 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. </P>
<p>
<p>
<b>Response:</b> Correct the error and retry the request. If the process was not defined, contact the system manager to define the process.  
<b>Response:</b> Correct the error, and retry the request. If the process was not defined, contact the system manager to define the process.  
</p>
</p>
{{Template:M204.1808 footer}}
{{Template:M204.1808 footer}}
<!-- skeleton as it was in pdf/ERROR IN EXECUTING TRANSFER STATEMENT /-->
<!-- skeleton as it was in pdf/ERROR IN EXECUTING TRANSFER STATEMENT /-->

Latest revision as of 17:57, 2 July 2018

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