NOTINFUNC

742

Not within a function

You used the FRETURN statement in a subroutine or a method. FRETURN specifies the return value of a user-defined function and returns control to the calling routine. Use XRETURN or MRETURN for a subroutine or method, respectively.