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 remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is the difference between PIC 9.99 and PIC9v99?
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
What is the compute verb? How is it used?
What is the utilization of copybook in cobol?
Explain how to differentiate call by context by comparing it to other calls?
What are the different open modes available in cobol?
How many sections are there in data division in COBOL?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Mention the guidelines to write a structured cobol program?
What is the difference between structured cobol programming and object alternativelyiented cobol?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Difference between array and sub-script ?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
Explain the configuration section of a cobol program with examples of syntax.