Answers

Question and Answer:

  Home  Cobol

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

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

 165 views

More Questions for you: