> -----Original Message----- > From: IBM Mainframe Discussion List <[email protected]> On > Behalf Of Hilario Garcia > Sent: Wednesday, September 12, 2018 4:51 AM > To: [email protected] > Subject: How to delete strange files on dasd > > Hello dear colleagues, > > For unknown reasons I have a volume with the following content in the vtoc: > > Command - Enter "/" to select action Dsorg Recfm Lrecl Blksz > -------------------------------------------------- > ------------------------------------------------- > ** SYSUT1.T0849100 PS U 0 666 > ** SYSUT1.T1350305 PS U 0 666 > ** SYSUT1.T1352121 PS U 0 666 > ** SYSUT2.T0849100 PS U 0 666 > ** SYSUT2.T1350305 PS U 0 666 > ** SYSUT2.T1352121 PS U 0 666 > ** SYSUT3.T0849100 PS U 0 87 > ** SYSUT3.T1350305 PS U 0 87 > ** SYSUT3.T1352121 PS U 0 87 > > Any recommendations how can I delete these entries? What utility can I use > for its > elimination?
What have you tried? With what results? Are the datasets catalogued? Is the pack SMS managed? I used to successfully delete uncatalogued orphan datasets using a DD statement of the form below in an IEFBR14 step (note that the dataset name is in single quotes): //DD1 DD DISP=(OLD,DELETE),UNIT=3390,VOL=SER=USERN1, // DSN='SYS08077.T094023.RA000.LZSEC08.R0100089' ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
