How many sections are there in data division?.
Answer Posted / aji cherian
there are 6.
Apart from above 5 , One more ie, local-storge section.
| Is This Answer Correct ? | 24 Yes | 14 No |
Post New Answer View All Answers
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
How do you reference the fixed block file formats from cobol programs
What is the difference between structured cobol programming and object alternativelyiented cobol?
What do you understand by psb and acb?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What are the different rules of SORT operation?
Which Search verb is equivalent to PERFORM…VARYING?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What are the different data types in cobol?
Which mode is used to operate the sequential file?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What are various search techniques in cobol? Explain.
What is the utilization of copybook in cobol?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?