How many sections are there in data division?.
Answer Posted / meera
Data division has 7 sections
1.working-storage section
2.file section
3.Linkage section
4.Communication section
5.Report section
6.Screen section
7.Local storage section
| Is This Answer Correct ? | 22 Yes | 6 No |
Post New Answer View All Answers
Mention the guidelines to write a structured cobol program?
What is the difference between PIC 9.99 and 9v99 in COBOL?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What are declaratives and what are their uses in cobol?
What is the utilization of copybook in cobol?
What is the usage of comp fields in cobol?
What are various search techniques in cobol? Explain.
Give some examples of command terminators?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
) How do u handle errors in BMS macro?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?