|
|
| Author |
Message |
upinder_chopra
New User
Joined: 09 Apr 2007 Posts: 3 Location: san jose
|
|
|
|
| how to transfer all members of a pds from mainframes to pc at one go, but not manually? |
|
| Back to top |
|
 |
References
|
|
 |
murmohk1
Senior Member
Joined: 29 Jun 2006 Posts: 1477 Location: Bangalore,India
|
|
|
|
upinder,
You want this to be done through JCL/Program? |
|
| Back to top |
|
 |
William Thompson
Global Moderator
Joined: 18 Nov 2006 Posts: 2977 Location: Tucson AZ
|
|
|
|
| There is a format called XMIT (I think) that will let you transfer a whole PDS. There is a shareware or freeware program that will let you access a XMIT PDS on your PC. Try google. |
|
| Back to top |
|
 |
prasadvrk
Active User
Joined: 31 May 2006 Posts: 209 Location: Noida
|
|
|
|
| You can use FTP mget command to FTP all members of the PDS at once.Have you tried this option |
|
| Back to top |
|
 |
vkphani
New User
Joined: 29 Oct 2003 Posts: 30
|
|
|
|
1. mget a.b.c(*)
2. IEBPTPCH utility can be used to put all the PDS members into a flat file and then download that flat file using FTP. |
|
| Back to top |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 8722 Location: 221 B Baker St
|
|
|
|
Hello,
Depending on your desktop tcp/ip product, using the built-in ftp feature you may be able to point to the pds and download it into a directory on the pc. When the transfer happens, all of the members will be copied into the target directory as individual files.
You do not need to highlight the members, just the pds. |
|
| Back to top |
|
 |
upinder_chopra
New User
Joined: 09 Apr 2007 Posts: 3 Location: san jose
|
|
|
|
| murmohk1 wrote: |
upinder,
You want this to be done through JCL/Program? |
Can this be done thru a JCL/Program? |
|
| Back to top |
|
 |
upinder_chopra
New User
Joined: 09 Apr 2007 Posts: 3 Location: san jose
|
|
|
|
| prasadvrk wrote: |
| You can use FTP mget command to FTP all members of the PDS at once.Have you tried this option |
I tried ftp command mget but I think i missed on exact syntax.
Pls elaborate on using the mget command/ |
|
| Back to top |
|
 |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3296 Location: Charlotte,NC USA
|
|
| Back to top |
|
 |
ofer71
Global Moderator
Joined: 27 Dec 2005 Posts: 1956 Location: Israel
|
|
|
|
MGET is a standard FTP subcommand, and is well documented in the fine manual.
O. |
|
| Back to top |
|
 |
|
|