Date: Mon, 28 Jan 2008 09:40:50 -0600
Reply-To: "data _null_," <datanull@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "data _null_," <datanull@GMAIL.COM>
Subject: Re: Zip on z/OS Mainframe
In-Reply-To: <13d7ee79-2a02-4305-93ae-4323da0cc1df@y5g2000hsf.googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
I found PKZIP for z/OS.
http://tinyurl.com/2kglwo
I think the question is does your z/OS installation have ZIP.
I used to run IBM utilities as PROCs
PROC IEBUPTDE;
Try PROC ZIP and see what kind of messages you get.
On Jan 28, 2008 9:27 AM, OS2 Rules <dan_doyle@cibcmellon.com> wrote:
> Hi All:
>
> The subject line says it all: anyone know how to zip a file on a z/OS
> system?
>
> For all you old mainframers - what I want to do is zip a PDS file
> (selected members) into a sequential file and then transmit (ftp) that
> file to our UNIX server. Once on the UNIX box, I will then unzip the
> file.
>
|