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

Answer Posted / anjibabu

in #2 no need to use display statement.

IDENTIFICATION DIVISION.
PROGRAM-ID. A.
PROCEDURE DIVISION.
STOP RUN.

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the utilization of copybook in cobol?

657


Which is not true about evaluate statement

1574


What are the pertinent COBOL commands?

2623


What are various search techniques in cobol? Explain.

646


Discuss about changing dataset name in proc.

759






What are the access modes of START statement?

719


What is a scope terminator give example?

655


What is the difference between external and global variables in COBOL?

813


example for sub strings ? and refernce modifications whit output pls

1846


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

677


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1523


If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly

2658


What is the difference between a binary search and a sequential search what are the pertinent cobol?

735


Explain the configuration section of a cobol program with examples of syntax.

659


) How do u handle errors in BMS macro

1508