IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

can we make recall of migrated datasets faster


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
mahapatrasoumya

New User


Joined: 13 Apr 2006
Posts: 7

PostPosted: Fri May 19, 2006 3:06 pm
Reply with quote

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
View user's profile Send private message
amrita.chatterjee

New User


Joined: 27 Apr 2006
Posts: 48
Location: Bangalore, India

PostPosted: Fri May 19, 2006 4:12 pm
Reply with quote

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
View user's profile Send private message
baidyanath_biswas

New User


Joined: 04 Sep 2006
Posts: 11

PostPosted: Wed Sep 06, 2006 5:35 pm
Reply with quote

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
View user's profile Send private message
sihanature
Warnings : 1

New User


Joined: 01 Sep 2005
Posts: 33

PostPosted: Wed Sep 06, 2006 6:13 pm
Reply with quote

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
View user's profile Send private message
baidyanath_biswas

New User


Joined: 04 Sep 2006
Posts: 11

PostPosted: Wed Sep 06, 2006 6:27 pm
Reply with quote

Hi..
thanx for ur reply..
but can u be further elaborate by coding an example with a gdg file ?
Back to top
View user's profile Send private message
er_neo

New User


Joined: 10 Jan 2006
Posts: 18
Location: Indore

PostPosted: Mon Apr 02, 2007 3:41 pm
Reply with quote

hmmm
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Mon Apr 02, 2007 3:44 pm
Reply with quote

I think that you need the absolute generation number when specifying a GDS.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Mon Apr 02, 2007 3:46 pm
Reply with quote

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
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Apr 02, 2007 9:35 pm
Reply with quote

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 icon_smile.gif ).

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
View user's profile Send private message
TizMe

New User


Joined: 05 Jan 2006
Posts: 72

PostPosted: Tue Apr 03, 2007 11:52 am
Reply with quote

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 icon_biggrin.gif ).
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts trying to make sense of keylists TSO/ISPF 11
No new posts Merging 2 datasets into one DFSORT/ICETOOL 1
No new posts How Can I Recall a Migrated Data Set ... PL/I & Assembler 3
No new posts PL/I, VB Datasets and the RDW PL/I & Assembler 4
No new posts how to get list of all VSAM/non-VSAM ... JCL & VSAM 13
Search our Forums:

Back to Top