I have received a CSV that has been converted/compressed/compacted into a SAV file from iSeries. Is there a way to extract the CSV file out of the SAV file using any utilities, or do I need an iSeries setup to do this?
I have received a CSV that has been converted/compressed/compacted into a SAV file from
Share
A
SAVFis a proprietary, relatively undocumented IBM file format. By far the easiest solution will be to use the native utilities to extract it.Many midrange shops don’t realize there is a ZIP utility integrated into the system. The Java
jarutility can create and extract standard ZIP files.It does not take much effort to copy a physical file (table) to the IFS (stream file system) in ASCII CSV format and zip it: