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
Explain how you can characterize tables in cobol?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is the compute verb? How is it used?
How do you get the data to code the BMS macro?
) How do u handle errors in BMS macro
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Write a program to explain size error.
how can i see junk values in dclgen or in hostvariable of comp ?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
i need a small 3d program using inline and outline.
What are the different types of condition in cobol and write their forms.
What is a scope terminator give example?
What is inspect in cobol ?
Can we redefine the field of x(200) to less than 200?
What are all the divisions of a COBOL program?