IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

renaming a tape dataset


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
poongs
Warnings : 1

New User


Joined: 24 Jan 2007
Posts: 28
Location: pune

PostPosted: Wed Jul 14, 2010 12:24 pm
Reply with quote

Hi All,

I have the follwoing requirement.
I need to rename some old tape files and copy the new test file to the old tape file(old file name). I had been testing the rename with the IDCAMS alter option. But it doesn't look like we can rename tape files as it's not working. Please let me know a way of achieving this.
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Wed Jul 14, 2010 12:31 pm
Reply with quote

Have you reviewed the other topics on this same subject?

www.ibmmainframes.com/viewtopic.php?t=31407
www.ibmmainframes.com/viewtopic.php?t=12576
www.ibmmainframes.com/viewtopic.php?t=9927
Back to top
View user's profile Send private message
poongs
Warnings : 1

New User


Joined: 24 Jan 2007
Posts: 28
Location: pune

PostPosted: Wed Jul 14, 2010 12:38 pm
Reply with quote

Hi Superk,

Thanks for the reply, i did go thru these topics..but still wanted to confirm the fact that we cannot rename a tape dataset. So for my requirement, can i follow the below procedure:
1) copy the old tape dataset to a new name(for backup purpose)
2) delete the old tape dataset
3) copy the new test dataset(with updated records) to the old tape dataset(old file's name to be used here).

Please confirm.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Jul 14, 2010 12:44 pm
Reply with quote

In theory it looks OK, but if you intend to use the same tapes as well as the same dataset name for the new test files then you may hit some issues with your TMS.

Suggest that you do the copy of the original files to a newname, delete the existing originals, and then recreate using different tape(s).
Back to top
View user's profile Send private message
poongs
Warnings : 1

New User


Joined: 24 Jan 2007
Posts: 28
Location: pune

PostPosted: Wed Jul 14, 2010 12:53 pm
Reply with quote

I'm not exactly getting
[/quote]

Can you please elaborate on this. Curretly i'm providing the following details for creating a new tape dataset.
DISP=(NEW,CATLG,DELETE),
UNIT=VTAPE,
DCB=(BLKSIZE=0,LRECL=187,RECFM=FB),
SPACE=(CYL,(500,50),RLSE),

I don't need to mention any Volume information for creating a tape datset in my shop.
Back to top
View user's profile Send private message
poongs
Warnings : 1

New User


Joined: 24 Jan 2007
Posts: 28
Location: pune

PostPosted: Wed Jul 14, 2010 12:54 pm
Reply with quote

Sorry the quote in the bove post is the following text
Quote:

and then recreate using different tape(s).
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Jul 14, 2010 12:56 pm
Reply with quote

That's fine, it is just that in your original explanation it was not clear whether you wanted to reuse the original tapes or not. As you do not then there is no problem.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts Allocated cylinders of a dataset DB2 12
No new posts Sort First/last record of a subset th... DFSORT/ICETOOL 7
No new posts Deleting a Tape file JCL & VSAM 14
Search our Forums:

Back to Top