Jul 2, 2009 #1 tatoriver Programmer Joined Mar 23, 2009 Messages 27 Location US I would like to download from the mainframe a librery with all the elements that have inside, how can i do this?
I would like to download from the mainframe a librery with all the elements that have inside, how can i do this?
Jul 6, 2009 #2 kevinpink MIS Joined Mar 8, 2004 Messages 35 Location US Where exactly would REXX play a role in this? Upvote 0 Downvote
Jul 13, 2009 #3 stanleyrx Programmer Joined Mar 27, 2002 Messages 11 Location US Two methods #1 FTP Ftp to MVS, cd to the PDS and use "mget *" to download all members #2 JCL Write 2 steps JCL using PGM=IEBPTCH to punch out the PDS members then use FTPPROC, or whatever the name at our site, to FTP to the server Stan Mlynarski Upvote 0 Downvote
Two methods #1 FTP Ftp to MVS, cd to the PDS and use "mget *" to download all members #2 JCL Write 2 steps JCL using PGM=IEBPTCH to punch out the PDS members then use FTPPROC, or whatever the name at our site, to FTP to the server Stan Mlynarski