Starting with serious gnuCobol, I do encounter a few oddities with the syntax that gnuCobol does allow. So, f.i. there is DISPLAY OMITTED BELL (to beep only), which is known I do believe. My cobol software dates back to 1983 and moved from ANSI 74 to 85, being migrated from msCobol, nevada Cobol, RM cobol to acuCobol with trips to IBM cobol and MF. It is heavily seeded with al kinds of screen features, calls and chains and cancel. I’m doing a migrate to gnuCobol now and will publish the code as open source when done. Now, these oddities that I find, where can I post them so that developers can make up their mind and decide to accept, deny or amend the syntax tree ? It’s not that I expect tough discussions but see this merely as my 2 cents. A preview: ACCEPT abc WITH no beep update generates the error "unexpected BELL". (no beep is used to avoid the beep to signal that input is requested). ACCEPT … WITH ….. AT …. generates the error that "there is no AT clause". The clauses AT and WITH seem to have a fixed sequence; this leads to burying screen positions in statements. For documentation purposes I do have the AT clause always at the end. Screen positions are famous to heavy changes. The words AT and/or WITH are mandatory? ACCEPT …….. ON EXCEPTION …… is different than “standard”, and is lacking a reference to the key pressed. —> ACCEPT …. ON EXCEPTION identifier statement gnuCobol ignores identifier, does not allow NEXT SENTENCE for the statement and gets confused when the statement is DISPLAY……. Thanks, wim niemans |
------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________ open-cobol-list mailing list open-cobol-list@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/open-cobol-list