Re: Delete dataset nonvsam



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
.



Relevant Pages

  • Re: Reboot after running batch file doesnt work
    ... You need to specify the time you think it will take to run this program in ... Since program is taking longer than specified by the admin, SMS considers ... ensure the program properties allow the user to ... > simple .wsf file that calls a batch file which calls a text file. ...
    (microsoft.public.sms.swdist)
  • Re: Distribution folder on wrong drive
    ... The option you specify in the console is only were the compressed packages ... SMS itself installed in the drive I wanted, ... This has happened on 2 of 22 secondary sites. ...
    (microsoft.public.sms.setup)
  • Email to SMS in UK?
    ... Do Orange or O2 offer a service where I could specify an email address to ... send to and this email would be sent to the SMS gateway for want of a better ... As a secondary consideration it would be good if there were an Outlook ... plug-in from the same supplier so it gives me the option of sending an SMS ...
    (uk.telecom.mobile)
  • Re: need help on some issues with SMS and security
    ... Can you specify which version of SMS you are using and what type of client? ... I would like to know how I can add Authenticated User to have rights to ...
    (microsoft.public.sms.swdist)
  • Re: SMS from Ron Paul
    ... could specify whom he/she receives SMS and MMS messages from. ... 100% of mine come from family members, which is all I want to see. ...
    (alt.cellular.verizon)

Loading