I need to download an entire PDS from the mainframe to my PC (or unix system). I want the members of the PDS to be individual files on the target file system. The download utility currently at the client site, downloads the entire PDS as one single file. This is proving to be a show stopper for us.
Yes, we can download individual members but, we have about 9000 of them.
Can someone please share the code (ReXX, JCL, etc) to help us out on this?
how to download pds from mainframes to unix os
-
- Posts: 21
- Joined: Mon Jul 07, 2008 3:24 pm
- Skillset: cics,jcl,db2,cobol,vsam,dfsort/icetool
- Referer: manager
- MrSpock
- Global moderator
- Posts: 809
- Joined: Wed Jun 06, 2007 9:37 pm
- Skillset: REXX, JCL, DFSORT, Syncsort, Axway MFT, Connect:Direct, FTP, SFTP
- Referer: ibmmainframes.com
- Location: Raleigh NC USA
- Contact:
Re: how to download pds from mainframes to unix os
Did you use FTP to download the members? The MGET * sub-command should work to retrieve of the members as individual files.
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: how to download pds from mainframes to unix os
Hello,
If you have a windows-based ftp client (most desktop systems do), you can specify the pds as the mainframe directory, highlight all of the members, and transfer all of them with one click.
If you have a windows-based ftp client (most desktop systems do), you can specify the pds as the mainframe directory, highlight all of the members, and transfer all of them with one click.
Hope this helps,
d.sch.
d.sch.
-
- Posts: 21
- Joined: Mon Jul 07, 2008 3:24 pm
- Skillset: cics,jcl,db2,cobol,vsam,dfsort/icetool
- Referer: manager
Re: how to download pds from mainframes to unix os
but i need a rexx program for that.
- MrSpock
- Global moderator
- Posts: 809
- Joined: Wed Jun 06, 2007 9:37 pm
- Skillset: REXX, JCL, DFSORT, Syncsort, Axway MFT, Connect:Direct, FTP, SFTP
- Referer: ibmmainframes.com
- Location: Raleigh NC USA
- Contact:
Re: how to download pds from mainframes to unix os
OK. What do you want this program to do? Maybe if you can describe the process, you might be able to write the program.
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: how to download pds from mainframes to unix os
Hello,
What can justify writing an application to do what is already available on your system?
Keep in mind that if you write something in mainframe rexx, you will set the code to "push" the data from the mainframe to the pc. One obstacle to sending the data to your pc is that the pc would require an "ftp server" (rather than just a client) and most organizations do not permit desktop systems to run an ftp server. Many unix servers run an ftp service, so this may not be an issue.
How was that requirement determined?but i need a rexx program for that.
What can justify writing an application to do what is already available on your system?
Keep in mind that if you write something in mainframe rexx, you will set the code to "push" the data from the mainframe to the pc. One obstacle to sending the data to your pc is that the pc would require an "ftp server" (rather than just a client) and most organizations do not permit desktop systems to run an ftp server. Many unix servers run an ftp service, so this may not be an issue.
Hope this helps,
d.sch.
d.sch.
-
- Similar Topics
- Replies
- Views
- Last post
-
-
Creating Unix Directory using COBOL in Unix 0n Z/OS
by Heisenberg » Mon Jun 26, 2023 4:36 pm » in IBM Cobol - 2
- 3053
-
by Robert Sample
View the latest post
Wed Jul 05, 2023 6:36 pm
-
-
- 5
- 2767
-
by sergeyken
View the latest post
Thu Feb 25, 2021 8:19 pm
-
-
How to download the source code of a Endevor processor?
by hujirong » Wed Nov 02, 2022 12:26 am » in All Other Tools - 0
- 3065
-
by hujirong
View the latest post
Wed Nov 02, 2022 12:26 am
-
-
- 1
- 2911
-
by Robert Sample
View the latest post
Sun Feb 20, 2022 8:04 pm
-
-
Calling Java program on UNIX/USS from a COBOL CICS program?
by zbius » Tue Nov 05, 2024 2:37 pm » in IBM Cobol - 2
- 2607
-
by zbius
View the latest post
Wed Nov 06, 2024 6:02 pm
-