How many sections are there in data division?.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / aji cherian
there are 6.
Apart from above 5 , One more ie, local-storge section.
Is This Answer Correct ? | 24 Yes | 14 No |
Answer / utpal dutta
Apart from above 6 , One more ie, communication section
Is This Answer Correct ? | 11 Yes | 7 No |
Answer / sukhwinder singh
THERE ARE 5 SECTIONS IN DATA DIVISION.
FILE SECTION.
WORKING-STORAGE SECTION.
LINKAGE SECTION.
REPORT SECTION.
SCREEN SECTION.
Is This Answer Correct ? | 22 Yes | 20 No |
I am sure that there are 6 or more section. I am saying that
because I got below question in Amdocs mainframe test
Which of the following sections are a part of data division:
1.)Local Storage section
2.)Report section
3.)Screen section
4.)All of these
the correct option was 4 all of these
So apart from W-S section, Linkage section and file section
there are 3 or more sections.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / satya
I to dont know exactly, but according to me there are 6
sections. I too want the clarified answer.
Please can anyone give answer it?
Is This Answer Correct ? | 2 Yes | 3 No |
Answer / harsha
THERE ARE ONLY 5 SECTIONS.THEY ARE
1)LIKAGE SECTION
2)WORKING-STORAGE SECTION
3)REPORT SECTION
4)SCREEN SECTION
5)FILE SECTION
Is This Answer Correct ? | 1 Yes | 2 No |
Answer / vampire
Data divison 6 sections
Linkage section
report secion
message/communication session
working storage section
screen section
file section
Is This Answer Correct ? | 4 Yes | 6 No |
In a COBOL program, 2 tables TABLE1 and TABLE2 are defined that are indexed by INDEX1 and INDEX2 respectively. Can we use INDEX1 with TABLE2 and INDEX2 with TABLE1?
Which Search verb is equivalent to PERFORM…VARYING?
What is the difference between external and global variables in COBOL?
Please let me know at which Scenarios we will go for STATIC call or DYNAMIC
How to read records from flat file in reverse order through COBOL program?
14 Answers Accenture, Broadridge, IBM, MAT, Polaris, SPIC, Syntel, TCS, Wipro,
Explain about level numbers?
I have a variable account-number declared as comp-3, s9(10) comp-3 in a file. How do i find a particular account number say 123456 in that file?
what happens if we dont close cursor in db2-cobol pgm?
period is missing in the cobol program which error we getting
We are using the searching a table which is indexed, once the key is found, how can we get the occurance at which the key was found.
When search all is used in cobol program without sorted input data?
6 Answers CGI, Principal Finance,
how can we code index in an array of cobol pgm?