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

Answers were Sorted based on User's Feedback



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

Answer / milind

PROCEDURE DIVISION.

The above only line is enough to compile the code. I dont
agree with answer #1 and #2.

Is This Answer Correct ?    4 Yes 7 No

Post New Answer

More COBOL Interview Questions

What is the default value of DISP for temp datasets

5 Answers   IBM,


I have dataset DS1 which has records say 1 2 3 4 5 ... ... etc And also I have second dataset DS2 whcih has records 1 3 4 5 6 8 .. ... Both the files are sorted and now I want to compare these files and write it into the third files if the records are matching.

4 Answers   FIS, Wipro,


i want to store 20 digits . h will u do it in cobol ?

4 Answers   TCS,


what is the default print format? in cobol

3 Answers   HSBC,


We are using the searching a table which is indexed, once the key is found, how can we get the occurance at which the key was found.

1 Answers  


what is a load module ?

3 Answers   TCS,


How to define variable 9(20) in COBOL, because compiler does not allow us to declare variables with Pic 9(18). Can anyone please let me know the answer... I know one answer to this question which is to use Compiler option Arith (Extend) during Compilation. It extends the maximum limit to 9(32)..Just wanted to know if there is any other way to extend this?

4 Answers   CSC, TCS,


how to crack cts interview apps? NOVEMBER 21 2010

2 Answers   CTS,


What is perform what is varying?

0 Answers  


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

2 Answers   Syntel,


can we use reference modification an arry.

1 Answers  


What is an index for tables?

2 Answers  


Categories