https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126612
Bug ID: 126612
Summary: cobol1: FR: implement READY/RESET TRACE (at least
parsing)
Product: gcc
Version: 17.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: cobol
Assignee: unassigned at gcc dot gnu.org
Reporter: simonsobisch at gnu dot org
Target Milestone: ---
TEST.cob:82:12: error: syntax error, unexpected READY
82 | READY TRACE.
| ^~~~~~
TEST.cob:102:12: error: syntax error, unexpected RESET
102 | RESET TRACE.
| ^~~~~~
This feature was likely available at IBM which syntax-checks, but ignores this:
https://www.ibm.com/docs/en/cobol-zos/6.5.0?topic=statements-ready-reset-trace-statement
GnuCOBOL fully supports that statement, so a support would be nice as well :-)