Notes |
|
|
The read with or without FRCBLK results in different data blocks.
With FCRBLK a block is complete filled with data and the rest of an record is save for the next block.
Without FRCBLK only complete records are saved in one block. There will be no rest, because the table with the length fields must be correct.
Based on this it could be, that the repackaging of compressed data streams in the PGP component could have a bug. |
|
|
|
The block size will be expanded to the next multible of the record length greater then 64kB. This means that all blocks are filled with 37 records, if each record/block of the undefined file 1800 byte long. |
|
|
|
The issue is related to an error in the PGP component. In a certain situation of record length, block length, internel block size and PGP packet length (body size) a wrong behavior was implemented. The issue will be fixed with revision 5.1.11 of FLAM available in few weeks. |
|
|
|
Fix PGP read/info where packet end is on block end |
|