IBM MAINFRAME HELP & SUPPORT FORUMS
Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
 

can we make recall of migrated datasets faster

THIS IS AN ARCHIVE FORUM: CLICK HERE TO GO TO THE ORIGINAL TOPIC

 
       IBMMAINFRAMES.com - IBM Mainframe Support Forums Index -> CLIST & REXX
View previous topic :: View next topic  
Author Message
mahapatrasoumya



Joined: 13 Apr 2006
Posts: 7

Posted: Fri May 19, 2006 3:06 pm    Post subject: can we make recall of migrated datasets faster  

Hi,

Can anyone suggest if there is any way by which the recall of migrated datasets can be made faster by writing a code in REXX.
We usually type hrecall to do the same.

Regards,
Soumya
Back to top  
amrita.chatterjee



Joined: 27 Apr 2006
Posts: 40
Location: Manchester,CT,USA

Posted: Fri May 19, 2006 4:12 pm    Post subject: Re: can we make recall of migrated datasets faster  

Hi,
You can summit a batch job to recall all the datasets.
//RECALL EXEC PGM=IKJEFT01,DYNAMNBR=20,TIME=(9)
//SYSTSPRT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//SYSTSIN DD *
HRECALL 'mention the dataset name's common part ' NOWAIT
/*

For e.g.
You want to recall these four datasets.
abc.aaa
abc.abd
abc.ddd
abc.ttt

then against SYSTSIN, you can mention
HRECALL 'abc.**'

just submit this jcl & then get rid of writing HRECALL against each & every dataset.
Back to top  
baidyanath_biswas



Joined: 04 Sep 2006
Posts: 11

Posted: Wed Sep 06, 2006 5:35 pm    Post subject: Re: can we make recall of migrated datasets faster  

But when i m using a series of gdg's latest version,how to recall it?
like
....
HRECALL 'HLQ1.HLQ2..*.TEST(-1)' NOWAIT gives error when jcl is submitted..
the error is in writing (-1)..for the latest version,..
Back to top  
sihanature



Joined: 01 Sep 2005
Posts: 34

Posted: Wed Sep 06, 2006 6:13 pm    Post subject: Re: can we make recall of migrated datasets faster  

Hi

There is an another way that we can recall the migrated datset faster by simply giving 'HRECALL / NOWAIT XXXXX.XXXXX.XXXX' In the comment line.
After that you can check the Recall status by giving 'TSO HQ' .

Regards,
Back to top  
baidyanath_biswas



Joined: 04 Sep 2006
Posts: 11

Posted: Wed Sep 06, 2006 6:27 pm    Post subject: Re: can we make recall of migrated datasets faster  

Hi..
thanx for ur reply..
but can u be further elaborate by coding an example with a gdg file ?
Back to top  
er_neo



Joined: 10 Jan 2006
Posts: 12
Location: Indore

Posted: Mon Apr 02, 2007 3:41 pm    Post subject: Re: can we make recall of migrated datasets faster  

hmmm
Back to top  
expat



Joined: 14 Mar 2007
Posts: 3731
Location: Brussels once more ...

Posted: Mon Apr 02, 2007 3:44 pm    Post subject:  

I think that you need the absolute generation number when specifying a GDS.
Back to top  
expat



Joined: 14 Mar 2007
Posts: 3731
Location: Brussels once more ...

Posted: Mon Apr 02, 2007 3:46 pm    Post subject:  

Oooooooooops, hit submit a bit quick there ................

What do you mean by faster ? Can you make HSM work faster ?
NO, it goes as fast as it goes.

What version of HSM are you running
Do you have CRQ installed and working
Are you using RLS for the CDS
Back to top  
dick scherrer



Joined: 23 Nov 2006
Posts: 9197
Location: 221 B Baker St

Posted: Mon Apr 02, 2007 9:35 pm    Post subject:  

Hello,

How long does a recall take that you are concerned about making it faster?

Things in MIGRAT1 typically recall faster than MIGRAT2 (by design).

At most of my sites, a recall only takes a short while (unless the data will fill multiple dasd volumes :) ).

If you are watching/waiting the recall may appear to "take forever" - start the recall and then go for some water or whatever.
Back to top  
TizMe



Joined: 05 Jan 2006
Posts: 74

Posted: Tue Apr 03, 2007 11:52 am    Post subject:  

At most of my sites, a recall only takes a short while (unless the data is on ML2 and there are insufficent tape drives online :D ).
Back to top  
 
       IBMMAINFRAMES.com - IBM Mainframe Support Forums Index -> CLIST & REXX
Page 1 of 1
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM