Thank you -----Original Message----- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Lizette Koehler Sent: Sunday, March 26, 2017 6:01 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Help deleting file
Using 3.4 you can search the catalog (no volser) or volumes (complete or partial volser) If your dataset is cataloged but incorrectly Go to TSO READY PROMPT Delete 'dsn' NOSCRATCH NOPURGE <--- This uncatalogs the dataset DELETE 'dsn' <--- this deletes the catalog entry Then issue ALLOC DD(DMYTMP) DA('your ispf dataset name') CYLINDERS SPACE(1 1) BLOCKS(10) RECFM(F B) and so forth. Then issue ISPF. If you are in ISPF and are able to create a NEW ispf dataset, do that. Then go to the ready prompt and issue 1) FREE DD(ISPPROF) 2) ALLOC DD(ISPPROF)DA('new dataset name here') SHR Then access ISPF You probably should look at the ISPF User's Guide volumes - they can be quiet helpful. Lizette > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] > On Behalf Of Joseph Reichman > Sent: Sunday, March 26, 2017 2:27 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Help deleting file > > Hi > > I'm getting a 213-04 abend on my ispf profile Dataset > > It's seems to be a catch-22 where I can't delete As the system cannot > find it > > And I cannot allocate because the system says it's a duplicate dataset > Doing a > 3.4 I can see what pack it's on ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN