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 do you get the data to code the BMS macro?
What is the LINKAGE SECTION used in COBOL?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is the difference between PIC 9.99 and 9v99 in COBOL?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What are all the divisions of a COBOL program?
What are the various section in data division and briefly explain them.
IF I mention stop run in CICS what happens?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
In COBOL, what is the different between index and subscript?
Difference between array and sub-script ?
How you can characterize tables in cobol?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
explain sorting techniques in cobol program?
What is comp-1 and comp-2?