FLAM Issue Tracker - FL5
View Issue Details
0000915FL51.1 FLCLpublic2018-05-29 10:032018-05-30 16:44
Mykhailo Moldavskyy 
Falk Reichbott 
normalcrashalways
resolvedfixed 
System zz/OSV2R20
5.1.17 
5.1.185.1.17 
0000915: Read write from USS to zOS dataset not possible
Read write from USS to zOS dataset not possible.

The use of file="//'TST.IDAT.PSFB80'" does not work on uss
No tags attached.
Issue History
2018-05-29 10:03Mykhailo MoldavskyyNew Issue
2018-05-29 10:03Mykhailo MoldavskyyStatusnew => assigned
2018-05-29 10:03Mykhailo MoldavskyyAssigned To => Falk Reichbott
2018-05-29 11:30Falk ReichbottView Statusprivate => public
2018-05-29 11:30Falk ReichbottDescription Updatedbug_revision_view_page.php?rev_id=416#r416
2018-05-29 11:32Falk ReichbottNote Added: 0001156
2018-05-29 11:32Falk ReichbottStatusassigned => resolved
2018-05-29 11:32Falk ReichbottFixed in Version => 5.1.18
2018-05-29 11:32Falk ReichbottResolutionopen => fixed
2018-05-30 16:44Falk ReichbottFixed in Version5.1.18 => 5.1.17

Notes
(0001156)
Falk Reichbott   
2018-05-29 11:32   
The directory work checks if the file exists with ftat() and the stat-implementation on USS don't support the // or DD: syntax for file names.

The current solution is to open and close the DDN or DSN to figure out if the file exists or not.