Note: This applies to native COBOL only.
To be able to produce a report with information specific to tagged lines, you must first enter tags in your source code. You can produce the report using
TCReport.
Before you can format and display a report, you must create a test coverage binary file (a
.tcz file) by running test coverage.
- Enter the command:
tcreport filename taglines(tagfile) [options]
where
filename is the
.tcz file you are using to create the report,
tagfile is the file that specifies the tags to be used, and
options are other
tcreport
options.
For example:
tcreport myreport.tcz taglines(tagfile.txt)