FLAM Issue Tracker - FL5 | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000387 | FL5 | 4. Element, Byte, Record or other API | public | 2014-04-03 09:21 | 2014-04-28 17:14 |
Reporter | Falk Reichbott | ||||
Assigned To | Mykhailo Moldavskyy | ||||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Platform | General | OS | General | OS Version | General |
Product Version | 0.08 | ||||
Target Version | 5.0 | Fixed in Version | |||
Summary | 0000387: Add record interface for original data | ||||
Description | 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. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2014-04-03 09:21 | Falk Reichbott | New Issue | |||
2014-04-03 09:21 | Falk Reichbott | Status | new => assigned | ||
2014-04-03 09:21 | Falk Reichbott | Assigned To | => Mykhailo Moldavskyy | ||
2014-04-03 13:36 | Mykhailo Moldavskyy | Description Updated | bug_revision_view_page.php?rev_id=137#r137 | ||
2014-04-28 17:14 | Ulrich Schwab | Status | assigned => resolved | ||
2014-04-28 17:14 | Ulrich Schwab | Resolution | open => fixed | ||
2014-12-02 07:43 | Falk Reichbott | Category | 4. Element, Byte or Record API => 4. Element, Byte, Record or other API |
There are no notes attached to this issue. |