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
What is link edit in cobol?
how to move the records from file to array table. give with code example
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Which Search verb is equivalent to PERFORM…VARYING?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Mention the guidelines to write a structured cobol program?
What is the local-storage section?
Explain about different table spaces.
What is the difference between external and global variables in COBOL?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What are the different types of condition in cobol and write their forms.
Write the code to count the sum of n natural numbers.
Why did you choose to work with ibm mainframe cobol programming?
How do define dynamic array in cobol.