> > Q).  What is the best way to delete a PDS member while the 
> > started task has it allocated DISP=SHR? 
> 

You can try using IDCAMS delete function with FILE Parameter

//DELPMEM  EXEC PGM=IDCAMS 
//SYSPRINT DD SYSOUT=*
//DDN      DD DSN=YOUR PDS, 
//            DISP=SHR
//SYSIN
  DELETE 'YOUR.PDS(membername)' FILE(DDN) 
//*

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to