That's why I ended up doing. Except I used a report writer to select that data sets and then generate ALTER commands.
--- [email protected] wrote: From: "Schwarz, Barry A" <[email protected]> To: [email protected] Subject: Re: DF/DSS data set restore from logical dump Date: Wed, 25 Jan 2012 11:23:53 -0800 What I do in this case is restore with a rename that replaces the HLQ with one that is somewhat unique. Then, using 3.4 to list this unique HLQ, I execute a REXX against each DSN of interest. The REXX builds a new DSN by scanning the DSN, deleting the portion I don't want (usually the HLQ), and inserting any new portion (also usually an HLQ or two), and issuing a RENAME command (or ALTER for VSAM). > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] On > Behalf Of Richard Pinion > Sent: Wednesday, January 25, 2012 7:53 AM > To: [email protected] > Subject: DF/DSS data set restore from logical dump > > I want to restore data sets from a logical dump. I would like to replace > the original first level qualifier with something like this > > NEWHLQ1.NEWHLQ2.OLDHLQ2...... ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN _____________________________________________________________ Netscape. Just the Net You Need. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN

