M204.2555: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
No edit summary
 
Line 1: Line 1:
{{Template:M204.2555 skeleton}}
{{Template:M204.2555 skeleton}}


<P>This informational messasge reports that an [[External Call Facility]] (ECF) subtask was initialized. The type is one of the following values:</P>
<P>This informational messasge reports that an [[External Call Facility]] (ECF) subtask was initialized. The type is one of the values in the following table.</P>
<TABLE BORDER="1"><TR class="head"><TH ROWSPAN="1" COLSPAN="1"><P CLASS="zcellheading">
<TABLE BORDER="1"><TR class="head"><TH ROWSPAN="1" COLSPAN="1"><P CLASS="zcellheading">
Value </P></TH><TH ROWSPAN="1" COLSPAN="1"><P CLASS="zcellheading">
Value </P></TH><TH ROWSPAN="1" COLSPAN="1"><P CLASS="zcellheading">

Latest revision as of 19:48, 12 April 2018

M204.2555  ECF subtask type​=​hexValue ECTASK​=​hexValue2 TCB​=​hexValue3 initialized

This informational messasge reports that an External Call Facility (ECF) subtask was initialized. The type is one of the values in the following table.

Value

Subtask is used to...

0

Load or delete modules

1

Run external modules without subtask affinity

2

Run external modules with subtask affinity


Message attributes:

RETCODEO=0Sets online return code
RETCODEB=0Sets batch (single user) return code
CLASS=IInformation class; the message can be suppressed with the X'02' bit setting of the MSGCTL parameter
AUDITRKWrites the message with line type RK to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter
NOTERMDoes not display the message on the user's terminal

Back to list of messages