Re: Delete dataset nonvsam
- From: Terry.Traylor@xxxxxxxxxx (Traylor, Terry)
- Date: 9 Jan 2008 02:57:32 -0800
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:IBM-MAIN@xxxxxxxxxxx] On Behalf Of HELIO
Sent: Wednesday, January 09, 2008 3:32 AM
To: IBM-MAIN@xxxxxxxxxxx
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 listserv@xxxxxxxxxxx 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 listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
.
- References:
- Delete dataset nonvsam
- From: HELIO
- Delete dataset nonvsam
- Prev by Date: Delete dataset nonvsam
- Next by Date: Re: LSQA orphan storage
- Previous by thread: Delete dataset nonvsam
- Next by thread: Re: Delete dataset nonvsam
- Index(es):
Relevant Pages
|
Loading