Answer Posted / nitin
It is stored in the last nibble. For example if your number
is +100, it stores hex 0C in the last byte, hex 1C if your
number is 101, hex 2C if your number is 102, hex 1D if the
number is -101, hex 2D if the number is -102 etc...
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Why would you use find and get rather than to obtain?
Can you please let me know the centre name of INS certification in Kolkata.
What are the cobol coding sheets?
What is the difference between comp and comp-3 usage?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is link edit in cobol?
What is the difference between goback, stop run and exit program in cobol?
For rewrite, why is it mandatory that file needs to be opened?
What is a scope terminator give example?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How do define dynamic array in cobol.
What is cobol?
How do get the result of your program directly on your pc?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is the Purpose of POINTER Phrase in STRING command in COBOL?