Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 515 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 515 Bytes

pyzfile

pyzfile (pronounced pie-zee-file) is a Python package for performing I/O on native MVS record oriented data sets. All access methods are supported including QSAM, BSAM, VSAM (KSDS, ESDS, RRDS) and hiperspaces. This library is a wrapper over the z/OS C/C++ runtime library STDIO functions such as fopen, fread, fwrite, flocate etc. Refer to the IBM z/OS C/C++ runtime library documentation for details.

Documentation

pyzfile documentation