Bugfix about WHEN condition of SEARCH
#551
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There is a problem with this product:
If there is an
OCCURSkey item on the right hand of theWHENconditional expression, a conversion error occurs.This problem can be avoided by specifying a configuration file with the
-confoption when executingcobj.This pull request includes the addition of a new COBOL compiler configuration file and updates to the test suite to verify the new configuration settings. The most important changes are:
Configuration updates:
config/allow-key-in-rhs.conf: setyestoallow-search-key-in-rhs.tests/command-line-options.src/Testing updates:
tests/command-line-options.src/conf.at: update to include new test cases for theallow-search-key-in-rhsconfiguration. These test cases check the behavior of COBOL programs with different configurations and ensure they compile correctly.