EDC5256S
An AMODE64 application is attempting to fetch() an AMODE31 executable.

Explanation

An application with AMODE=64 is attempting to fetch an executable link-edited as an AMODE=31 program object.

System action

Fetched executable is not loaded. The fetch() function fails.

Programmer response

Only applications that have been linked AMODE=31 can fetch an executable that is AMODE=31. Re-link either your application or your fetched executable to have the correct matching AMODE.