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

HRECALL not working against a Migrated dataset


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
khannay2k

New User


Joined: 24 Feb 2005
Posts: 28
Location: Bangalore

PostPosted: Wed Aug 01, 2007 4:21 pm
Reply with quote

Hi,

I am trying to recall a migrated dataset, in 3.4 option i tried giving HRECALL against the dataset, but it failed to recall and system says DFSMSHSM is not active and RC=16, can any one please let me know how i will be able to retrieve it.

Regards,
Khanna.
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: Wed Aug 01, 2007 7:37 pm
Reply with quote

Hello,

You might try submitting a batch job that looks like
Code:
//JNAME your job card
//GENR     EXEC PGM=IEBGENER                   
//SYSUT1   DD DSN=your.dsn,DISP=OLD
//SYSUT2   DD DUMMY                         
//SYSOUT   DD SYSOUT=*                         
//SYSPRINT DD SYSOUT=*                         
//SYSIN    DD DUMMY 
//

to see if the system will recall the dataset. If there are still problems, i'd suggest you talk with your storage administration people (you may want to talk with them before trying the IEBGENER and ask why HSM is not active. . .).
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Thu Aug 02, 2007 11:36 am
Reply with quote

Or try this JCL
Code:
//RECALL EXEC PGM=IKJEFT01,DYNAMNBR=20,TIME=(9)           
//SYSTSPRT DD SYSOUT=*                                     
//SYSPRINT DD SYSOUT=*                                     
//SYSUDUMP DD SYSOUT=*                                     
//SYSTSIN DD *                                             
 HRECALL 'Dataset to recall' NOWAIT
/*                                                         


If it does not seem to work, talk to your storage administration people, as suggested.
Back to top
View user's profile Send private message
khannay2k

New User


Joined: 24 Feb 2005
Posts: 28
Location: Bangalore

PostPosted: Thu Aug 02, 2007 2:37 pm
Reply with quote

Hi all,
Thanks a ton, i could able to retreive it, i have done it submitting a JCL.

Regards,
khanna
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Thu Aug 02, 2007 4:28 pm
Reply with quote

khannay2k wrote:
Hi,

I am trying to recall a migrated dataset, in 3.4 option i tried giving HRECALL against the dataset, but it failed to recall and system says DFSMSHSM is not active and RC=16, can any one please let me know how i will be able to retrieve it.

Regards,
Khanna.

I would guess that HSM was unavailable for some reason, hence the message and return code.

Maybe it was just bad luck that you wanted to recall a dataset at that time.

Or perhaps HSM is not active on all LPARS and you tried to recall from one of the LPARS without an active HSM, although if you have 1.6 of above installed and the CRQ facility enabled, HSM should have handled this without an error.
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts Allocated cylinders of a dataset DB2 12
No new posts Sort First/last record of a subset th... DFSORT/ICETOOL 7
No new posts PD not working for unsigned packed JO... DFSORT/ICETOOL 5
Search our Forums:

Back to Top