Does anyone know of an OpenCobol compiler switch to allow using the same name for both a data item and a paragraph.
I'm experimenting with version 1.1 and trying to migrate code from our AcuCobol (Now Micro-Focus Extend) dialect programs.
Our current compiler allows paragraphs to have the same name as data items, and there are quite a few examples in our code.
I'd prefer a way to just ignore the duplicates rather than having to hunt out every example and changing them.