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

Answer Posted / ravikumar. r

Identification division.
program-id. ABCDE.
Procedure division.
display 'abcd'.
stop run.

Is This Answer Correct ?    9 Yes 6 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?

710


Write a cobol program making use of the redefine clause.

731


What is amode(31)

722


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

709


What is the difference between PIC 9.99 and PIC9v99?

781






Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

2057


Name the divisions, which are available in a cobol program?

685


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

822


Name some of the examples of COBOl 11?

2682


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

6684


What are different data types in cobol?

688


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2111


How do u write test cases?

1634


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

855


What rules are followed by the search verb.

638