Page 1 of 1

How to zip mainframe file and sftp to Unix server?

PostPosted: Sun Feb 20, 2022 5:38 pm
by Emma_lee
Hello anyone,

I wanted to zip a mainframe file and send it to Unix server without using pkzip utility. Could any one please help.

Thanks,
Emma

Re: How to zip mainframe file and sftp to Unix server?

PostPosted: Sun Feb 20, 2022 8:04 pm
by Robert Sample
IBM mainframes do not have a ZIP utility available by default. Hence what you want to do pretty much cannot be done as specified.

One option would be to use the Unix System Services (USS) pax command which is available on Unix systems and does similar things to pkzip. Your site may have gzip / gunzip as well in USS -- you would have to ask your site support to know for sure.