INMTHD

568

MRETURN not found within a method

You used the MRETURN statement in a subroutine, function, or main routine. MRETURN returns control from a method, and a method that has a declared, non-VOID return type must have at least one MRETURN statement.