MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

NDM - Dataset migration

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities
View previous topic :: View next topic  
Author Message
Karumanchi
Beginner


Joined: 13 Mar 2007
Posts: 9
Topics: 3

PostPosted: Thu Jan 29, 2009 5:32 am    Post subject: NDM - Dataset migration Reply with quote

I have a job which transfers the file from thru NDM utility. While doing the job abends as dataset is migrated and gets the following message from SS
'DMGALRCL has issued a data set recall' . After some time if we restart the job goes thru fine as the datset gets freed.

Is there any way we can avoid the abend at first instance.
Back to top
View user's profile Send private message
expat
Intermediate


Joined: 01 Mar 2007
Posts: 475
Topics: 9
Location: Welsh Wales

PostPosted: Thu Jan 29, 2009 6:37 am    Post subject: Reply with quote

Have you considered making sure that the dataset is not migrated before you start ?
_________________
If it's true that we are here to help others,
then what exactly are the others here for ?
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Thu Jan 29, 2009 11:19 am    Post subject: Reply with quote

Karumanchi,

Add HRECALL step to recall the dataset before the NDM process

Code:

//STEP0100 EXEC PGM=IKJEFT01
//SYSTSPRT DD SYSOUT=*                 
//SYSUDUMP DD SYSOUT=*                 
//SYSTSIN  DD *                         
 HRECALL   'your migrated dsname'  WAIT
/*


Kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Karumanchi
Beginner


Joined: 13 Mar 2007
Posts: 9
Topics: 3

PostPosted: Thu Jan 29, 2009 11:33 pm    Post subject: Reply with quote

Thanks Kolusu. Will check this and let u know.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group