how many bytes does s9(15) occupy in comp1 comp2 and comp3 ?
Answer Posted / srinivasa yadav
COMP1 : IT TAKES 4 BYTES OF MEMORY.
COMP2 : IT TAKES 8 BYTES OF MEMORY.
COMP3 : IT TAKES 8 BYTES OF MEMORY.
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
how do you reference the ksds vsam file formats from cobol programs
Explain the configuration section of a cobol program with examples of syntax.
What is the difference between binary search and sequential search?
Difference between cobol and cobol-ii?
How do u write test cases?
Write the code implementing the perform … varying.
What is the default value(s) for an initialize and what keyword allows for an override of the default?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is the Purpose of Pointer in the string?
What is the local-storage section?
Define static linking and dynamic linking.
What is a report item?
Name the divisions, which are available in a cobol program?
What is static and dynamic call in cobol?
explain sorting techniques in cobol program?