FLAM Issue Tracker - FL5
View Issue Details
0000387FL54. Element, Byte, Record or other APIpublic2014-04-03 09:212014-04-28 17:14
Falk Reichbott 
Mykhailo Moldavskyy 
normalfeatureN/A
resolvedfixed 
GeneralGeneralGeneral
0.08 
5.0 
0000387: Add record interface for original data
Based on the byte interface we provide a load module interface for squential record io for original data on mainframe system.

FLCRECLB
   FLCOPN(&hdl,rc,fs) => hdl=fcbopen(fs,"format.record()"); rc=fcberrno;
   FLCPUT(hdl,rc,reclen,rec) = fcbwrite
   FLCGET(hdl,rc,reclen,rec) = fcbread
   FLCCLS(hdl,rc) = fcbclose

   FLCVSN
   FLCABO
   FLCLIC
   FLCHLP
   FLCSYN

The record interface allows the user to read each kine of original data (gzip files with text, or flam files with records or text files, or xml files) formated in records. Means each kind of open file format or each kind of host file format will be converted in data and length.
No tags attached.
Issue History
2014-04-03 09:21Falk ReichbottNew Issue
2014-04-03 09:21Falk ReichbottStatusnew => assigned
2014-04-03 09:21Falk ReichbottAssigned To => Mykhailo Moldavskyy
2014-04-03 13:36Mykhailo MoldavskyyDescription Updatedbug_revision_view_page.php?rev_id=137#r137
2014-04-28 17:14Ulrich SchwabStatusassigned => resolved
2014-04-28 17:14Ulrich SchwabResolutionopen => fixed
2014-12-02 07:43Falk ReichbottCategory4. Element, Byte or Record API => 4. Element, Byte, Record or other API

There are no notes attached to this issue.