You are tasked with building a COBOL application that can generate custom reports based on user input and database data. What COBOL feature or technique would be most suitable for this task?
- Batch Processing
- Dynamic SQL
- Report Writer
- Sequential File Processing
Dynamic SQL in COBOL would be the most suitable technique for building an application that generates custom reports based on user input and database data. Dynamic SQL allows you to construct SQL statements dynamically at runtime, facilitating flexible and customized report generation.
Loading...
Related Quiz
- What is the role of interfaces in Object-Oriented COBOL, and how are they different from classes?
- The FUNCTION _______ intrinsic function is used to convert a numeric value to a string.
- COBOL provides the _____ clause to specify the data type of elements within a table.
- What is a COBOL group data item?
- Which section of the COBOL program contains the Data Division?