How many bytes does a S9(7) SIGN trailing separate field occupy ?
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.