I was able to get this VSAM delete with the following job.

 //TSIDCDEL JOB CLASS=S                          
//S1       EXEC PGM=IDCAMS                      
//FILE1    DD DISP=SHR,VOL=SER=B90311,UNIT=3390,
//SYSPRINT DD SYSOUT=*                          
//SYSIN    DD *                                 
 DELETE  CICS.TEST.CMT.BATSTAT3 -               
 FILE(FILE1) -                                  
 CATALOG(CATALOG.ZOS.V17CT1)
//    

Thanks, Peter

----------------------------------------------------------------------
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