How to get LOC is executed or % of code covered in iSeries pgm batch execution?
Summary The question revolves around determining the percentage of code covered or lines of code (LOC) executed in an iSeries program (RPG) during batch execution without relying on third-party code coverage tools. The focus is on exploring alternatives that leverage native iSeries capabilities, such as PEX/Collection services or Job watcher reports, to gain insights into … Read more