xxxxxx = volser
//JS010 EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//VOL001 DD DISP=SHR,UNIT=3390,VOL=SER=xxxxxx
//SYSIN DD *
DELETE 'YOUR.DATASET' NVR FILE(VOL001)
or
//JS010 EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
ALLOCATE -
FILE(Vxxxxxx) -
DATASET('SYS1.VVDS.Vxxxxxx') -
VOLUME(xxxxxx) UNIT(3390) -
REUS SHR;
DELETE -
YOUR.DATASET -
NVR -
FILE(Vxxxxxx)
or
ISMF.1
Specify data set name, mask, or '**'
specify 1 for VTOC
Specify volume serial number
hit enter
type del next to the dataset and hit enter
One of these methods should work
Terry Traylor
charlesSCHWAB
TIS Mainframe Storage Management
Remedy Queue: tis-hs-mstg
(602) 977-5154
-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of HELIO
Sent: Wednesday, January 09, 2008 3:32 AM
To: [email protected]
Subject: Delete dataset nonvsam
I have several datasets nonvsam controlled by SMS that are uncataloged, they
are lost on the disks, tried to delete catalogued and SMS does not allow. I am
trying to delete the VVDS the disk using the job ..
//DELETE JOB...
//STEP1 EXEC PGM=IDCAMS
//DD1 DD VOL=SER=VSER01,UNIT=3380,DISP=OLD
//SYSPRINT DD SYSOUT=A
//SYSSIN DD *
DELETE -
EXAMPLE NONVSAM -
FILE(DD1) -
NVR
/*
Get return code 0 and dataset is not deleted, the SMS is not allowing, someone
I do know how to delete these data-sets
--
Hélio José da Silva
Depto. Software Básico
----------------------------------------------------------------------
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