IBM0753S
ONCODE=oncode-value A RETURN without an expression was attempted from a procedure that had been entered at an ENTRY that does not specify the RETURNS attribute.

Explanation

A procedure can contain ENTRYs some of which have the RETURNS attribute and some of which do not, but if it is entered at an ENTRY that has the RETURNS attribute, it must be exited with a RETURN statement that does not specify a return value.

The ONCODE associated with this message is 9005.

System action

The ERROR condition is raised.

Programmer response

Correct your program.

Symbolic Feedback Code

IBM0NH