🎴 Flashcard Mode

mainframe Online Quiz - 16

Card1 / 20
Mastered0
Review0
QuestionClick to flip

A program can be cancelled by itself or subroutines called by it.

AnswerClick to flip back
A
False
💡 Explanation:

In COBOL, a program cannot cancel itself or be cancelled by its own subroutines. The CANCEL statement must be executed by a program at a higher level in the calling hierarchy. This prevents attempting to release resources and code that are currently in use.

Change Mode