what is the minimum number of lines a Cobol program should
have to successfully compile and run
Answers were Sorted based on User's Feedback
Answer / 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 |
What is the point of the REPLACING option of a copy statement?
can u give result for the fallowing example... 05 a pic 9(2) 05 b redifines a pic x(2). move 'xy' to b. display a,b.
What is the file organization clause ?
What is XDC ?
What does the INITIALIZE verb do?
record length in spool?
What is amode(31)
I want to remove a duplicates form a given input field using cobol program. please Any one help me out to solve this ... Thanks in Advance.
What are the differences bitween cobol and cobol-2?
i WANT ALL ERROR codes IN CICS and DB2
Name the sections present in data division.
wht r the advantages of 77 level number ?