Cobol Tool

From OS2World.Com Wiki
Revision as of 17:49, 20 July 2013 by Martini (talk | contribs) (Created page with "==Description== 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 des...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

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

License

Author