Sir, Thank you for your direction.
Kind Regards. Jim Thomas -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Paul Gilmartin Sent: Saturday, January 11, 2014 6:43 PM To: [email protected] Subject: Re: Re : Uploading to z/OS SMPNTS On Sat, 11 Jan 2014 15:49:19 -0600, Jim Thomas wrote: > >Could anybody that has uploaded a product, that was downloaded via the >Download Director, to the SMPNTS, please provide some direction ??. > >Created a z/OS SMPNTS (zFS) and mounted it. > >Downloaded a product via Download Director (this gets downloaded to a >directory w/subdirectories). > >When I connect to z/OS via FTP, I get to all of my own MVS datasets .. >but do I PUT the entire directory ?? .. and where do I PUT this to ??. >The NTS dataset that I created is a zFS file and is not under my own HLQ. How >do I CD to a directory w/in a zFS dataset ?? ... > Within your mounted SMNTS filesystem, create (mkdir) two subdirectories, SMPNTS and SMPWKDIR. *Always* in binary mode: o FTP PUT each basefile (non-directory) in the downloaded product to the SMPNTS o Within SMPNTS, create a subdirectory matching each subdirectory in the downloaded product. o For each subdirectory: - CD to that subdirectory on the z/OS side. - LCD to that subdirectory on the workstation side. - MPUT * Alternatives with fewer commands: o If you can create a tar archive on the workstation side (cygwin or linux will do this; perhaps other utilities): - FTP that tar archive to the z/OS side. - extract the tar archive on the z/OS side. o If you can use "jar" on the z/OS side: - zip the product on the workstation side. - FTP the zip archive to the z/OS side. - extract it with jar on the z/OS side. -- 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
