|
View previous topic :: View next topic
|
| Author |
Message |
t1nt1n
New User
.jpg)
Joined: 08 Jul 2005 Posts: 31
|
|
|
|
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 |
|
 |
logaas
New User

Joined: 19 Feb 2005 Posts: 25 Location: chennai
|
|
|
|
USE ALTER COMMAND IN JCL.
ALTER
(BASE CLUSTEROLD NAME)
NEWNAME(YOUR NEW NAME) |
|
| Back to top |
|
 |
shailendra
New User

Joined: 08 Jun 2005 Posts: 10 Location: Pune
|
|
|
|
| You need to use this command in IDCAMS utility. |
|
| Back to top |
|
 |
|
|