On Thu, 29 Aug 2013 08:10:51 -0500, John McKown wrote: > >1) go to the CBTtape.org site to determine the URL of the CBTtape file you >want. E.g. cbttape.org/ftp/updates/CBT897.zip >2) get to a z/OS UNIX shell and enter the following UNIX commands > >cd some-subdirectory >curl -B http://cbttape.org/ftp/updates/CBT987.zip
(We need to specify a proxy. And for some sites, --location) FTP works as well. Our proxy is even more Byzantine for FTP. I did this before we had Ported Tools. >jar xf CBT987.zip >ls -ltr #to find name of extracted file >cp -B -W "seqparms='space=(cyl,(1,1)),recfm=fb,lrecl=80,blksize=3120'" >FILE897.XMI >exit > >3) do the normal RECEIVE INDATASET(FILE897.XMI) to restore the PDS. > Or, BPXWDYN( 'alloc path(...)...' ) RECEIVE INFILE ... I can do all this in a batch job. Need to stack the response to RECEIVE prompt. -- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
