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

Answer Posted / sagar lahulkar

I think four lines are required

Identification division
Progam I'd..
Procedure division
Display

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

705


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

704


how do you reference the ksds vsam file formats from cobol programs

650


Explain how you can characterize tables in cobol?

636


What is static and dynamic call in cobol?

589






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

4039


What do you understand by psb and acb?

659


how to access the file from prodution from changeman tool and to submit a file to production

6667


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

639


What are various search techniques in cobol? Explain.

640


Describe the cobol database components?

672


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

704


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2718


what is the difference between COBOL2 AND COBOL390?

2444


How do define dynamic array in cobol.

666