Multiple choice technology mainframe

what type of exception occurs when you try to perform arithematic operation on non numeric data?

  1. Operational exception

  2. Address exception

  3. Data exception

  4. Numeric exception

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

When an arithmetic operation is attempted on non-numeric data (like trying to do math on a text field or alphabetic character), it causes a 'Data Exception' (decimal data exception or 0Cx exception in IBM mainframe terminology). Operational exceptions relate to program interrupts, Address exceptions to invalid memory access.