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
Write a program that uses move corresponding.
What are the different data types in cobol?
What kind of error is trapped by on size error option?
What are literals?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Difference between cobol and cobol-ii?
What is the difference between PIC 9.99 and PIC9v99?
What is the difference between comp and comp-3?
example for sub strings ? and refernce modifications whit output pls
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
When is inspect verb is used in cobol?
how do you reference the fixed unblock file formats from cobol programs
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Explain what you understand by passing by value.
how do you define single dimensional array and multidimensional array in your cobol?