Home - TypeCobolTeam/TypeCobol GitHub Wiki
Welcome to the TypeCobol wiki!
TypeCobol is a superset to COBOL 85.
Following features are implemented:
- Type mechanism
- Fonctions and procedures
- Operator
::
which allow to qualify a variable starting with the top most variable- Same behavior as operators
of
andin
, but you have to start with the parent variable
- Same behavior as operators
TypeCobol allow you to use these new keywords. TypeCobol code is then translated to Cobol 85.
We also provide minimal integration with RDZ