Enlighten - View Generation - Mainframe analyzer does not calculate heading comment lines for sections
Description
After running analysis of Mainframe application,when checked in Enlighten, the number of heading comment lines for sections seems to be counted as 0.

Observed in CAST AIP
| Release | Yes/No |
|---|---|
| 8.3.x | ✅ |
Observed on RDBMS
| RDBMS | Yes/No |
|---|---|
| CSS | ✅ |
Step by Step Scenario
Below is the step-by-step scenario leading to the problem:
- Run analysis of Mainframe application
- Check in Enlighten
Impact of the Problem
The impact of the problem on the analysis or the dashboard is: Number of heading comment lines for sections seems to be counted as 0.
Action Plan
The presence of one tab ("\t") in the cobol source at Line where heading comment is present is the root cause of the issue.
Cobol expects the “*” to be in col 7.
If there’s tab before that, the calculation gets disturbed.
To fix the problem, proceed as follows:
Replace the tab with spaces & the problem will disappear. You will get the correct number of heading comment lines.

Impact of the Solution
Impact of the solution on the analysis or the dashboard is: The number of heading comment lines will appear correctly.
Notes/comments
Ticket # 5782
Related Pages