Interview Questions

What is an explicit scope terminator?

COBOL Interview Questions


(Continued from previous question...)

What is an explicit scope terminator?

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, EVALUATE, SEARCH and STRING.

(Continued on next question...)

Other Interview Questions