Welcome to myCobol.ovh Monday, 29 September 2025, 08:45

procedure branching statement
Category Syntax
Subject Cobol
A statement that causes the explicit transfer of control to a statement other than the next executable statement in the sequence in which the statements are written in the source code. The procedure branching statements are:
ALTER, CALL, EXIT, EXIT PROGRAM, GO TO, MERGE (with the OUTPUT PROCEDURE phrase), PERFORM and SORT (with the INPUT PROCEDURE or OUTPUT PROCEDURE phrase), XML PARSE.
Submitted by remy
Created on Sunday, 07 November 2021, 02:48

Back to Glossary