InterviewSolution
Saved Bookmarks
| 1. |
What is a scope terminator? |
|
Answer» A SCOPE TERMINATOR is basically any COBOL verb that is always conditional, LIKE, (IF and EVALUATE) or it has a conditional clause such as (COMPUTE, PERFORM, READ) MATCHING scope terminator always. Completed by including the reserved word being terminated, it always STARTS with END-. |
|