Try using IDCAMS DELETE VVR/NVR.

>From the AMS manual:
The following example shows how to delete entries associated with a
   non-VSAM object from the VVDS and VTOC.  The purpose of this command
is to
   clean up the VVDS and VTOC when there are residual records as a
result of
   an error.

     //DELET14  JOB   ...
     //STEP1    EXEC  PGM=IDCAMS
     //DD1      DD    VOL=SER=VSER01,UNIT=3380,DISP=OLD
     //SYSPRINT DD    SYSOUT=A
     //SYSIN    DD    *
          DELETE -
                EXAMPLE.NONVSAM -
                FILE(DD1) -
                NVR
     /*

Larry Crilley
Dino-Software, LLC
http://www.dino-software.com/
412-734-2853.




-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of John C. Wolf
Sent: Tuesday, June 14, 2005 9:43 AM
To: [email protected]
Subject: iec614I

We are trying to delete an uncataloged data set on an SMS pack.
Our SMS person has tried several things to get rid of this dataset with
no
luck.  How do you get rid of such a dataset?

As a last resort, she tried taking the volume out of SMS status and
deleting the dataset, but we got the above message so obviously that's
not
the way to go.

Help!

John Wolf sysprog university of cincinnati voice 513-556-0009

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

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