Multiple choice technology mainframe

What is the maximum value that can be stored in S9(8) COMP?

  1. 9999999

  2. 999999999

  3. 99999999

  4. 9999999999999999

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

S9(8) COMP is a 4-byte binary integer that can store values from -2,147,483,648 to 2,147,483,647. In terms of displayable digits, the maximum is 8 digits (99999999). Option A has 7 digits, B has 9 digits, and D is far too large.