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

Add support to generate zero values for picture strings of integer type. #6861

Closed
MohamedSabthar opened this issue Aug 13, 2024 · 0 comments · Fixed by ballerina-platform/module-ballerinax-copybook#39

Comments

@MohamedSabthar
Copy link
Member

MohamedSabthar commented Aug 13, 2024

Description:
The module currently generates empty spaces as default values for all picture strings. It should generate zeros for picture strings with an integer type.

For example, the following picture strings should generate the corresponding values:

  • PIC 999000
  • PIC 9(05)00000
  • PIC S9(03)000

Describe your problem(s)

Describe your solution(s)

Related Issues (optional):

Suggested Labels (optional):

Suggested Assignees (optional):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant