What are the various section in data division and briefly explain them.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More COBOL Interview Questions

can I copy book which contain db2 statment in procedure divion?

2 Answers   Bank Of America,


The following entries appear in the WORKING-STORAGE SECTION: 01 DATE-TODAY. 05 YY PIC XX VALUE "90". 05 MM PIC XX VALUE "12". 05 DD PIC XX VALUE :31". 01 DATE-EDIT PIC XX/XX/XX. MOVE DATE-TODAY TO DATE-EDIT. (a) 901231 (b) 90/12/31 (c) 31/12/90 (d) 311290

4 Answers   TCS,


9(2).99 how many bytes take? Why . consider as a byte?

2 Answers  


How many bytes S(8) comp field occupy and its maximum value?

0 Answers  


How do you come out of an EVALUATE statement?

3 Answers  






How do u write test cases?

0 Answers   IBM,


In A cobol program , we can use COPY Statement in FILE- SECTION / WORKING-STORAGE SECTION / ENVIRONMENT DIVIION basically what is the difference

3 Answers   IBM,


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

0 Answers  


is it possible to declare index in cobol program? if it is not why its tell me pls

3 Answers  


COMP?

2 Answers  


Which mode is used to operate the sequential file?

0 Answers  


how can we get current dat and time thru cobol pgm

3 Answers   DELL,


Categories