Cobol Question:
Download Job Interview Questions and Answers PDF
How many bytes does a S9(7) COMP-3 field occupy?
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 Interview Questions And Answers
PDF
Previous Question | Next Question |
What is Static and Dynamic linking? | What the difference is between CONTINUE and NEXT SENTENCE ? |