Jeffrey, here are a few of the parameters that I have tried and have gotten 
the file deleted. Since, you didn’t post the commands that you’ve used. I 
figure that I send you what has worked for me in the pass. Hope this helps. 
Just review the parms in manual before using to make sure that we’ll work for 
you. 

1.
********************************
//DELNVR  EXEC PGM=IDCAMS                          
//DD1      DD  VOL=SER=XXXXXX,UNIT=3390,DISP=OLD   
//SYSPRINT DD   SYSOUT=*                           
//SYSIN    DD   *                                  
  DELETE DATASET NAME       -                      
      FILE(DD1)  -                                 
      NVR                                          
2.
******************************** 
 //DELNOSC  EXEC PGM=IDCAMS                
 //SYSPRINT DD   SYSOUT=*                  
 //SYSIN    DD   *                         
   DELETE   DATASET.NAME.MAR0707  -   
        PURGE -                            
        CAT(USERCAT.NAME)        
   
3.
************************************
  //STEP13 EXEC PGM=IDCAMS                     
//SYSPRINT DD SYSOUT=*                       
//SYSIN DD *                                 
   DELETE  DATASET.NAME   NSCR  

4. For this one you need to leave the ver… as is. 
************************************
//SYSIN    DD *                                        
 ZAP   BCS(USERCAT.NAME)  -                            
       DELETE(KEY(DATASET.NAME)  - 
       VER(04,C'A'))                                   
******************************** 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to