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

How many types of sorts are there in cobol?

5 Answers   Cap Gemini,


i have variable record in the 5th, i want to sort from 5th filed ? how ?

2 Answers   TCS,


What is static and dynamic call in cobol?

0 Answers  


What rules are to be followed while using the corresponding options?

0 Answers  


What is Alternate Index ? How is it different from regular index ?

2 Answers  


I HAVE FOLLOWING DECLARATION. 02. A PIC X(10) VALUE 'XXXXXXXXXX'. 02. B REDEFINES A. 05. C PIC X(3). 05. D PIC X(3). 05. E PIC 9(3). IN MY PROG, I HAVE MOVE 1 TO E. DISPLAY A. WHAT WILL BE DISPLAYED AS A RESULT OF THIS? PLEASE EXPLAIN THE ANSWER. THANKS.

7 Answers   Amdocs,


what is s013u000 for?

1 Answers   Hewitt,


If i have a variable A pic 9(2) value 10 Compute A = a - 100 what will be the value of A and will there be any error becoz of the Negative value

3 Answers   CTS,


What are some examples of command terminators?

1 Answers  


In COBOL CALL-CALLING,if a program A is calling 3 sub- programs, dynamically, then it is said sub-programs will always will always in Initial Mode. My question is : Do we need to code CANCEL or (IS INITIAL) for dynamically called sub-programs or it is the property of Dynamically called pgms so every time sub-pgms are called they will be in initial mode. ***This question is only Dynamic call****, Please reply. Thank you in advance.

4 Answers   Wipro,


Name the divisions in a COBOL program ?

7 Answers  


What is an index for tables?

2 Answers  


Categories