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 compute verb? How is it used?
In which area will you utilize 88 level items in cobol?
how do you reference the printer file formats from cobol programs
Write a program to explain size error.
How are the next sentence and continue different from each other?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
In COBOL programming, what is PERFORM? What is VARYING?
What is the utilization of copybook in cobol?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Write down the divisions of cobol program?
Why would you use find and get rather than to obtain?
HOw can I get the negative sign while deduct high value from low value
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.