M204.2562: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add italics)
 
Line 10: Line 10:
<TD><P>LOADED or DELETED</P></TD></TR>
<TD><P>LOADED or DELETED</P></TD></TR>


<TR><TD><P>addr </P></TD>
<TR><TD><P><var class="term">addr</var> </P></TD>
<TD><P>Address in storage at which the module was loaded</P></TD></TR>
<TD><P>Address in storage at which the module was loaded</P></TD></TR>


Line 20: Line 20:


<tr><td><p><var class="term">info</var></p></td><td><p>Additional information (on some M204.2562 messages, this will not be present)</p></td></tr>
<tr><td><p><var class="term">info</var></p></td><td><p>Additional information (on some M204.2562 messages, this will not be present)</p></td></tr>
</TABLE>
</TABLE>
{{Template:M204.2562 footer}}
{{Template:M204.2562 footer}}
<!-- skeleton as it was in pdf/ECF operation MODULE=name DDNAME=name ADDR=addr LENGTH=value EPA=addr/-->
<!-- skeleton as it was in pdf/ECF operation MODULE=name DDNAME=name ADDR=addr LENGTH=value EPA=addr/-->

Latest revision as of 18:55, 20 March 2018

M204.2562  ECF operation module​=​modName ddName​=​ddName addr​=​addr length​=​len EPA​=​addr info

An External Call Facility (ECF) external module was loaded or deleted. The following information about the program is reported:

Information

Specifies

operation

LOADED or DELETED

addr

Address in storage at which the module was loaded

length

Length (in bytes) of the module

EPA

Entry point address of the module

info

Additional information (on some M204.2562 messages, this will not be present)

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
OPRWrites the message to the (operator) console

Back to list of messages