How many divisions we have in Cobol ?

Answer Posted / guest

there are four divisions in cobol
identification division
environment division
data division
procedure division

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you differentiate between cobol and cobol-ii?

643


Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

619


how to convert the recors form vsam file to db2 table tru file aid

2743


What are the different data types in cobol?

776


How do get the result of your program directly on your pc?

1870






I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10526


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1828


explain sorting techniques in cobol program?

678


Name the sections present in data division.

691


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

730


What is static and dynamic call in cobol?

584


Mention the guidelines to write a structured cobol program?

601


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

806


How you can characterize tables in cobol?

706


What are the different open modes available in cobol?

711