Re: Recalling GDG generations

2007-04-10 Thread J R
This is driven by the results of catalog LOCATE. The generations of the GDG are returned by a single LOCATE for the GDG base. From: Pommier, Rex R. [EMAIL PROTECTED] Reply-To: IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Recalling GDG generations

Re: Recalling GDG generations

2007-04-09 Thread O'Brien, David W. (NIH/CIT) [C]
Lizette, Wouldn't an Iefbr14 against the base GDG result in all of the gdg's being recalled? Dave O'Brien From: Lizette Koehler [mailto:[EMAIL PROTECTED] Sent: Mon 4/9/2007 8:13 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Recalling GDG generations If your

Re: Recalling GDG generations

2007-04-09 Thread Lizette Koehler
If he uses something other than HSM, we would need to know that process. However, the program solution works well. However, each recall only happens when that data set is accessed. With the TSO Batch recall, you can specify nowait and just let it queue them all up at once. Plus you know what

Re: Recalling GDG generations

2007-04-09 Thread Bill Wilkie
GDG generations Date: Mon, 9 Apr 2007 17:40:38 +0530 Hi all, Is there a way to recall the generations of a GDG which have been archived on the tape? I am talking of a batch method here. I need to recall all the archived generations at one go. Regards, Rashmi CAUTION

Re: Recalling GDG generations

2007-04-09 Thread wtrovijo
Just make a ICETOOL or ICEMAN job to copy 1 record from the input to a dummy output and make input dataset DD point to GDG name. HTH, Walter. Is there a way to recall the generations of a GDG which have been archived on the tape? I am talking of a batch method here. I need to recall

Re: Recalling GDG generations

2007-04-09 Thread Stocker, Herman
Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Rashmi Nijaguni Mogali Sent: Monday, April 09, 2007 8:11 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Recalling GDG generations Hi all, Is there a way to recall the generations of a GDG which have been archived on the tape? I am talking of a batch

Re: Recalling GDG generations

2007-04-09 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Rashmi Nijaguni Mogali Sent: Monday, April 09, 2007 7:11 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Recalling GDG generations Hi all, Is there a way to recall the generations of a GDG which

Re: Recalling GDG generations

2007-04-09 Thread Ted MacNEIL
Is there a way to recall the generations of a GDG which have been archived on the tape? // -- Job Card //RECALL EXEC PGM=IEFBR14 //DD1 DDDISP=SHR,DSNAME=gdg.base Where: gdg.base is the base without any .GV00 qualifiers. - Too busy driving to stop for gas!

Re: Recalling GDG generations

2007-04-09 Thread Paul Gilmartin
In a recent note, Ted MacNEIL said: Subject: Re: Recalling GDG generations // -- Job Card //RECALL EXEC PGM=IEFBR14 //DD1 DDDISP=SHR,DSNAME=gdg.base Where: gdg.base is the base without any .GV00 qualifiers. Will this perform the recalls sequentially or concurrently

Re: Recalling GDG generations

2007-04-09 Thread O'Brien, David W. (NIH/CIT) [C]
: Re: Recalling GDG generations In a recent note, Ted MacNEIL said: Subject: Re: Recalling GDG generations // -- Job Card //RECALL EXEC PGM=IEFBR14 //DD1 DDDISP=SHR,DSNAME=gdg.base Where: gdg.base is the base without any .GV00 qualifiers. Will this perform the recalls

Re: Recalling GDG generations

2007-04-09 Thread Lizette Koehler
Besides the MAXRECALL there is also the issue of physical number of tape drives. We are limited here to the number of things DFHSM can do because we do not have sufficient Tape Drives for everything. That includes normal TAPE processes as well as DFHSM. So another issue could be physical

Re: Recalling GDG generations

2007-04-09 Thread Pommier, Rex R.
is 5 and my TAPEMAXRECALLTASKS is 2. -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of O'Brien, David W. (NIH/CIT) [C] Sent: Monday, April 09, 2007 9:45 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Recalling GDG generations No, HSM does not 'single

Re: Recalling GDG generations

2007-04-09 Thread O'Brien, David W. (NIH/CIT) [C]
Rex, What release of Zos are you on? From: Pommier, Rex R. [mailto:] Sent: Mon 4/9/2007 11:05 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Recalling GDG generations Actually I just tried this (the IEFBR14 job) because I have seen the issue that Gil mentioned

Re: Recalling GDG generations

2007-04-09 Thread Chase, John
-Original Message- From: IBM Mainframe Discussion List On Behalf Of Pommier, Rex R. Actually I just tried this (the IEFBR14 job) because I have seen the issue that Gil mentioned, where HSM recalls 1 dataset at a time for a normal batch job. I just recalled 31 generations out

Re: Recalling GDG generations

2007-04-09 Thread Ted MacNEIL
Where: gdg.base is the base without any .GV00 qualifiers. Will this perform the recalls sequentially or concurrently? Sequentially, at each obtain from the catalogue. - Too busy driving to stop for gas! -- For IBM-MAIN

Re: Recalling GDG generations

2007-04-09 Thread Pommier, Rex R.
1.4. -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of O'Brien, David W. (NIH/CIT) [C] Sent: Monday, April 09, 2007 10:11 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Recalling GDG generations Rex, What release of Zos are you

Re: Recalling GDG generations

2007-04-09 Thread O'Brien, David W. (NIH/CIT) [C]
-MAIN@BAMA.UA.EDU Subject: Re: Recalling GDG generations 1.4. -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of O'Brien, David W. (NIH/CIT) [C] Sent: Monday, April 09, 2007 10:11 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Recalling GDG

Re: Recalling GDG generations

2007-04-09 Thread Pommier, Rex R.
: Monday, April 09, 2007 11:22 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Recalling GDG generations That's interesting because on my 1.4 system, HSM recalls invoked by Iefbr14 are done sequentially as each dataset is allocated by Jes. I have not tried nor observed how a base gdg is handled