I believe the problem is that even though you are saying "MGET *.BIN (REPLACE" that does not cause it to "Strip" off the ".BIN" of the sending file name, so the system thinks you want to create a member name of "ABCDEF.BIN"
Al Nims Systems Admin/Programmer 3 Information Technology University of Florida (352) 273-1298 -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Bill Ashton Sent: Wednesday, August 05, 2015 9:55 AM To: [email protected] Subject: Re: Problem with FTP into a PDS Sorry...my mistake...instead of a single file, I created individual files for each fix...this is not what I wanted... On Wed, Aug 5, 2015 at 9:51 AM, Bill Ashton <[email protected]> wrote: > As a side note, I can do the mget into a single PS file, but I would > like to have them in a PDS if possible. > > B > > On Wed, Aug 5, 2015 at 9:45 AM, Bill Ashton <[email protected]> > wrote: > >> This group has been so helpful to me in the last couple weeks, and I >> hope for one more victory! >> >> I am trying to download a group of fixes from our server into a PDS, >> to do some reporting on it. I am not sure what my problem is, but let >> me explain the commands I am using. >> >> CD the file server >> LCD 'MY.PDS' >> mget *.BIN (REPLACE >> >> This results in the following messages: >> EZA1701I >>> TYPE A >> 200 Type okay. >> EZA1701I >>> PORT 141,202,65,11,170,236 >> 200 PORT command successful. >> EZA1701I >>> NLST *.BIN >> 150 Opening ASCII mode data connection for /bin/ls. >> 226 Listing completed. >> EZA1701I >>> TYPE I >> 200 Type okay. >> EZA1685W Invalid local file identifier EZA1735I Std Return Code = >> 22000, Error Code = 00018 >> >> I have confirmed that the files are on the server in the directory, >> and have *.BIN as their mask. >> >> Could the problem be due to the server filename like ABCDEF.BIN and >> that this can't create the desired member ABCDEF? Is there some other >> command to tell FTP that my file is called ABCDEF.BIN, but store it >> locally as ABCDEF in the PDS? >> >> Thanks once again! >> Billy >> >> -- >> Thank you and best regards, >> *Billy Ashton* >> > > > > -- > Thank you and best regards, > *Billy Ashton* > -- Thank you and best regards, *Billy Ashton* ---------------------------------------------------------------------- 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
