eclipse-che4z / che-che4z-lsp-for-cobol

COBOL Language Support provides autocomplete, highlighting and diagnostics for COBOL code and copybooks
Other
83 stars 58 forks source link

Fix cics inquire #2604

Open chacebot opened 1 day ago

chacebot commented 1 day ago

Special Notes

Compiler options - CICS translator option designation

Need to have this specified for use with INQUIRE system programming commands. This can be done by adding this line directly above the IDENTIFICATION DIVISION. of your code: CBL CICS ("SP")

Browsing

About half of the INQUIRE system programming commands enable the CICS browsing function. Where you can iterate over the resources using START END NEXT and sometimes AT keywords. More details on this are explained here. However this documentation does not fully cover the intricacies of how the compiler enforces this behavior. Some of the unit tests identify the edge cases.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist:

chacebot commented 8 hours ago

@KutluOzel-b @ilidio-lopes @slavek-kucera @mm-broadcom

slavek-kucera commented 7 hours ago

Could you please

chacebot commented 7 hours ago

Could you please

  • undo the damage to copyright headers
  • reorganize the PR, so that formatting changes are separated from functional ones ?

Let me know if the latest commit does not address your suggestion.