How many divisions we have in Cobol ?

Answer Posted / chinmay

There are 4 divisions in cobol
1. Identification division
2. Environment division
3. data division
4. procedure divisiion

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the default value(s) for an initialize and what keyword allows for an override of the default?

697


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1616


What are 77 levels used for?

660


What are the different rules to perform a Search?

619


Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2337






example for sub strings ? and refernce modifications whit output pls

1846


What are different data types in cobol?

691


What is report-item in COBOL?

711


What the difference is between continue and next sentence?

665


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2120


) How do u handle errors in BMS macro?

1429


explain sorting techniques in cobol program?

692


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3720


Why occurs cannot be used in 01 level in COBOL?

719


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

710