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 |
What is the compute verb? How is it used?
How do we get current date from system with century?
what is record label is empty or standard in file description of data division?
i WANT ALL ERROR codes IN CICS and DB2
What is diff betn PS and ESDS file? What is the diffrent compiler options in cobol and there discription? What is retrive nth maximum salary from salary DB2 table. Can we redefine COM-3 variable with varchar variable?
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include tempary file used for sorting in assign statement?
Write some characteristics of cobol as means of business language.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What rules are followed by the search verb.
COBOL Snippet: Tell where the control will when the below code execute IF (A=B) CONTINUE ELSE NEXT SENTENCE PERFORM <IMP-STMT> END-IF.
if a>b continue display x. dispaly y. end-if display 1 display 2. display 3. what should be my output ?
WHAT IS SOC3?HOW IT CAN BE RESOLVED?