Multiple choice technology programming languages

How many bytes does a S9(7) SIGN trailing separate field occupy ?

  1. 1

  2. 4

  3. 2

  4. 8

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

An S9(7) SIGN TRAILING SEPARATE field occupies 8 bytes in storage. This format separates the sign into its own byte rather than embedding it with the digits as in packed decimal formats. The 'trailing separate' specification means the sign byte follows the digit bytes, which is a different storage mechanism than standard packed or display formats.