Answers

Question and Answer:

  Home  Cobol

⟩ How many bytes does a S9(7) COMP-3 field occupy?

It will take 4 bytes. Sign is stored as hex value in the last nibble. General formula is INT((n2) + 1)), where n=7 in this example.

 163 views

More Questions for you: