Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 of 5 tasks
FALLAI-Denis opened this issue Oct 4, 2024 · 1 comment
Open
1 of 5 tasks
Labels
bug Something isn't working

Comments

@FALLAI-Denis
Copy link

FALLAI-Denis commented Oct 4, 2024

Development environment used

  • Z Open Editor version: 4.5.1 / 5.0.0 alpha
  • Editor Platform
    • Visual Studio Code
    • Red Hat CodeReady Workspaces
    • Eclipse Che
    • Standalone Theia
  • Editor Platform Version: 1.94.0
  • Operating System: Windows 10 22H2
  • Java Version: 17
  • Related to RSE API?
    • RSE API Plugin version:
    • Zowe CLI version:
    • Node.js version:
  • Logs attached: no

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 FALLAI-Denis changed the title COBOL - Wrongly placed errors in copybook descriptions without identifiable reason COBOL - Wrongly triggered errors in copybook descriptions without identifiable reason Oct 4, 2024
@FALLAI-Denis
Copy link
Author

Use case to reprodure problem:
CASE451.zip

@Russell-May Russell-May added the bug Something isn't working label Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants