Cobol Tool

From OS2World.Com Wiki
Revision as of 04:45, 12 November 2017 by Ak120 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A tool to list all the structures in a COBOL source. For every structure it shows the whole size, the size of each item, and the offset of each item. For a description of the limitations, look at the preceding section Cobol Print Tool.

Since the parser still doesn't support the OCCURS keyword, it can't calculate the correct size for structures that contain such elements. BTW, the program will warn you if this is the case.

Download

Author