The text report driver

The text report driver acts as an intermediary between the text report and the program.
In most cases, you do not need to access the report driver that the text engine creates automatically. The following cases are exceptions:

The report driver is an ExternalType part. You declare a variable that is based on the part, and then call functions that you qualify with the variable name. For a list of available functions, see Text report driver functions.

Remember: COBOL generation does not support the TextReportDriver external type.

Feedback