Answer Posted / chinmay
There are 4 divisions in cobol
1. Identification division
2. Environment division
3. data division
4. procedure divisiion
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how do you reference the esds vsam file formats from cobol programs
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
How to print 10 to 1 if the input have only 10 digit number?
What is a report item?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is length is cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What are the different rules of SORT operation?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What are various search techniques in cobol? Explain.
Can you please let me know the centre name of INS certification in Kolkata.
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
how to convert the recors form vsam file to db2 table tru file aid
how do you define single dimensional array and multidimensional array in your cobol?