01 x pic s9(8) comp.
How will the following value be internally allocated
'18787'
Answer Posted / sheeba
hey acording to me...its 4 bytes.... if we convert the
above value to binary format dats how it stores rite
so...2power4(1
)+2p3(8)+2p2(7)+2p1(8)+2p0(7)=131....so 3 bytes...and 1
unused... totally 4 bytes......
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
what is the use of outrecord?
How can you get the ksds file records into your cobol program?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Write the code to count the sum of n natural numbers.
How do define dynamic array in cobol.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How do you define a variable of comp-1 and comp-2?
How you can characterize tables in cobol?
Write a cobol program making use of the redefine clause.
What is perform what is varying?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
State the various causes of s0c1, s0c5 and s0c7.
What is inspect in cobol ?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?