You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get no warnings, even if dialect::"ibm-strict" is configured globally (with sourceformat:"auto", which in this case should be the same as sourceformat:"cobol85" - but setting it explicit does not make a difference either).
Doing the same with IBM extensions I get hard errors like:
The INSPECT statement must begin in Area B.
similar to what the IBM compiler outputs:
IGYPS0009-E "INSPECT" should not begin in area "A". It was processed as if found in area "B"
similar to what cobc -std=ibm-strict outputs:
inspect.cob:8: error: start of statement in Area A
This issue may needs to be split into two, if "auto" is not adjusted according to the dialect.
The text was updated successfully, but these errors were encountered:
given
I get no warnings, even if
dialect::"ibm-strict"
is configured globally (withsourceformat:"auto"
, which in this case should be the same assourceformat:"cobol85"
- but setting it explicit does not make a difference either).Doing the same with IBM extensions I get hard errors like:
similar to what the IBM compiler outputs:
similar to what
cobc -std=ibm-strict
outputs:This issue may needs to be split into two, if "auto" is not adjusted according to the dialect.
The text was updated successfully, but these errors were encountered: