openmainframeproject / cobol-check

A testing framework for Cobol applications
Apache License 2.0
78 stars 28 forks source link

Cobol check can't understand and suppress "USAGE SQL" #346

Open oakmount1966 opened 3 months ago

oakmount1966 commented 3 months ago

Every SQL statement in a COBOL program must be suppressed when compiling with GNUCobol. Most SQL statements are already suppress/stubbed but USAGE SQL are not yet, and it results in compile errors in GNUCobol compiler.

image