Cobol Tool

From OS2World.Com Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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