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://go.aciworldwide.com/rs/030-ROK-804/images/aci-footer.jpg] <http://www.aciworldwide.com> 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
