Hi,

I used the below JCL and it works perfectly :

//DELVS  JOB MSGCLASS=X,MSGLEVEL=(1,1),CLASS=T,
//         REGION=5M,NOTIFY=&SYSUID
//DEFCSD EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//DD1      DD  VOL=SER=CT3T04,DISP=SHR,UNIT=3390
//SYSIN DD *
  DELETE U262316.VSAM.KSDS2.AIX.DATA VVR -
  FILE(DD1)
/*

SYSPRINT :

IDCAMS  SYSTEM SERVICES

  DELETE U262316.VSAM.KSDS2.AIX.DATA VVR -
  FILE(DD1)
IDC0001I FUNCTION COMPLETED, HIGHEST CONDITION CODE WAS 0

IDC0002I IDCAMS PROCESSING COMPLETE. MAXIMUM CONDITION CODE WAS 0

Thanks all again for your suggestion

Regards,
Jags

On Fri, Jul 8, 2011 at 5:38 PM, Shameem .K .Shoukath <
shameemkshouk...@yahoo.com> wrote:

> hi,
>   Can you try
> DELETE U262316.VSAM.KSDS2.AIX.DATA VVR
>
> or
>
>  DELETE U262316.VSAM.KSDS2.AIX.DATA file(DDNAME)
>
> where DDNAME is the ddname like //DDNAME  DD VOL=SER=VOLID1,UNIt=SYSDA
>
>
> ________________________________
>
> Thanks and Regards
> Shameem K Shoukath
>
>
>
>
>
> >________________________________
> >From: jagadishan perumal <jagadish...@gmail.com>
> >To: IBM-MAIN@bama.ua.edu
> >Sent: Friday, July 8, 2011 1:55 PM
> >Subject: Re: uncataloged VSAM delete
>  >
> >LISTC is not producing not any result..... U262316.VSAM.KSDS2.AIX.DATA is
> >not allocated in any Catalog... This datasets are resultant of Restore..
> >
> >On Fri, Jul 8, 2011 at 4:58 PM, Lizette Koehler <stars...@mindspring.com
> >wrote:
> >
> >> > I tried deleting the Uncataloged VSAM datset but I get the below
> >> following
> >> error
> >> > message :
> >> >
> >> > IDCAMS  SYSTEM SERVICES
> >> >
> >> >   DELETE U262316.VSAM.KSDS2.AIX.DATA -
> >> >   NONVSAM
> >> > IKJ56228I DATA SET U262316.VSAM.KSDS2.AIX.DATA NOT IN CATALOG OR
> >> IKJ56228I
> >> > CATALOG CAN NOT BE ACCESSED IDC0551I ** ENTRY
> >> > U262316.VSAM.KSDS2.AIX.DATA NOT DELETED IDC0001I FUNCTION COMPLETED,
> >> > HIGHEST CONDITION CODE WAS 8
> >>
> >>
> >> Jags is the dataset U262316.VSAM.KSDS2.AIX.DATA the AIX component of a
> >> cluster?  Why did you use NONVSAM in your DELETE command?
> >>
> >> Can you provide a LISTC of this element with ALL?
> >>
> >> Lizette
> >>
> >> ----------------------------------------------------------------------
> >> For IBM-MAIN subscribe / signoff / archive access instructions,
> >> send email to lists...@bama.ua.edu 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 lists...@bama.ua.edu 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 lists...@bama.ua.edu 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to