Cobol Question:

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

Tweet Share WhatsApp

Answer:

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.

Download Cobol PDF Read All 110 Cobol Questions
Previous QuestionNext Question
What is Static and Dynamic linking?What the difference is between CONTINUE and NEXT SENTENCE ?