Multiple choice technology mainframe

Which of the following clause is not related to data item definition?

  1. PICTURE

  2. ON OVERFLOW

  3. VALUE

  4. USAGE

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

ON OVERFLOW is an exception handling clause used in procedure division statements like ARITHMETIC verbs, not in data item definitions. PICTURE, VALUE, and USAGE are all valid data clause definitions in the DATA DIVISION.