Answer Posted / guest
four division are there .
1.identification division
2.environment division
3.data division
4.procedure division
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the difference between PIC 9.99 and 9v99 in COBOL?
How do you reference the following file formats from cobol programs?
What is amode(31)
I have a File that has duplicate records. I need only those records that occur more than thrice.?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is the utilization of copybook in cobol?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is the difference between structured cobol programming and object alternativelyiented cobol?
How arrays can be defined in COBOL?
What are the access modes of START statement?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
How do you define a variable of comp-1 and comp-2?
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