Which section of the COBOL program contains the Data Division?
- Data Section
- Environment Section
- Procedure Section
- Working-Storage Section
The Data Division is part of the COBOL program and is specifically located within the Data Section. It is where data items are declared and described.
Loading...
Related Quiz
- What keyword is used to invoke a subprogram from within the main program?
- You are developing a COBOL program that needs to calculate the square root of a given number. Which COBOL intrinsic function would you use for this purpose?
- When defining a group data item in COBOL, what does the REDEFINES clause allow you to do?
- In COBOL, what are the typical sorting criteria you can specify while using the SORT verb?
- You are working on a COBOL program that performs a merge operation on two sorted files. How can you ensure that the merge operation is efficient and optimized for performance?