M204.2562

From m204wiki
Jump to navigation Jump to search

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