FLAM Issue Tracker - FL5
View Issue Details
0000176FL52.2 Subprogram FLUC (CONV)public2013-09-11 19:472013-10-01 07:48
Falk Reichbott 
Falk Reichbott 
normalfeatureN/A
resolvedfixed 
GeneralGeneralGeneral
 
0.080.08 
0000176: Support of dummy for file IO
With FLAM4 you can specify a special data set Name called *DUMMY. In such case no real file IO is done. Means the IO routines makes nothing on write and returns EOF at read operation.

For FLUC we use a SELECTION to choose the DUMMY and we use the key word ":DUMMY" to determine this spacial request.
No tags attached.
Issue History
2013-09-11 19:47Falk ReichbottNew Issue
2013-09-11 19:47Falk ReichbottStatusnew => assigned
2013-09-11 19:47Falk ReichbottAssigned To => Falk Reichbott
2013-10-01 07:48Falk ReichbottNote Added: 0000125
2013-10-01 07:48Falk ReichbottStatusassigned => resolved
2013-10-01 07:48Falk ReichbottFixed in Version => 0.08
2013-10-01 07:48Falk ReichbottResolutionopen => fixed

Notes
(0000125)
Falk Reichbott   
2013-10-01 07:48   
Add new key word DUMMY as possiblity to define the file name. If this key word used, then a deticated read or write function will be assigned witch takes nothing or EOF.