MFPLI00139W "entry-name" is a subroutine that has been called as a function.

Entries invoked by a function reference must have the RETURNS attribute.
Resolution:
Invoke the the subroutine "entry-name" by a CALL statement.
Module:
PRCSCALL.PL1