How many sections are there in data division in COBOL?


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

Post New Answer

More COBOL Interview Questions

How to read records in reverse order in flat file? I know we can do it by reading all records into an array.... Then read records in reverse order by using subscript or index but can any body give me the exact code.

5 Answers   TCS,


.How to add one input & one Out file in existing cobol program. how approach tell me step by step.

2 Answers   Syntel,


Differentiate COBOL and COBOL-II?

0 Answers  


How do you get the data to code the BMS macro?

0 Answers   IBM,


How can we pass data from cobol to JCl?

7 Answers   ADP, Amdocs, IBM,






COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error

1 Answers   TCS,


wht do u mean by (*,intrdr) wht is * used for ?

2 Answers  


consider the following two statements MOVE 10 TO N PERFORM PARA-X N TIMES STOP RUN PARA-X MOVE 5 TO N how many times PARA-X willbe exicuted? a.10 b.5 c.infinate d.execution error

6 Answers   ABCL, TCS,


why 02 level number can't be use as a separate level number like 01 or 77 ?

3 Answers  


Difference between cobol and cobol-ii?

0 Answers  


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

0 Answers  


What is LENGTH in COBOL II?

2 Answers   CSC,


Categories