FLAM Issue Tracker - FL5
View Issue Details
0000754FL52.2 Subprogram FLUC (CONV)public2015-11-18 11:552015-11-22 17:00
Falk Reichbott 
Falk Reichbott 
highmajorsometimes
resolvedfixed 
System zz/OSV1R13
5.1.09 
5.1.105.1.10 
0000754: Text files some times padded with 0x00 instead of blank (0x40)
Using FLCL some text files are padded with binary zero instead of blanks.
No tags attached.
Issue History
2015-11-18 11:55Falk ReichbottNew Issue
2015-11-18 11:55Falk ReichbottStatusnew => assigned
2015-11-18 11:55Falk ReichbottAssigned To => Falk Reichbott
2015-11-22 15:15Falk ReichbottNote Added: 0000924
2015-11-22 17:00Falk ReichbottNote Added: 0000925
2015-11-22 17:00Falk ReichbottStatusassigned => resolved
2015-11-22 17:00Falk ReichbottFixed in Version => 5.1.10
2015-11-22 17:00Falk ReichbottResolutionopen => fixed
2015-11-22 17:01Falk ReichbottNote View State: 0000925: public

Notes
(0000924)
Falk Reichbott   
2015-11-22 15:15   
The padding for MVS datasets is done by the system und not by FLAM. To fix this issue we must implement all write functions in a FIX variant wehre the padding is done by FLAM with the correct padding character.
(0000925)
Falk Reichbott   
2015-11-22 17:00   
The padding of fix length records for host data sets are no done itself to ensure that the correct padding character is used.