EDC5240S
Fetched module name too long.

Explanation

The length of the name specified on the fetch() function is greater than the name length supported by the underlying operating system.

System action

The name length is truncated to the name length supported by the underlying operating system. The requested module may or may not be loaded.

Programmer response

Correct the module name length and run the job again.