This document explains what mo-parse means by "entry point," how it decides which files are entry points, and how CICS classification works. It's written for anyone working with mo-parse output — you don't need to know Parse internals.
Last updated: 2026-05-14.
- An entry point is a source file that mo-parse treats as a starting point for analysis. Think of it as a "root" — mo-parse walks outward from entry points to discover all the programs, copybooks, datasets, and data flows in a codebase.
- A file's context is what kind of file it is:
JCL,COBOL,CICS_COBOL,PLI, etc. Whether that file is an entry point is a separate decision — not every COBOL file is an entry point, but every entry point has a context.