The Return (RETURN) command in a CL procedure or OPM program removes that procedure or OPM program from the call stack.
If the procedure containing the Return (RETURN) command was called by a Call Bound Procedure (CALLPRC) command, control is returned to the next sequential statement after that Call Bound Procedure (CALLPRC) command in the calling program.
If a Monitor Message (MONMSG) command specifies an action that ends with a Return (RETURN) command, control is returned to the next sequential statement after the statement that called the procedure or program containing the Monitor Message (MONMSG) command.
The Return (RETURN) command has no parameters.