|
|
| Author |
Message |
sri_gans
New User
Joined: 03 Nov 2007 Posts: 6 Location: chennai
|
|
|
|
| Hi.. i am in need in of jcl which will used to copy contents fron one tape to another tape. And also kindly help me, where i can ftp the load module which will be used in this JCL. |
|
| Back to top |
|
 |
References
|
Posted: Tue May 20, 2008 6:19 pm Post subject: Re: JCL needed for copying contents fron one tape to another tap |
 |
|
|
 |
Moved: Tue May 20, 2008 6:25 pm by superk From JCL to SMS & VSAM |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 2677 Location: italy
|
|
|
|
The question is a bit generic...
do You want to copy a tape dataset to another tape dataset,
Or.. You want to duplicate a tape bit by bit ??? |
|
| Back to top |
|
 |
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 3280 Location: Brussels once more ...
|
|
|
|
| sri_gans wrote: |
| Hi.. i am in need in of jcl which will used to copy contents fron one tape to another tape. And also kindly help me, where i can ftp the load module which will be used in this JCL. |
Why are you wanting to use FTP to copy a tape ? |
|
| Back to top |
|
 |
sri_gans
New User
Joined: 03 Nov 2007 Posts: 6 Location: chennai
|
|
|
|
Hi thanks for your response...
Actually my query is i had backedup all of my mainframe data into one 3590 cartdrige. Now i want to move the data from this 3590 cartridge to another 3590 cartridge using a JCL.
(1) Whether this is possible?
(2) If so can i have that JCL used.
Please help me in this.. |
|
| Back to top |
|
 |
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 3280 Location: Brussels once more ...
|
|
|
|
Look at IEBGENER in the utilities manual
| Quote: |
| (2) If so can i have that JCL used. |
Yes, as soon as I have the 500 Euro for consultancy services. |
|
| Back to top |
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 2677 Location: italy
|
|
| Back to top |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 8062 Location: 221 B Baker St
|
|
|
|
Hello,
| Quote: |
where i can ftp the load module which will be used in this JCL.
|
You do not do this. The mainframe you are using already has multiple "copy" utilities installed.
For a simple copy, you could use IEBGENER (as mentioned above) or the SORT product. The sort will typically run faster than IEBGENER. |
|
| Back to top |
|
 |
gcicchet
Senior Member
Joined: 28 Jul 2006 Posts: 587
|
|
|
|
Hi,
as Enrico already stated
| Quote: |
what did You use to tacke the backup?
|
, depending on this is what utitily you use to copy the cart.
IEBGENER does not work too well in copying dfdss backups.
Gerry |
|
| Back to top |
|
 |
gcicchet
Senior Member
Joined: 28 Jul 2006 Posts: 587
|
|
|
|
Hi,
I take back what I said earlier, I ran a DFDSS backup and copied it using IEBGENER and was able to restore the data from the copied version.
Gerry |
|
| Back to top |
|
 |
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 3280 Location: Brussels once more ...
|
|
|
|
| gcicchet wrote: |
Hi,
I take back what I said earlier, I ran a DFDSS backup and copied it using IEBGENER and was able to restore the data from the copied version.
Gerry |
Exactly what I was going to say. I also use IEBGENER to produce 3rd copy ML2 tapes in HSM. |
|
| Back to top |
|
 |
|
|