what is the minimum number of lines a Cobol program should
have to successfully compile and run
Answer Posted / anoop
only two. identification division & program-id
| Is This Answer Correct ? | 26 Yes | 1 No |
Post New Answer View All Answers
how do you reference the rrds file formats from cobol programs
Write a program that uses move corresponding.
What are the access modes of START statement?
How to remove 2 duplicate records and copy only one using job control language?
How do get the result of your program directly on your pc?
What are the rules of the move verb?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is comp-1 and comp-2?
What is the difference between Global and External Variables?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
what are decleratives in cobol?
What are declaratives and what are their uses in cobol?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What are the different data types in cobol?
What is an in line perform? When would you use it? Anything else you wish to say about it.