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

Feature/into multiple host items #136

Merged

Conversation

n-isaka
Copy link
Member

@n-isaka n-isaka commented Oct 30, 2024

Changed the handling of group items in FETCH INTO

  • If there is one host variable and the target is a group item and a repeating item, it is converted to a bulk fetch.
  • If there is multi host variable and the number of repetitions is the same, , it is converted to a bulk fetch.
  • If the host variables are a mixture of group items and elementary items, they are converted to normal fetch.

* If there is one host variable and the target is a group item and a repeating item, it is converted to a bulk fetch.
* If there is multi host variable and the number of repetitions is the same, , it is converted to a bulk fetch.
* If the host variables are a mixture of group items and elementary items, they are converted to normal fetch.
@n-isaka n-isaka merged commit 745ba5e into opensourcecobol:develop Oct 30, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant