what is the minimum number of lines a Cobol program should
have to successfully compile and run
Answer Posted / guest
Milind , your answer is absolutely wrong .
If you compile yoru program - with a only"procedure
division - you will get belwo erros -
E A "IDENTIFICATION DIVISION" header was not found in
this program. It was assumed present.
E A "PROGRAM-ID" paragraph was not found. Program-
name "CBLNAM01" was assumed.
Otherwise - ans#1 andans#2 are absolutely
correct .
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is an in line perform? When would you use it? Anything else you wish to say about it.
How do we get current date from system with century in COBOL?
What are literals?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What are the various section in data division and briefly explain them.
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
i need a small 3d program using inline and outline.
What is inspect in cobol ?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Write a program to enter and display the names of students in a class using the occurs clause.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Which mode is used to operate the sequential file?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
how to move the records from file to array table. give with code example
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?