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
How to print 10 to 1 if the input have only 10 digit number?
Which is not true about evaluate statement
Can a Search can be done on a table with or without Index?
how to access the file from prodution from changeman tool and to submit a file to production
What is inspect in cobol ?
Write a cobol program making use of the redefine clause.
how to move the records from file to array table. give with code example
what is the difference between COBOL2 AND COBOL390?
What is the problem of ordered sequential files access?
Define cobol?
What is the difference between perform … with test after and perform … with test before?
Write the code to count the sum of n natural numbers.
how to refer the data field?
what is search and searchall?what is the diffrence between them?give an best example?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?