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 are the different rules for performing sort operation?

763


How arrays can be defined in COBOL?

663


State the various causes of s0c1, s0c5 and s0c7.

665


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

710


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

780






what happens if parmparameter passes zero bytes to the program

1667


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

825


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

744


What is redefines clause in COBOL?

851


Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.

1701


Name some of the examples of COBOl 11?

2686


What are various search techniques in cobol? Explain.

650


What is perform what is varying?

709


What are literals?

632


What is inspect in cobol ?

803