Answer Posted / anil prajapati
internally it will store space like as
s9(n) comp where n is as
0-4 --->2 bytes
5-9 --->4 bytes
10-18 ---> 8 bytes
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the difference between goback, stop run and exit program in cobol?
Explain the configuration section of a cobol program with examples of syntax.
What is amode(31)
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
what is difference between cobol and cobol/400
Write some characteristics of cobol as means of business language.
For rewrite, why is it mandatory that file needs to be opened?
What are different data types in cobol?
Explain about different table spaces.
What are declaratives and what are their uses in cobol?
how do you reference the esds vsam file formats from cobol programs
Write the code implementing the perform … varying.
What is comp-1 and comp-2?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?