Scope of statements
A procedure division statement's scope is the range of words and separators that constitute the statement. The scope of a statement begins with the first word of the statement name and continues until the statement is either explicitly or implicitly terminated, and includes any procedural statements occurring syntactically between the start and termination of that statement.