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

Why is it necessary that file needs to be opened in I-O mode for REWRITE?

748


Which mode is used to operate the sequential file?

671


What is the difference between comp and comp-3?

704


IF I mention stop run in CICS what happens?

1898


How you can read the file from bottom?

660






How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

744


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

661


What is rmode(24)

684


What are the different open modes available in cobol?

722


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

934


What are the different data types in cobol?

801


What are the different types of condition in cobol and write their forms.

660


What is report-item in COBOL?

713


How do we get current date from system with century in COBOL?

809


Can a Search can be done on a table with or without Index?

806