IBM / zopeneditor-about

IBM Z Open Editor: File issues here!
https://ibm.github.io/zopeneditor-about
Apache License 2.0
50 stars 20 forks source link

COBOL - Wrongly triggered errors in copybook descriptions without identifiable reason #451

Open FALLAI-Denis opened 1 month ago

FALLAI-Denis commented 1 month ago

Development environment used

Problem Description

Errors are reported on copybooks but we can't identify the cause. The programs compile (and run) without problems.

Observed behavior

image --> Conditional compilation variable AA-G-BATCH is defined to false --> Conditional compilation variable AA-G-CICS is defined to true

image

image --> there is an error on AA-G-BATCH, but is defined to false in main program --> there is no error on AA-G-CICS, wich is also defined in main programme, like AA-G-BATCH, but with true value

image

image --> there is an error on AA-G-CICS, wich is defined in main programme --> same use case as AGAPMESS copybook, not same result as AGAPMESS copybook...

image

Expected behavior

No error 😁

FALLAI-Denis commented 1 month ago

Use case to reprodure problem: CASE451.zip