View previous topic :: View next topic
|
Author |
Message |
srinivasbathimmi
New User
Joined: 10 May 2006 Posts: 13
|
|
|
|
Hi,
How to rename the high qualifier of a pds. I have a requirement that almost 400 PDS have to rename. So can any one Pls let me know how to do the same in a single shot ASAP.
Regards,
Srinivas. |
|
Back to top |
|
|
Vijaya Baskar
New User
Joined: 18 May 2006 Posts: 8 Location: Chennai
|
|
|
|
Hi,
Find below the JCL which can be used to rename multiple datasets at a time
//***********************************************************
//** RENAME DATASET *
//***********************************************************
//JS010 EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=Q
//SYSIN DD *
ALTER Old.Dataset.Name -
NEWNAME
(New.Dataset.Name)
/* |
|
Back to top |
|
|
|