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
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
Explain how to differentiate call by context by comparing it to other calls?
What is the difference between Call and a Link?
What is the difference between binary search and sequential search?
In which area will you utilize 88 level items in cobol?
State the various causes of s0c1, s0c5 and s0c7.
What is cobol?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Describe the cobol database components?
For rewrite, why is it mandatory that file needs to be opened?
Difference between array and sub-script ?
Write the code implementing the perform … varying.
Explain about different table spaces.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
i want a program using by if, evaluate , string, unstring, perform, occurs?