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:
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 999
→000
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):