AbsaOSS / AbsaOSS/cobrix

Length of redefined fields

オープン
#404 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
question
主要言語
Scala
スター
170
フォーク
96
平均マージ
57分
マージ済み PR(30日)
2

説明

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.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。