Hello,
actually we delete dataset by using IDCAMS :
//DELETE EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
DELETE PRTR.XDSR.*
DELETE PRTR.XDSR.*.N01
DELETE PRTR.XDSR.*.N02
DELETE PRTR.XDSR.*.N03
DELETE PRTR.XDSR.*.N04
//*
The sysout of the job shows 319 files deleted by idcams.
But it took a very long time... Two hours to delete those files. Because the machine was full... I mean lot's of job was running during this delete.
So i would like to know if there is another way to delete those files more quickly...
By using ADRDSSU for example or IEFBR14. Thank's to tell me about your experience.
sam