Errors are reported on copybooks but we can't identify the cause.
The programs compile (and run) without problems.
Observed behavior
--> Conditional compilation variable AA-G-BATCH is defined to false
--> Conditional compilation variable AA-G-CICS is defined to true
--> 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
--> 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...
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
--> Conditional compilation variable AA-G-BATCH is defined to false --> Conditional compilation variable AA-G-CICS is defined to true
--> 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
--> 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...
Expected behavior
No error 😁