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

Recover dataset other than Hrecall dataset..


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

New User


Joined: 14 Dec 2005
Posts: 22
Location: India

PostPosted: Fri May 12, 2006 7:36 pm
Reply with quote

Hi,
Is there any way to recover large dataset other than HRECALL. I want to recall a large daataset but recall is failed due to space isssue.I tried to search on google to find out a solution. Following are the commands I came across

If DFHSM is struggling to find space to recall a large file, you can use either of these two options
HRECALL / DFDSSOPTION VOLCOUNT(ANY)
HRECALL / FORCENONSMS UNIT(unittype) VOLUME(volser)


Now the problem is I don't know where to use the commands. In 3.4 it does not work.

Can anybody help me out.

Thanks,
Jwell
Back to top
View user's profile Send private message
meaanand

New User


Joined: 11 Sep 2004
Posts: 16

PostPosted: Tue May 16, 2006 11:11 am
Reply with quote

Hi,
The below code may be helpful to you i guess.
It's working fine for the GDG's just back a try with this JCL.
in the SORTIN just give the DSN which is migrated to the tape.
and try that out.

Quote:
//***********************************************************
//STEP010 EXEC PGM=SORT
//***********************************************************
//SYSPRINT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//SYSABOUT DD SYSOUT=*
//SORTIN DD DSN=A.B.HIST,
// DISP=SHR
//*SORTOUT DD SYSOUT=*
//SORTOUT DD DSN=AB125.B.HIST,
// DISP=(NEW,CATLG,DELETE),
// SPACE=(CYL,(20,15),RLSE),
// DCB=(RECFM=FB,LRECL=110)
//SYSIN DD *
SORT FIELDS=COPY
/*
Back to top
View user's profile Send private message
jwell rymbei

New User


Joined: 14 Dec 2005
Posts: 22
Location: India

PostPosted: Tue May 16, 2006 11:52 am
Reply with quote

Hi,
The job is showing waiting for dataset for the migrated dataset.
I tried with HRECOVER it is also not working.

Thanks,
Jwell
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 Reading dataset in Python - New Line ... All Other Mainframe Topics 22
Search our Forums:

Back to Top