View previous topic :: View next topic |
Author |
Message |
Xevious Beginner
Joined: 29 Dec 2005 Posts: 5 Topics: 2
|
Posted: Mon Jan 09, 2006 5:21 pm Post subject: HSM CDS problem |
|
|
Does anyone have any suggestions on how to solve this little problem:
I have an ML2 dataset that doesn't have a record in the MCDS. Therefore I cannot delete the dataset, even with a purge...nor can I recall it. I have been looking through the FIXCDS, but don't feel comfortable if that is the right way to go with this problem. An audit shows that there is a backup version of this dataset, but recovering it while the DS is in ML2 hasn't been successful. Any thoughts?
Thanks!!!! |
|
Back to top |
|
 |
warp5 Intermediate

Joined: 02 Dec 2002 Posts: 429 Topics: 18 Location: Germany
|
Posted: Tue Jan 10, 2006 1:34 am Post subject: |
|
|
Have you tried uncataloging it? |
|
Back to top |
|
 |
Xevious Beginner
Joined: 29 Dec 2005 Posts: 5 Topics: 2
|
Posted: Tue Jan 10, 2006 10:38 am Post subject: |
|
|
Yeah, uncatalog gets a locate error the same as a recall  |
|
Back to top |
|
 |
warp5 Intermediate

Joined: 02 Dec 2002 Posts: 429 Topics: 18 Location: Germany
|
Posted: Wed Jan 11, 2006 1:50 am Post subject: |
|
|
I am not sure how to get rid of this, this is usually a trial and error situation where we have several different jobs that might get the job done.
Try:
//DELNVSM EXEC PGM=IDCAMS,
// REGION=1024K
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
DELETE ABC.ABC +
NONVSAM PURGE NOSCRATCH +
CAT(UCATALOG NAME) |
|
Back to top |
|
 |
|
|