AbsaOSS / AbsaOSS/cobrix

Length of redefined fields

Open
#404 1 comment 0 reactions 0 assignees View on GitHub
question
Dominant language
Scala
Stars
170
Forks
96
Avg merge
57m
Merged PRs (30d)
2

Description

Is it expected behavior for redefined fields to have same length as fields which they redefine?
Let's say we have
07 AAA
10 BBB PIC X(06).
10 CCC PIC X(13).
07 DDD REDEFINES AAA PIC X(16).

And then in parsed schema we'll see
7 AAA r ... ... ... 19
10 BBB ... ... ... 6
10 CCC ... ... ... 13
7 DDD R ... ... ... 19

I would expect length of DDD to be 16.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.