When you used "mget *" to retrieve the members, what extension were they
saved as on the PC?  *.txt?  *.mac? IOW, did you do "mget * *.txt"?  If not,
did you rename them all to *.txt after they were downloaded so you could
edit them easily?

If they were saved with any extension at all, you probably cannot use "mput
*" to put them back.  If (for example) they were saved as *.txt, do the
following before starting ftp on the PC:

C:\TEMP>ren *.txt *.

Then you may be able to use "mput *" as you want.  I just tested this with a
small PDS, and had no problem using "mget *" followed by "mput *".  z/OS
1.6, in case it matters.  You do, however, lose all ISPF statistics in the
directory entries when you do the mput back to the PDS.

HTH

Peter 

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 18, 2005 5:29 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: FTP members from PC to Mainframe PDS

I'm drawing a blank here and checking archives I've hit a wall.

I downloaded a PDS to my PC awhile back using the MGET command from my PC
while connected to the mainframe remote host.
I now want to upload them back to the mainframe from the PC, use the PC's
FTP command, into a mainframe PDS.
I tried

open (host address)
<userid>
<password>
lcd temp  (individual members saved here) prompt
cd ispf.test.rexx   (mainframe PDS name)
mput *

Howerver, this creates a separate file for each member on the mainframe.
I'd like them all IN  ISPF.TEST.REXX.

Thanks
Bill

_
This message and any attachments are intended only for the use of the addressee 
and
may contain information that is privileged and confidential. If the reader of 
the 
message is not the intended recipient or an authorized representative of the
intended recipient, you are hereby notified that any dissemination of this
communication is strictly prohibited. If you have received this communication in
error, please notify us immediately by e-mail and delete the message and any
attachments from your system.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to