Name the sections present in data division.


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

Post New Answer

More COBOL Interview Questions

How To move a value to an array using move verb?

3 Answers   IBM,


what is the minimum number of lines a Cobol program should have to successfully compile and run

7 Answers  


how to check whether the open command of a sequential file is successful? or not?

2 Answers   CSC, IBM,


What is the difference between CALL BY VALUE and CALL BY CONTENT?

7 Answers  


What is the use of LINKAGE SECTION?

1 Answers  






i have a file which contains records like 10,30,90,50,20,40,80,60,70 i want to display these records in reverse order like 70,60,80,40,20,50,90,30,10 please give me the cobol code (do not sort the records)

3 Answers   Cap Gemini, Mind Tree,


Can we move X(7) to S9(7) COMP?

1 Answers  


what is dynamic array in cobol? what is the difference b/w array and table in cobol?

2 Answers  


When is a scope terminator mandatory?

3 Answers  


Please let me know how the Eject verb works for page break.. I want to know the code, how it is used.

3 Answers  


How to recover a deleted source physical file from library?

1 Answers   HCL,


What is the difference between comp and comp-3 usage? Explain other COBOL usage?s.

3 Answers   IBM, Xansa,


Categories