Previous Topic: Continue Processing Until a COBOL PERFORM Has Been Completed Avoiding BreakpointsNext Topic: Continue Processing During Breakpoint Processing Ignoring Preset Breakpoints


Continue Processing After a COBOL Program Breakpoint Until the Next Call Or Perform Statement

NEXT RETURN

Specifies that the NEXT command is used to continue execution until the next CALL or PERFORM verb. Execution stops when it hits a CALL or PERFORM execution.