Thanks Paul & Eileen, it worked I have transferred the pax files. Lizette, we are not using it in our shop, we will try to implement in near future.
Thanks All..!! -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Paul Gilmartin Sent: Thursday, April 16, 2015 2:02 AM To: [email protected] Subject: Re: FTP to USS directory On 2015-04-15 09:32, zos reader wrote: > Good morning All..!! > > I have more number of PTF's to be applied for CA common services. > Initiallyi downloaded CAR2014 in zip file format and i was not able to > UNZIP using CAUNZIP utility due to missing PTF's. > What zip files did you get, and how many? Can you download directly to z/OS? On the PC (if you have nothing better than Windows): ftp ZOS cd /unix/directory binary put file1.zip put file2.zip ... put filen.zip close Then use the "jar" command to unzip them. > Also CAUNZIP utility is not supporting and for that too i need to > apply few more PTF's. > Now I have downloaded the the PTF's in PAX.Z format in my PC and i > need to transfer as bin to USS directory. > Can anyone please help me out with the jcl or process for > transferring from PC to USS directory or anyother way for FTP'ing > Again, use the process above. There may be many PAX.Z files. you may need to use the mkdir command to create intermediate level directories. This is all easier with the z/OS UNIX shell. In JCL, you can use the BPXBATCH program to issue shell commands. -- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
