How programs, jobs, and data connect across your codebase.
Codegraphs analyzes structural relationships across your codebase: which programs call which, which JCL jobs execute which programs, which datasets are read and written, and how modern code calls, imports, and inherits across modules and classes.
A COBOL program's call and data relationships link through to the JCL jobs that execute it, so you can trace a dataset from the job that writes it to every job that reads it — and see the same kind of dependency view for modern languages, function to function.
For large schemas, Codegraphs pre-computes two registries after indexing:
These registries power the graph panel in the UI and the trace/call-relation API endpoints.