FLAM Issue Tracker - FL5
View Issue Details
0000192FL52.2 Subprogram FLUC (CONV)public2013-10-08 16:362013-10-09 17:31
Falk Reichbott 
Falk Reichbott 
normalminorN/A
resolvedfixed 
System zz/OSV1R13
 
5.10.08 
0000192: Binary read of USS files over ZOS-RTE does not work
A binary read of a USS file whithout delimiter result in a empty file.
No tags attached.
related to 0000193resolved Falk Reichbott Support of record mode (stop, cut, wrap) for USS files on MVS 
Issue History
2013-10-08 16:36Falk ReichbottNew Issue
2013-10-08 16:36Falk ReichbottStatusnew => assigned
2013-10-08 16:36Falk ReichbottAssigned To => Falk Reichbott
2013-10-08 16:39Falk ReichbottNote Added: 0000131
2013-10-08 16:44Falk ReichbottRelationship addedrelated to 0000193
2013-10-09 17:31Falk ReichbottNote Added: 0000134
2013-10-09 17:31Falk ReichbottStatusassigned => resolved
2013-10-09 17:31Falk ReichbottFixed in Version => 0.08
2013-10-09 17:31Falk ReichbottResolutionopen => fixed

Notes
(0000131)
Falk Reichbott   
2013-10-08 16:39   
It looks like that this will be a bug of the RTE. in Assembler this will work, but over the c run time environment no data and eof will be deliverd in this case. Further investigation required, it could be we must issue a PMR at IBM.
(0000134)
Falk Reichbott   
2013-10-09 17:31   
The error was in BIORIO module. The module has return EOF if *piLen was greater then 0. It must return EOF only if no data read, means *piLen==0. This small fix also solve the wrong statistic values at other places.