FLAM Issue Tracker - FL5
View Issue Details
0000963FL54. Element, Byte, Record or other APIpublic2019-03-07 13:542019-03-15 15:00
Falk Reichbott 
Falk Reichbott 
normalfeatureN/A
resolvedfixed 
GeneralGeneralGeneral
5.1.19 
5.1.205.1.20 
0000963: Control a maximum limit of written bytes to prevent to large files
The stream, byte and record interfaces needs to be extent at write with a limit of written bytes. If the limit achieved then a return code must be set, to close the file and to start the next file.
No tags attached.
Issue History
2019-03-07 13:54Falk ReichbottNew Issue
2019-03-07 13:54Falk ReichbottStatusnew => assigned
2019-03-07 13:54Falk ReichbottAssigned To => Falk Reichbott
2019-03-15 15:00Falk ReichbottNote Added: 0001222
2019-03-15 15:00Falk ReichbottStatusassigned => resolved
2019-03-15 15:00Falk ReichbottFixed in Version => 5.1.20
2019-03-15 15:00Falk ReichbottResolutionopen => fixed

Notes
(0001222)
Falk Reichbott   
2019-03-15 15:00   
A new function fcbcount() for the byte and FCRCNT() for the record interface was introduced to determine the processed bytes or units (records/blocks) from the FIO or FMT components at input and output.