At the minimum, which division of COBOL is enough to be
coded?

Answers were Sorted based on User's Feedback



At the minimum, which division of COBOL is enough to be coded?..

Answer / neal

identification division

Is This Answer Correct ?    21 Yes 1 No

At the minimum, which division of COBOL is enough to be coded?..

Answer / rajesh naidu

Identification Division.

Because whatever the program, at minimum it identifies
program name.

Is This Answer Correct ?    4 Yes 0 No

At the minimum, which division of COBOL is enough to be coded?..

Answer / bhaskar reddy

identification division

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More COBOL Interview Questions

How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

0 Answers  


How can we find out wether to declare the data items like Integer, Char,Comp? If comp types how can we decide wether it is Comp and Comp3.How it is? Please Explain... Cheers.

1 Answers   Syntel,


Write a program to enter and display the names of students in a class using the occurs clause.

0 Answers  


I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.

2 Answers   L&T,


How many times the loop runs here 01 a pic 9(2) value 1. perform para1 until a=10 move 1 to a. stop run. para1: move 10 to a.

5 Answers  






Consider the below example call a-test1. -- -- -- a-test1. if a=b perform a-test through a-exit next sentence else if b=c perform c-test through c-exit. if a=d perform d-test through d-exit. a-test. -- -- a-exit. exit. can u tell me what will happen if a=b after looping into a-exit will the control go back to a- test1. will the condition a=d be checked???

5 Answers   IBM,


What do you do to resolve SOC-7 error?

2 Answers   Sun Life, Wipro,


i have the job which has written updated 100 records into the table and for 101th record it got abended and i want to start the job again and should wirte from 101th record not from 1st record..how to do it..?

6 Answers  


Can JUSTIFIED be used for all the data types?

3 Answers  


i want a program using by if, evaluate , string, unstring, perform, occurs?

1 Answers  


What is difference between COBOL and VS COBOL II?.

1 Answers   Winsol Solutions,


how many bytes does s9(15) occupy in comp1 comp2 and comp3 ?

4 Answers   TCS,


Categories