Re: MGETing PC files with 2 nodes

2005-10-26 Thread Paul Gilmartin
In a recent note, "Shmuel Metz (Seymour J.)" said: > Date: Wed, 26 Oct 2005 19:49:46 -0300 > > >We're trying to do an mget on PC files. They're in the format; > >BLAH1.TXT, BLAH2.TXT, etc. And we can't rename the PC files. > >(@#$%!!) > > >Within MVS, is there a way to retrieve these f

Re: MGETing PC files with 2 nodes

2005-10-26 Thread Shmuel Metz (Seymour J.)
In <[EMAIL PROTECTED]>, on 10/20/2005 at 09:39 AM, "Kinney, Kevin" <[EMAIL PROTECTED]> said: >We're trying to do an mget on PC files. They're in the format; >BLAH1.TXT, BLAH2.TXT, etc. And we can't rename the PC files. >(@#$%!!) >Within MVS, is there a way to retrieve these files to a PDS?

Re: MGETing PC files with 2 nodes

2005-10-24 Thread Rob Wunderlich
On Thu, 20 Oct 2005 09:39:22 -0500, Kinney, Kevin <[EMAIL PROTECTED]> wrote: >We're trying to do an mget on PC files. They're in the format; BLAH1.TXT, >BLAH2.TXT, etc. And we can't rename the PC files. (@#$%!!) I've got a front end exec to FTP called MAXITRAN. It provides some scripting capab

Re: MGETing PC files with 2 nodes

2005-10-20 Thread Hal Merritt
PC files with 2 nodes I consider the following to be "simple". I do an ftp step which does a "dir" to list the file names. The output is put into a MVS dataset. The second step is a REXX program to parse the data in the MVS dataset, creating ftp "get" commands.

Re: MGETing PC files with 2 nodes

2005-10-20 Thread McKown, John
> -Original Message- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Kinney, Kevin > Sent: Thursday, October 20, 2005 9:39 AM > To: IBM-MAIN@BAMA.UA.EDU > Subject: MGETing PC files with 2 nodes > > > We're trying to do an m

Re: MGETing PC files with 2 nodes

2005-10-20 Thread Martin Kline
> We're trying to do an mget on PC files. They're in the format; > BLAH1.TXT, BLAH2.TXT, etc. And we can't rename the PC files. I do something very similar. After creating multiple Bmmhh.csv files I want to put them into a PDS. If you can map directly to the PC directory, use Explorer to copy th

Re: MGETing PC files with 2 nodes

2005-10-20 Thread Ed Finnell
In a message dated 10/20/2005 9:46:05 A.M. Central Standard Time, [EMAIL PROTECTED] writes: Within MVS, is there a way to retrieve these files to a PDS? >> Didn't this just come up past couple of days? That's where MGET GETs stuff- Into a PDS. If you've got the PDS defined and proper auth

Re: MGETing PC files with 2 nodes

2005-10-20 Thread Craig Kittendorf
ehalf Of Kinney, Kevin Sent: Thursday, October 20, 2005 10:39 AM To: IBM-MAIN@BAMA.UA.EDU Subject: MGETing PC files with 2 nodes We're trying to do an mget on PC files. They're in the format; BLAH1.TXT, BLAH2.TXT, etc. And we can't rename the PC files. (@#$%!!) As expected, MGET

MGETing PC files with 2 nodes

2005-10-20 Thread Kinney, Kevin
We're trying to do an mget on PC files. They're in the format; BLAH1.TXT, BLAH2.TXT, etc. And we can't rename the PC files. (@#$%!!) As expected, MGETing the files errors out with a EZA1735I, rc=6. Within MVS, is there a way to retrieve these files to a PDS? I suppose a workaround w