Open chacebot opened 1 day ago
@KutluOzel-b @ilidio-lopes @slavek-kucera @mm-broadcom
Could you please
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.
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 sometimesAT
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: