InterviewSolution
Saved Bookmarks
| 1. |
What Is An Explicit Scope Terminator? |
|
Answer» A scope terminator BRACKETS its preceding verb, e.g. IF... END-IF, so that all statements between the verb and its scope terminator are grouped TOGETHER. Other COMMON COBOL II verbs are READ, PERFORM, and EVALUATE, SEARCH and STRING. A scope terminator brackets its preceding verb, e.g. IF... END-IF, so that all statements between the verb and its scope terminator are grouped together. Other common COBOL II verbs are READ, PERFORM, and EVALUATE, SEARCH and STRING. |
|