Answer Posted / mfbreaker
i agree with the answr of sreeram.
It will take 7 bytes.And in the case of comp-3,
it will take 4 bytes
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the access modes of START statement?
In COBOL, what is the different between index and subscript?
how do you reference the rrds file formats from cobol programs
What are the different rules for performing sort operation?
Have you used comp and comp-3 in your project? And how?
What is the difference between Global and External Variables?
What is comp-1 and comp-2?
For rewrite, why is it mandatory that file needs to be opened?
What is the Purpose of Pointer in the string?
What are the different data types in cobol?
Write a cobol program making use of the redefine clause.
Write a program to enter and display the names of students in a class using the occurs clause.
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What is the usage of comp fields in cobol?