Re: Python package for MVS data set I/O

2022-10-28 Thread Wayne Bickerdike
Good job David, Thanks. On Fri, Oct 28, 2022 at 6:26 PM David Crayford wrote: > I've written a Python package [1] to process record oriented MVS data > sets. It supports QSAM, BSAM, VSAM (KSDS, ESDS, RRDS), hiperspaces and > the file system. I would recommend not using it for the file system

Python package for MVS data set I/O

2022-10-28 Thread David Crayford
I've written a Python package [1] to process record oriented MVS data sets. It supports QSAM, BSAM, VSAM (KSDS, ESDS, RRDS), hiperspaces and the file system. I would recommend not using it for the file system as the Python standard library does a better job and supports file tagging. The