what is the minimum number of lines a Cobol program should
have to successfully compile and run
Answer Posted / jraj
Its 4
Identification Division, program ID,Procedure division and
Stop Run
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Explain what you understand by passing by value.
How do you reference the following file formats from cobol programs?
What are various search techniques in cobol? Explain.
What is an in line perform? When would you use it? Anything else you wish to say about it.
Which Search verb is equivalent to PERFORM…VARYING?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Why occurs cannot be used in 01 level in COBOL?
Define cobol?
What is the compute verb? How is it used?
How can you get the ksds file records into your cobol program?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is the difference between binary search and sequential search?
What is perform what is varying?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?