gt4cobol

Description

Module to analyze COBOL systems (including CICS, JCL, DB calls) in Glamorous Toolkit

Details

Source
GitHub
License
MIT
Created
Sept. 25, 2024
Updated
Dec. 8, 2025
Topics
cobol glamorous-toolkit static-analysis visualization

README excerpt

# gt4cobol: Glamorous Toolkit for COBOL

A component to be loaded in Glamorous Toolkit that offers multiple static analyses for COBOL.

Includes:
- Parsers for COBOL, JCL and BMS sources
- Model for connecting Cobol, CICS, JCL, BMS and DB calls
- Multiple out of the box sample analyses including control flow between screens and code or overlapping variables

## Installation
Download [Glamorous Toolkit](https://gtoolkit.com) and load the code by executing this snippet:

```st
Metacello new
	repository: 'github://feenkcom/gt4cobol:main/src';
	baseline: 'GToolkit4Cobol';
	load.
#BaselineOfGToolkit4Cobol asClass loadLepiter
```
# License

See [LICENSE](LICENSE).
← Back to results