Re: Tape to tape copy jcl

2018-03-06 Thread Vince Getgood
Venkat, I'm not sure Gil's REXX is going to help you. Can you confirm a few things for me? You don't have any tape management system, and you have @1000 tapes? If there is no software to manage them, how do you do it? How do you know what's on each tape, when it can be overwritten etc etc?

Re: Tape to tape copy jcl

2018-03-05 Thread Gil Cardenas
SAY 'BLKSIZE = ' BLKSIZE SAY 'LRECL = ' LRECL SAY 'RECFM = ' RECFM SAY 'MGMTCLAS = ' MGMTCLAS */ END ELSE NOP END ELSE DONE = 'YES' END /* */ /* CLOSE INPUT FILE AFTER PROCESSING */ /* -------

Re: Tape to tape copy jcl

2018-03-04 Thread venkat kulkarni
Hello Elardus, My responses are below. On Wed, Feb 28, 2018 at 4:33 PM, Elardus Engelbrecht < elardus.engelbre...@sita.co.za> wrote: > venkat kulkarni wrote: > > >We are in the process of migrating physical tape to virtual tape. > > > Careful, this is not for fainthearted. ;-) > > > >I am

Re: Tape to tape copy jcl

2018-03-04 Thread venkat kulkarni
We are using DLM from EMC. On Wed, Feb 28, 2018 at 2:02 PM, Ken Bloom wrote: > Which VTL are you using? > > Ken > > Kenneth A. Bloom > Avenir Technologies Inc > /d/b/a Visara International > 203-984-2235 > bl...@visara.com > www.visara.com > > > > On Feb 28, 2018, at 5:19 AM,

Re: Tape to tape copy jcl

2018-03-04 Thread venkat kulkarni
> Sent: 28 February, 2018 10:20 > > To: IBM-MAIN@LISTSERV.UA.EDU > > Subject: Tape to tape copy jcl > > > > Hello Group, > > > > We are in the process of migrating physical tape to virtual tape. > > > > I am unable to find any process and JCL which can copy

Re: Tape to tape copy jcl

2018-03-04 Thread venkat kulkarni
re any other considerations. Those are the ones I know > > Lizette > > > > -Original Message- > > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > > Behalf Of Carmen Vitullo > > Sent: Wednesday, February 28, 2018 7:29 AM > > To:

Re: Tape to tape copy jcl

2018-03-04 Thread venkat kulkarni
Thanks you Gil, Can you please share this rexx script and its functionality, So that I can try using in our shop. Thanks & Regards Venkat On Thu, Mar 1, 2018 at 4:58 PM, Gil Cardenas wrote: > I realize you may be doing a mass migration and am only pointing this out

Re: Tape to tape copy jcl

2018-03-01 Thread Gil Cardenas
I realize you may be doing a mass migration and am only pointing this out as a base for ideas... I created a REXX routine that could be invoked from a TSO DSLIST where the user could simply type TT beside the dataset name and the routine would calculate the next generation for that dataset and

Re: Tape to tape copy jcl

2018-02-28 Thread Lizette Koehler
m: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Carmen Vitullo > Sent: Wednesday, February 28, 2018 7:29 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Tape to tape copy jcl > > Last I recall we had HSM tapes in our Silo circa 1995, IIRC, those tap

Re: Tape to tape copy jcl

2018-02-28 Thread Carmen Vitullo
day, February 28, 2018 9:35:48 AM Subject: Re: Tape to tape copy jcl CONFIDENTIALITY STATEMENT: The foregoing message (including attachments) is covered by the Electronic Communication Privacy Act, 18 U.S.C. sections 2510-2521, and is CONFIDENTIAL. If you believe that it has been sent to

Re: Tape to tape copy jcl

2018-02-28 Thread Herring, Bobby
CONFIDENTIALITY STATEMENT: The foregoing message (including attachments) is covered by the Electronic Communication Privacy Act, 18 U.S.C. sections 2510-2521, and is CONFIDENTIAL. If you believe that it has been sent to you in error, do not read it. If you are not the intended recipient, you

Re: Tape to tape copy jcl

2018-02-28 Thread Carmen Vitullo
recht" <elardus.engelbre...@sita.co.za> To: IBM-MAIN@LISTSERV.UA.EDU Sent: Wednesday, February 28, 2018 8:20:41 AM Subject: Re: Tape to tape copy jcl PINION, RICHARD W. wrote: >One thing to keep in mind, you cannot use IEBGENER or IDCAMS to copy ADRDSSU >(DFDSS) or FDR dump tapes. You mu

Re: Tape to tape copy jcl

2018-02-28 Thread Elardus Engelbrecht
PINION, RICHARD W. wrote: >One thing to keep in mind, you cannot use IEBGENER or IDCAMS to copy ADRDSSU >(DFDSS) or FDR dump tapes. You must use the appropriate copy utility, >COPYDUMP for ADRDSU and FDRTCOPY for FDR. Damn! Do you have to lead the OP away from this minefield or road full of

Re: Tape to tape copy jcl

2018-02-28 Thread PINION, RICHARD W.
] On Behalf Of willie bunter Sent: Wednesday, February 28, 2018 8:56 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Tape to tape copy jcl [External Email] Besides IEBGENER and DITTO there is not much out there. However, when we did a conversion from physical tape to virtual tape (VTS) we used FATSCOPY

Re: Tape to tape copy jcl

2018-02-28 Thread willie bunter
are shopping for a software) From: venkat kulkarni <venkatkulkarn...@gmail.com> To: IBM-MAIN@LISTSERV.UA.EDU Sent: Wednesday, February 28, 2018 4:19 AM Subject: Tape to tape copy jcl Hello Group, We are in the process of migrating physical tape to virtual tape. I am unable to fi

Re: Tape to tape copy jcl

2018-02-28 Thread Carmen Vitullo
is great but a tool like COPYCAT will do it all. Carmen Vitullo - Original Message - From: "venkat kulkarni" <venkatkulkarn...@gmail.com> To: IBM-MAIN@LISTSERV.UA.EDU Sent: Wednesday, February 28, 2018 3:19:43 AM Subject: Tape to tape copy jcl H

Re: Tape to tape copy jcl

2018-02-28 Thread Elardus Engelbrecht
venkat kulkarni wrote: >We are in the process of migrating physical tape to virtual tape. Careful, this is not for fainthearted. ;-) >I am unable to find any process and JCL which can copy all my data residing in >physical tape cartridge to virtual tape using JCL . I have a lot of questions:

Re: Tape to tape copy jcl

2018-02-28 Thread R.S.
For dataset copy use IEBGENER. However presumably you have some tape management system and/or HSM. For HSM data set up the environment and start recycle process. For other datasets there are tools which help to update RMM or other TMS database, but it will not necessarily solve all the issues

Re: Tape to tape copy jcl

2018-02-28 Thread Ken Bloom
Which VTL are you using? Ken Kenneth A. Bloom Avenir Technologies Inc /d/b/a Visara International 203-984-2235 bl...@visara.com www.visara.com > On Feb 28, 2018, at 5:19 AM, venkat kulkarni > wrote: > > Hello Group, > > We are in the process of migrating

Re: Tape to tape copy jcl

2018-02-28 Thread Vernooij, Kees (ITOPT1) - KLM
, 2018 10:20 > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Tape to tape copy jcl > > Hello Group, > > We are in the process of migrating physical tape to virtual tape. > > I am unable to find any process and JCL which can copy all my data > residing > in physical tape cart

Tape to tape copy jcl

2018-02-28 Thread venkat kulkarni
Hello Group, We are in the process of migrating physical tape to virtual tape. I am unable to find any process and JCL which can copy all my data residing in physical tape cartridge to virtual tape using JCL . Can you please suggest . Regards Venkat