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

wht is the difference between goto and perform stmts

7 Answers   DELL,


How To Separate The Numerics From An Alphanumric Data Item Which Contains Both Alphabates And Numerics ?

4 Answers  


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

7 Answers  


Syntax for JCLLIB & JOBLIB???

1 Answers  


What are differences between COBOL and java ? why we are giving more preference to COBOL ?

3 Answers   TCS,






How we copy a program from production region to development region.What is the process & syntax ?

3 Answers   CTS,


what are the paramater we cannot use in procedure?how many instream we can write in single jcl?can we call instream to catalog and ctalog to instream?

2 Answers   Satyam,


Should I use STOP RUN in the sub program??why?

6 Answers   Xansa,


What guidelines should be followed to write a structured Cobol program?

1 Answers  


What is Comm?

2 Answers   IBM, Kemper Corporation,


What is inspect in cobol ?

0 Answers   Infosys,


Can 88 level variable be declared in FD section..?

1 Answers   Infosys,


Categories