M204.2561: Difference between revisions
(Automatically generated page update) |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
<P> | <P> | ||
An External Call Facility (ECF) operation failed when processing the external module named in the message.</P> | An [[External Call Facility]] (ECF) operation failed when processing the external module named in the message.</P> | ||
<ul> | <ul> | ||
<LI>Operation (<var class="term"> | <LI>Operation (<var class="term">token</var>) can be one of: | ||
<TABLE> | <TABLE> | ||
<TR class="head"><TH><P>Operation </P></TH> | <TR class="head"><TH><P>Operation </P></TH> | ||
Line 47: | Line 47: | ||
</ul> | </ul> | ||
<P> | <P> | ||
The message always reports either a Return code or a Completion code and associated Reason code</P> | The message always reports either a Return code or a Completion code and associated Reason code.</P> | ||
<p> | <p> | ||
<b>Response:</b> Determine what action needs to be taken, based on the error code | <b>Response:</b> Determine what action needs to be taken, based on the error code. | ||
</p> | </p> | ||
{{Template:M204.2561 footer}} | {{Template:M204.2561 footer}} | ||
<!-- skeleton as it was in pdf/ECF operation MODULE=name COMPLETION=code REASON=code RETURN=code ECTASK=addr TCB=addr/--> | <!-- skeleton as it was in pdf/ECF operation MODULE=name COMPLETION=code REASON=code RETURN=code ECTASK=addr TCB=addr/--> |
Latest revision as of 22:10, 27 March 2018
M204.2561 ECF token module=token2 completion=token3 reason=token4 return=token5 ECTASK=hexValue TCB=hexValue2
An External Call Facility (ECF) operation failed when processing the external module named in the message.
- Operation (token) can be one of:
Operation
You issued ECF statement
z/OS response
CALL
EXTERNAL CALL
ABEND external program
DELETE
EXTERNAL DELETE
Issue an error to DELETE request
LOAD ABENDED
EXTERNAL LOAD
ABEND during this processing
LOAD FAILED
EXTERNAL LOAD
Issue an error to LOAD request
- Completion code (token3) has two formats:
Completion code
Type of code
Snnn
z/OS system code, described in IBM z/OS System Codes, GC28-1780
Unnnn
User ABEND code, issued by the external program that ABENDed
The Completion code is a hexadecimal value for system codes and a decimal value for user ABEND codes.
- Reason code (token4) is a hexadecimal value.
- Return code (token5) is a decimal value.
The message always reports either a Return code or a Completion code and associated Reason code.
Response: Determine what action needs to be taken, based on the error code.
Message attributes:
RETCODEO=0 | Sets online return code |
---|---|
RETCODEB=0 | Sets batch (single user) return code |
CLASS=I | Information class; the message can be suppressed with the X'02' bit setting of the MSGCTL parameter |
AUDITRK | Writes the message with line type RK to the audit trail |
NOCOUNT | Does not increment the error count (ERCNT) parameter |
NOTERM | Does not display the message on the user's terminal |