problem quith DFHSM

Help for IBM's record-oriented filesystem VSAM, ESDS, KSDS, RRDS, LDS and Storage management Subsystems
samb01
Posts: 431
Joined: Mon Nov 16, 2009 7:24 pm
Skillset: quite good
Referer: by web

problem quith DFHSM

Postby samb01 » Thu May 28, 2020 8:15 pm

Hello,

i ty to delete a dataset wichi si in ML2, but i have this message :

Code: Select all


ARC1001I DATA.SET  DELETE FAILED, RC=0003, REAS=0004  
 ARC1103I MIGRATION/BACKUP/DUMP VOLUME NOT AVAILABLE                            
 ARC1007I  DELETE REQUEST 00009288 SENT TO DFSMSHSM                
 


i used this comand :

Code: Select all


TSO HSEND FIXCDS D 'T.UT16.EXA.O01605.S1198.CPTPRSOK' DELETE
 


and it works, but in ispf : 3.4, there is still the dataset :

Code: Select all


                                                                               
Command - Enter "/" to select action                  Message           Volume
-------------------------------------------------------------------------------
         DATA.SET                              MIGRAT2
***************************** End of Data Set list ****************************
 


and whezn i used HDELETE command,

i have this message :

Code: Select all


ARC1001I DATA.SET  DELETE FAILED, RC=0002, REAS=0000
ARC1102I DATA SET IS NOT MIGRATED/BACKED UP                                
***                                                                        
 


may be there is a problem with the catalog...

Thank's for your help

Robert Sample
Global moderator
Posts: 3720
Joined: Sat Dec 19, 2009 8:32 pm
Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
Referer: other forum
Location: Dubuque, Iowa, USA

Re: problem quith DFHSM

Postby Robert Sample » Thu May 28, 2020 8:41 pm

and it works,
How do you reconcile this with the actual results you posted:
ARC1001I DATA.SET DELETE FAILED, RC=0003, REAS=0004
ARC1103I MIGRATION/BACKUP/DUMP VOLUME NOT AVAILABLE
ARC1007I DELETE REQUEST 00009288 SENT TO DFSMSHSM
You tell us the delete command worked, when the message CLEARLY states that the volume with the HSM migration / backup was not available to do the delete and hence it failed.

At a minimum, you have an HSM problem -- you most likely also have a catalog problem.

samb01
Posts: 431
Joined: Mon Nov 16, 2009 7:24 pm
Skillset: quite good
Referer: by web

Re: problem quith DFHSM

Postby samb01 » Thu May 28, 2020 8:49 pm

this command worked

Code: Select all


TSO HSEND FIXCDS D 'DATA.SET' DELETE
 


and that on does not wok :

Code: Select all

HDELETE   DATASET


  • Similar Topics
    Replies
    Views
    Last post