Anonymous | Login | Signup for a new account | 2024-11-22 17:32 CET |
My View | View Issues | Change Log | Roadmap | Search |
View Revisions: Issue #387 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0000387: Add record interface for original data | ||
Revision | 2014-04-03 13:36 by Mykhailo Moldavskyy | ||
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. |
||
Revision | 2014-04-03 09:21 by Falk Reichbott | ||
Description | Based on the byte interface we provide a load module interface for squential record io for original data on mainframe system. FCBRECLB FLCOPN(fs) = fcbopen(fs,"format.record()") FCLPUT FLCGET FLCCLS 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. |
Copyright © 2000 - 2024 MantisBT Team |