Rune Christensen
Rune Christensen
We use the command "zowe zos-tso issue command "exec somerexx"" extensively, to reuse some of our existing REXX on Z. This causes problems sometimes, when a legacy REXX calls another...
The approval tests started malfunctioning after changes to the version management setup. There are a couple of problems: approvalActualOutput points to the wrong file. def approvalActualOutput = "approval-test-actual.txt" the approval...
When the VSC extension runs the generated COBOL code, it should do so in a way, that enables it to catch an infinite loop in the generated code, and terminate...
Currently it is not possible to use linkage section items in the program under test. Unless the test specifically makes the area adressable. There are issues with just making the...
The TestsuiteParser class is a central component of COBOL Check. It is not under test, and is in need of a large refactoring, to enable easier maintenance and further development.
We have a testscenario, where we want to mock a section that performs a goback, but the functionality of the goback needs to be preserved, to avoid bad tests. Example:...