//STEP1 EXEC PGM=IDCAMS //SYSPRINT DD SYSOUT=* //DD1 DD DSN=SYS1.VVDS.VVND004,DISP=SHR,UNIT=3390,VOL=SER=VND004 //SYSIN DD * DELETE SYSV.CW.CHECKPNT.DATA VVR - FILE(DD1) CATALOG(CATALOG.VREZ538) DELETE SYSV.CW.CHECKPNT.INDEX VVR - FILE(DD1) CATALOG(CATALOG.VREZ538)
_________________________________________________________________ Dave Jousma Assistant Vice President, Mainframe Services [email protected] 1830 East Paris, Grand Rapids, MI 49546 MD RSCB2H p 616.653.8429 f 616.653.2717 -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Michael Wickman Sent: Friday, June 29, 2012 3:25 PM To: [email protected] Subject: Re: Unable to Delete Orphaned VSAM Data Components Have you tried something like this: DELETE (file.name) NOERASE NOSCRATCH - CATALOG(user.catalog.name) Mike Wickman -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Mark Zelden Sent: Friday, June 29, 2012 2:21 PM To: [email protected] Subject: Re: [IBM-MAIN] Unable to Delete Orphaned VSAM Data Components On Fri, 29 Jun 2012 12:57:31 -0600, Ken French <[email protected]> wrote: >Craig - >Tried your suggesting early on; output below. >- Ken > >DELETE MY.VSAM.DATA - > > NOSCRATCH - > > CATALOG( - > > MY.ACTIVE.USERCAT - > > ) > >IDC2552I ENTRY TYPE IS INVALID FOR DELETE > >IDC0551I ** ENTRY MY.VSAM.DATA NOT DELETED > >IDC0001I FUNCTION COMPLETED, HIGHEST CONDITION CODE WAS 8 > http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/DGT2C171/6.4.3?SHELF=DGT2BK91&DT=20100120142539 Also, have you run a DIAGNOSE on the BCS? Mark -- Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS mailto:[email protected] Mark's MVS Utilities: http://www.mzelden.com/mvsutil.html Systems Programming expert at http://expertanswercenter.techtarget.com/ ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN <font size="1"> <div style='border:none;border-bottom:double windowtext 2.25pt;padding:0in 0in 1.0pt 0in'> </div> "This email is intended to be reviewed by only the intended recipient and may contain information that is privileged and/or confidential. If you are not the intended recipient, you are hereby notified that any review, use, dissemination, disclosure or copying of this email and its attachments, if any, is strictly prohibited. If you have received this email in error, please immediately notify the sender by return email and delete this email from your system." </font> ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN This e-mail transmission contains information that is confidential and may be privileged. It is intended only for the addressee(s) named above. If you receive this e-mail in error, please do not read, copy or disseminate it in any manner. If you are not the intended recipient, any disclosure, copying, distribution or use of the contents of this information is prohibited. Please reply to the message immediately by informing the sender that the message was misdirected. After replying, please erase it from your computer system. Your assistance in correcting this error is appreciated. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
