You likely need to unzip it on your workstation first, and then upload the tar file inside it.
Dave Jousma Vice President | Director, Technology Engineering From: IBM Mainframe Discussion List <[email protected]> on behalf of Shaffer, Terri <[email protected]> Date: Tuesday, March 19, 2024 at 12:39 PM To: [email protected] <[email protected]> Subject: Re: How to unzip my Rocket MAKE 4.3 file Thanks this is what I needed, but the file I downloaded from rocket was .zip?? Ms Terri E Shaffer Senior Systems Engineer, z/OS Support: ACIWorldwide – Telecommuter H(412-766-2697) C(412-519-2592) Terri. Shaffer@ aciworldwide. com -----Original Thanks this is what I needed, but the file I downloaded from rocket was .zip?? Ms Terri E Shaffer Senior Systems Engineer, z/OS Support: ACIWorldwide – Telecommuter H(412-766-2697) C(412-519-2592) [email protected] -----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of Matthew Stitt Sent: Tuesday, March 19, 2024 12:30 PM To: [email protected] Subject: Re: How to unzip my Rocket MAKE 4.3 file EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe. I've used something like this: //BPX10A EXEC PGM=BPXBATCH,REGION=8M, // PARM='sh tar -xvfo /u/sysprogr/make-4.0_b0003.160302.tar' //STDOUT DD PATH='/tmp/sysprogr.pr10', // PATHOPTS=(OWRONLY,OCREAT,OTRUNC), // PATHMODE=SIRWXU //STDERR DD PATH='/tmp/sysprogr.pr10a', // PATHOPTS=(OWRONLY,OCREAT,OTRUNC), // PATHMODE=SIRWXU //STDIN DD PATH='/dev/null' Matthew On Tue, 19 Mar 2024 15:38:24 +0000, Shaffer, Terri <[email protected]> wrote: >Hi, > So I am like a bull in a china closet when it comes to commands in USS. And > looking for the Rocket Read-me apparently, I missed. > >So I have my make4.3 zip file in my USS directory, but how do I explode it? > >Ms Terri E Shaffer >Senior Systems Engineer, >z/OS Support: >ACIWorldwide - Telecommuter >H(412-766-2697) C(412-519-2592) >[email protected] ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ________________________________ [https://urldefense.com/v3/__https://go.aciworldwide.com/rs/030-ROK-804/images/aci-footer.jpg__;!!MwwqYLOC6b6whF7V!gKqxWXEqdXmqsNpnxGB0MbxabK3I1KoYmNJz1xieStIteYtD1r1MmdQ2WQB5tohXCl7pB5Lx5NSYOuash9ZoTofi-nZlC5ZLEHE$<https://urldefense.com/v3/__https:/go.aciworldwide.com/rs/030-ROK-804/images/aci-footer.jpg__;!!MwwqYLOC6b6whF7V!gKqxWXEqdXmqsNpnxGB0MbxabK3I1KoYmNJz1xieStIteYtD1r1MmdQ2WQB5tohXCl7pB5Lx5NSYOuash9ZoTofi-nZlC5ZLEHE$>] <https://urldefense.com/v3/__http://www.aciworldwide.com__;!!MwwqYLOC6b6whF7V!gKqxWXEqdXmqsNpnxGB0MbxabK3I1KoYmNJz1xieStIteYtD1r1MmdQ2WQB5tohXCl7pB5Lx5NSYOuash9ZoTofi-nZlKWnhKcM$<https://urldefense.com/v3/__http:/www.aciworldwide.com__;!!MwwqYLOC6b6whF7V!gKqxWXEqdXmqsNpnxGB0MbxabK3I1KoYmNJz1xieStIteYtD1r1MmdQ2WQB5tohXCl7pB5Lx5NSYOuash9ZoTofi-nZlKWnhKcM$>> This email message and any attachments may contain confidential, proprietary or non-public information. The information is intended solely for the designated recipient(s). If an addressing or transmission error has misdirected this email, please notify the sender immediately and destroy this email. Any review, dissemination, use or reliance upon this information by unintended recipients is prohibited. Any opinions expressed in this email are those of the author personally. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN This e-mail transmission contains information that is confidential and may be privileged. It is intended only for the addressee(s) named above. If you receive this e-mail in error, please do not read, copy or disseminate it in any manner. If you are not the intended recipient, any disclosure, copying, distribution or use of the contents of this information is prohibited. Please reply to the message immediately by informing the sender that the message was misdirected. After replying, please erase it from your computer system. Your assistance in correcting this error is appreciated. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
