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
how to convert the recors form vsam file to db2 table tru file aid
What is difference between static and dynamic call in cobol?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
how do you reference the variable block file formats from cobol programs
Write a program that uses move corresponding.
How you can read the file from bottom?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Which is not true about evaluate statement
) How do u handle errors in BMS macro
For rewrite, why is it mandatory that file needs to be opened?
how do you reference the printer file formats from cobol programs
What are the different open modes available in cobol?
Write the code to count the sum of n natural numbers.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.