Multiple choice technology mainframe

Which of the following is not a modal command?

  1. a) IF

  2. b) THEN

  3. c) DO

  4. d) GOTO

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In access method services (IDCAMS) control statements, modal commands evaluate execution return codes to determine flow (such as IF-THEN-ELSE). GOTO is a control command used to branch to a label, but it is not classified as a modal command itself.