Re: Decompressing a TAR File

2021-06-07 Thread Paul Gilmartin
On Mon, 7 Jun 2021 13:57:37 +, Sasso, Len wrote:

>We use FTP to transmit a TAR file to our UNIX Platform, execute BPXBATCH to 
>extract a particular ZIP file and then execute COZBATCH to transmit the ZIP 
>file to our mainframe where we extract the contents.
>
That's confusing.  Explain your steps in more detail.

Are you describing consecutive processes or alternative processes?

-- gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Decompressing a TAR File

2021-06-07 Thread Paul Gilmartin
On Mon, 7 Jun 2021 13:32:49 +, Woo, Pete wrote:

>I am at  z/OS 2.3 system. Has anybody de-compress a USS ".tar" file to a z/OS  
>tape file. If so, can you share the code.
>
Decompression should be unnecessary.

Pax, and I believe tar, will directly read/write catalogued Classic data sets.
It may be necessary to write to interim DASD and IEBGENER to tape.

I prefer pax to tar, partly because of the pax code page translation options.
(Although translated extracted files may be tagged incorrectly.  SR; WAD.)

z/OS uses POSIX compress; Linux gzip deflate, so a filter may be necessary:
gunzip 

Re: Decompressing a TAR File

2021-06-07 Thread Sasso, Len
We use FTP to transmit a TAR file to our UNIX Platform, execute BPXBATCH to 
extract a particular ZIP file and then execute COZBATCH to transmit the ZIP 
file to our mainframe where we extract the contents.


Thank You and Please Be Safe!

Len Sasso
Systems Administrator Senior
CSRA, A General Dynamics Information Technology Company
327 Columbia TPKE
Rensselaer, NY 12144

TEAM: Together Everyone Achieves More

Office Hours: M-F  7 AM - 3:45 PM

Vacation:

Phone: (518) 257-4209
Cell: (518) 894-0879
Fax: (518) 257-4300
len.sa...@gdit.com
URL: www.gdit.com<http://www.gdit.com>





From: IBM Mainframe Discussion List  on behalf of 
Woo, Pete <039c785abde5-dmarc-requ...@listserv.ua.edu>
Sent: Monday, June 7, 2021 9:32 AM
To: IBM-MAIN@LISTSERV.UA.EDU 
Subject: Decompressing a TAR File



 [External: Use caution with links & attachments]

I am at  z/OS 2.3 system. Has anybody de-compress a USS ".tar" file to a z/OS  
tape file. If so, can you share the code.

Thanks in advanced



Pete Woo
Email: p...@unum.com<mailto:p...@unum.com>
Office: 803.731.5868


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Decompressing a TAR File

2021-06-07 Thread Woo, Pete
I am at  z/OS 2.3 system. Has anybody de-compress a USS ".tar" file to a z/OS  
tape file. If so, can you share the code.

Thanks in advanced



Pete Woo
Email: p...@unum.com
Office: 803.731.5868


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN