what is the minimum number of lines a Cobol program should
have to successfully compile and run
Answer Posted / milind
PROCEDURE DIVISION.
The above only line is enough to compile the code. I dont
agree with answer #1 and #2.
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
What kind of error is trapped by on size error option?
Explain about different table spaces.
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What are the rules of the move verb?
How do you reference the fixed block file formats from cobol programs
How do you differentiate between cobol and cobol-ii?
What is the difference between PIC 9.99 and PIC9v99?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is the difference between comp and comp-3?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is the use of intialize verb?
What is the difference between PIC 9.99 and 9v99 in COBOL?