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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *