View previous topic :: View next topic
|
Author |
Message |
jwell rymbei
New User
Joined: 14 Dec 2005 Posts: 22 Location: India
|
|
|
|
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 |
|
|
meaanand
New User
Joined: 11 Sep 2004 Posts: 16
|
|
|
|
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 |
|
|
jwell rymbei
New User
Joined: 14 Dec 2005 Posts: 22 Location: India
|
|
|
|
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 |
|
|
|