How many divisions we have in Cobol ?

Answer Posted / jagan

THEY ARE FOUR DIVISIONS IN COBOL.
IDENTIFICATION DIVISION(OR)ID DIVISION.
ENVIRONMENT DIVISION.
DATA DIVISION.
PROCEDURE DIVISION.
EVERY DIVISION FURTHER DIVIDED INTO SECTIONS.
EACH SECTION FURTHER DIVIDED INTO PARAGRAPHS.
EACH PARAGRAPH FURTHER DIVIDED INTO SENTENCES.
EACH SENTENCE FURTHER DIVIDED INTO STATEMENTS/COMMANDS/VERBS

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to refer the data field?

1812


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

1931


what is the difference between COBOL2 AND COBOL390?

2453


What kind of error is trapped by on size error option?

740


How do you get the data to code the BMS macro?

1476






What are the different rules for performing sort operation?

763


Difference between array and sub-script ?

1166


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

6830


what is the use of outrecord?

1771


how do you reference the ksds vsam file formats from cobol programs

666


What rules are to be followed while using the corresponding options?

641


Explain how to differentiate call by context by comparing it to other calls?

689


IF I mention stop run in CICS what happens?

1896


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

1941


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1653