> -----Original Message-----
> From: The IBM z/VM Operating System 
> [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Kern
> Sent: Thursday, August 07, 2008 11:43 AM
> To: IBMVM@LISTSERV.UARK.EDU
> Subject: Re: CMS Files to XMIT compatible datastream
> 
> The purpose is to have a datafile that can be transferred to a PC for
> archival to a CD/DVD and viewed with the XMIT Manager program 
> under Windo=
> ws
> and when the user gets a new job at a z/OS installation, the 
> file can be
> uploaded to that system and properly used by the TSO RECEIVE command. 
>  
> I cannot guarantee that the user will have an UNZIP at a new 
> z/OS job. =
> 
>  
> /Tom Kern

Just as an aside, the Java "jar" command can be used to create or
"explode" ZIP type files. Most z/OS shops should have Java. It's free.

jar xf some.file.zip

will eXtract the files from soe.file.zip

jar cf some.other.zip file1 file2 file3 ...

Will create a ZIP file containing the files.

I don't think it supports "legacy" z/OS datasets, only z/OS UNIX files.

--
John McKown
Senior Systems Programmer
HealthMarkets
Keeping the Promise of Affordable Coverage
Administrative Services Group
Information Technology

The information contained in this e-mail message may be privileged
and/or confidential.  It is for intended addressee(s) only.  If you are
not the intended recipient, you are hereby notified that any disclosure,
reproduction, distribution or other use of this communication is
strictly prohibited and could, in certain circumstances, be a criminal
offense.  If you have received this e-mail in error, please notify the
sender by reply and delete this message without copying or disclosing
it.  

Reply via email to