Re: Need to delete olsolete entries from tape volcat

2009-07-23 Thread McKown, John
 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:ibm-m...@bama.ua.edu] On Behalf Of Linda Mooney
 Sent: Wednesday, July 22, 2009 10:51 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: Need to delete olsolete entries from tape volcat
 
 Thanks, John,  is it possible to delete a range?  We have a 
 few thousand to do. 

Nope. One tape requires one command. Generate the commands using REXX, that's 
what I do. Something like:

/* REXX */
DO VOLSER=20 TO 20
   ADDRESS TSO DELETE VVOLSER VOLUMEENTRY
END

Make that a REXX program and run it in TSO batch.

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets®

9151 Boulevard 26 . N. Richland Hills . TX 76010
(817) 255-3225 phone . (817)-961-6183 cell
john.mck...@healthmarkets.com . www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets® is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company®, Mid-West National Life Insurance Company of TennesseeSM and The MEGA 
Life and Health Insurance Company.SM

 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Need to delete olsolete entries from tape volcat

2009-07-23 Thread John Kelly
snip
We now have a problem in that we want to remove all of the volcat entries 
from the shared volcat that belonged to the old hardware VTS that has been 
de-installed
unsnip

deleting the various entries is a way to go but the VCAT is a catalog. you 
could also AMS REPRO the old range to another catalog, if the new VTS' 
range is different, then delete the REPRO'd catalog.

Jack Kelly
202-502-2390 (Office)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Need to delete olsolete entries from tape volcat

2009-07-22 Thread Linda Mooney
Greetings All, 



We removed a hardware VTS a few months ago, replacing it with another virtual 
tape appliance.  The new tape appliance uses a different range of tapes that 
are also in the same volcat.  We use CA1 and SMS control for all of the virtual 
tapes.  We now have a problem in that we want to remove all of the volcat 
entries from the shared volcat that belonged to the old hardware VTS that has 
been de-installed.   What would be the best way to accomplish this task? 



TIA, 



Linda Mooney 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Need to delete olsolete entries from tape volcat

2009-07-22 Thread John McKown
On Thu, 23 Jul 2009, Linda Mooney wrote:

 Greetings All, 
 
 We removed a hardware VTS a few months ago, replacing it with another
 virtual tape appliance.  The new tape appliance uses a different range
 of tapes that are also in the same volcat.  We use CA1 and SMS control
 for all of the virtual tapes.  We now have a problem in that we want to
 remove all of the volcat entries from the shared volcat that belonged to
 the old hardware VTS that has been de-installed.   What would be the
 best way to accomplish this task?
 
 TIA, 
 
 Linda Mooney 
 

Use IDCAMS.

DELETE Vvolser VOLUMEENTRY

Where volser is the actual volser. EG to delete 123456

DELETE V123456 VOLUMEENTRY

-- 
Trying to write with a pencil that is dull is pointless.

Maranatha!
John McKown

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Need to delete olsolete entries from tape volcat

2009-07-22 Thread Linda Mooney
Thanks, John,  is it possible to delete a range?  We have a few thousand to do. 






- Original Message - 
From: John McKown joa...@swbell.net 
To: IBM-MAIN@bama.ua.edu 
Sent: Wednesday, July 22, 2009 6:52:33 PM GMT -08:00 US/Canada Pacific 
Subject: Re: Need to delete olsolete entries from tape volcat 

On Thu, 23 Jul 2009, Linda Mooney wrote: 

 Greetings All, 
 
 We removed a hardware VTS a few months ago, replacing it with another 
 virtual tape appliance.  The new tape appliance uses a different range 
 of tapes that are also in the same volcat.  We use CA1 and SMS control 
 for all of the virtual tapes.  We now have a problem in that we want to 
 remove all of the volcat entries from the shared volcat that belonged to 
 the old hardware VTS that has been de-installed.   What would be the 
 best way to accomplish this task? 
 
 TIA, 
 
 Linda Mooney 
 

Use IDCAMS. 

DELETE Vvolser VOLUMEENTRY 

Where volser is the actual volser. EG to delete 123456 

DELETE V123456 VOLUMEENTRY 

-- 
Trying to write with a pencil that is dull is pointless. 

Maranatha! 
John McKown 

-- 
For IBM-MAIN subscribe / signoff / archive access instructions, 
send email to lists...@bama.ua.edu 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html