FLAM Issue Tracker - FL5
View Issue Details
0000713FL52.2 Subprogram FLUC (CONV)public2015-08-07 09:592015-08-07 10:49
Falk Reichbott 
Falk Reichbott 
normalminorhave not tried
resolvedfixed 
System zz/OSV1R13
5.1.07 
5.1.085.1.08 
0000713: Add a switch to FALLOC object at write, which enforce a disposition NEW allocation, by deleting the old file
In the case of a retry after an error the additial allocated space for a PS dataset was released. The file exist, but it was not completly written based on the error. At such an retry, for example with another CCSID, it make sense to have the cabebility to delete the output file if it exist.
No tags attached.
Issue History
2015-08-07 09:59Falk ReichbottNew Issue
2015-08-07 09:59Falk ReichbottStatusnew => assigned
2015-08-07 09:59Falk ReichbottAssigned To => Falk Reichbott
2015-08-07 10:48Falk ReichbottNote Added: 0000875
2015-08-07 10:48Falk ReichbottStatusassigned => resolved
2015-08-07 10:48Falk ReichbottFixed in Version => 5.1.08
2015-08-07 10:48Falk ReichbottResolutionopen => fixed
2015-08-07 10:49Falk ReichbottNote Edited: 0000875bug_revision_view_page.php?bugnote_id=875#r244

Notes
(0000875)
Falk Reichbott   
2015-08-07 10:48   
(edited on: 2015-08-07 10:49)
A new switch called RENEW was add to the FALLOC object. If this switch is defined and a allocation for write operation (not for append) is done and a host dataset name was spezified then the file (PS/VSAM) or the member (PO) is removed, in front of the allocation.

This ensures that a PS dataset is allocated with disposition NEW.