You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m looking for a testing framework that can instrument unit tests for a batch application composed of several hundred COBOL programs running on Linux with GNUCobol.
The community around this tool is small but seems active, although most recent commits appear to focus on the z/OS implementation rather than the GNUCobol environment.
I have successfully tested cobol-check version 0.2.19, but I’m facing one integration issue: my application source code is written in free-format, while cobol-check appears to expect fixed-format input. It looks like I would need to refactor my source files to fixed format in order to fully adopt the tool.
Is there any plan to improve the tool in this regard?
Could you give me your opinion on using cobol-check in a Linux/GNUCobol environment?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I’m looking for a testing framework that can instrument unit tests for a batch application composed of several hundred COBOL programs running on Linux with GNUCobol.
The community around this tool is small but seems active, although most recent commits appear to focus on the z/OS implementation rather than the GNUCobol environment.
I have successfully tested cobol-check version 0.2.19, but I’m facing one integration issue: my application source code is written in free-format, while cobol-check appears to expect fixed-format input. It looks like I would need to refactor my source files to fixed format in order to fully adopt the tool.
Is there any plan to improve the tool in this regard?
Could you give me your opinion on using cobol-check in a Linux/GNUCobol environment?
Beta Was this translation helpful? Give feedback.
All reactions