what is the minimum number of lines a Cobol program should
have to successfully compile and run
Answer Posted / patrick jones
There's a little bit of 'theoretical' problem here. As a
program is 'a set of instructions to do a particular job',
the 'two line program' is not actually a program eventhough
it will be compiled successfully.
So I would go with Ans# 1.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the difference between comp and comp-3 usage?
i want a program using by if, evaluate , string, unstring, perform, occurs?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Give some examples of command terminators?
What are all the divisions of a COBOL program?
how to move the records from file to array table. give with code example
What is Pic 9v99 Indicates in COBOL?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What are declaratives and what are their uses in cobol?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
Whats the difference between search & search ALL?
How do you reference the fixed block file formats from cobol programs
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What type of SDLC u followed? Why?
How you can read the file from bottom?