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

how to rename VSAM Dataset


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
t1nt1n

New User


Joined: 08 Jul 2005
Posts: 31

PostPosted: Tue Jul 26, 2005 5:15 pm
Reply with quote

Hello
I have a VSAM like this (with data & index part)

abc.bcd.cde.vsam
abc.bcd.cde.vsam.data
abc.bcd.cde.vsam.index

now i would like to rename it as follows

xyz.bcd.cde.vsam
xyz.bcd.cde.vsam.data
xyz.bcd.cde.vsam.index


How do i do it ???
Back to top
View user's profile Send private message
logaas

New User


Joined: 19 Feb 2005
Posts: 25
Location: chennai

PostPosted: Tue Jul 26, 2005 6:18 pm
Reply with quote

USE ALTER COMMAND IN JCL.

ALTER
(BASE CLUSTEROLD NAME)
NEWNAME(YOUR NEW NAME)
Back to top
View user's profile Send private message
shailendra

New User


Joined: 08 Jun 2005
Posts: 10
Location: Pune

PostPosted: Wed Jul 27, 2005 4:35 pm
Reply with quote

You need to use this command in IDCAMS utility.
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 -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts Access to non cataloged VSAM file JCL & VSAM 18
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
Search our Forums:

Back to Top