what is the minimum number of lines a Cobol program should
have to successfully compile and run
Answer Posted / sivakumar sekharannair
IDENTIFICATION DIVISION.
PROGRAM-ID. TEST1.
are the minumum number of lines a cobol program should have
to successfully compile and run.
Without program id the compiler gave the following error
IGYDS1003-E A "PROGRAM-ID" paragraph was not found.
Total Informational Warning Error Sever
1 1
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
how to access the file from prodution from changeman tool and to submit a file to production
How to remove 2 duplicate records and copy only one using job control language?
Can we change the password using ALTER? anyone tried and changed?
Can you please let me know the centre name of INS certification in Kolkata.
What type of SDLC u followed? Why?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
how do you reference the variable unblock file formats from cobol programs
Define cobol?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What are various search techniques in cobol? Explain.
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Explain about different table spaces.
What is the difference between comp and comp-3 usage?
What rules are followed by the search verb.
how do you reference the rrds file formats from cobol programs