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

I want to Rename the high qualifier of PDS


IBM Mainframe Forums -> Compuware & Other Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
srinivasbathimmi

New User


Joined: 10 May 2006
Posts: 13

PostPosted: Tue May 16, 2006 12:12 pm
Reply with quote

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
View user's profile Send private message
Vijaya Baskar

New User


Joined: 18 May 2006
Posts: 8
Location: Chennai

PostPosted: Thu May 25, 2006 3:52 pm
Reply with quote

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
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 -> Compuware & Other Tools

 


Similar Topics
Topic Forum Replies
No new posts Using the Jobname parameter in a Qual... ABENDS & Debugging 1
No new posts ISRSUPC search utility - using high l... TSO/ISPF 2
No new posts Rename dasd IBM Tools 11
No new posts Need all records with high key SYNCSORT 15
No new posts ESQA overflow - high ECSA utilization All Other Mainframe Topics 1
Search our Forums:

Back to Top