Answer Posted / phani
if n is even, then n/2 + 1 bytes
if n is odd, then int(n+1/2) bytes
every time rightmost 1/2 byte is used to store sign value.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What are the cobol coding sheets?
What is the Purpose of Pointer in the string?
how do you define single dimensional array and multidimensional array in your cobol?
What is Pic 9v99 Indicates in COBOL?
Name the divisions, which are available in a cobol program?
What is perform what is varying?
Write a program that uses move corresponding.
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Explain about different table spaces.
What is static and dynamic call in cobol?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
what are decleratives in cobol?
Explain the configuration section of a cobol program with examples of syntax.
Can we redefine the field of x(200) to less than 200?
In COBOL programming, what is PERFORM? What is VARYING?