M204.2563

From m204wiki
Jump to navigation Jump to search

M204.2563  Module​=​token returned more than token2 bytes

An External Call statement passed a parameter area of token2 bytes to the token external module. However, when the module executed, it modified storage that followed the copy of the parameter. Since storage corruption has occurred, the user is restarted.

Response: Check that the definition of the parameter area in the SOUL program, the image definition, matches the definition in the external module. For COBOL, check the LINKAGE SECTION.

Message attributes:

RETCODEO=60Sets online return code
RETCODEB=60Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITADWrites the message with line type AD to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter
SAVESaves the message in the VIEW ERRORS table

Back to list of messages