Name the divisions in a COBOL program ?

Answer Posted / dipak chowdhury

Identification Division
Environment Division
Data Division
Working storage section
Procedure Division

Is This Answer Correct ?    15 Yes 42 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Whats the difference between search & search ALL?

5264


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

676


How do you reference the following file formats from cobol programs?

695


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

689


What is the difference between a binary search and a sequential search what are the pertinent cobol?

735






if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5693


Why did you choose to work with ibm mainframe cobol programming?

631


what is the difference between COBOL2 AND COBOL390?

2453


explain sorting techniques in cobol program?

690


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

720


What is length is cobol?

650


What are literals?

632


How to print 10 to 1 if the input have only 10 digit number?

811


Explain what you understand by passing by value.

700


example for sub strings ? and refernce modifications whit output pls

1846