To add or remove a node, you must do a full RENAME at the data set level.  You 
can obtain the list with parm TYPRUN=NORUN on a blanket restore '**'.

RENAMEU( -
                   (old-data-set-name1,new-data-set-name1) -
                   (old-data-set-name2,new-data-set-name2) -
                    ........
                    (old-data-set-namen,new-data-set-namen))



Craig
-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf 
Of Lizette Koehler
Sent: Tuesday, May 24, 2016 8:16 AM
To: [email protected]
Subject: Re: ADRDSSU renamunconditional

You must renunc the same number of qualifiers as it is documented in the manual.

So as others will point out

A.B.C.**  to A.B.C.D.**   will need to be individually specified.

Which is a real PITA because you have to code each file.  If there are five - 
not bad, if hundreds - annoying.

However, one process I use is to create
1) A Word Document.
2) Use Word Mail Merge to take the A.B.C and create a second column with A.B.C.D
3) Send that back to the Mainframe
4) Create a Filter List dataset if the number of file names is greater than 255
5) Run DFDSS with PARM='TYPRUN=NORUN'


Not easy but simpler than using ISPF Edit.

Lizette


> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:[email protected]] On
> Behalf Of Nathan Astle
> Sent: Tuesday, May 24, 2016 4:53 AM
> To: [email protected]
> Subject: ADRDSSU renamunconditional
>
> Hello,
>
> I am using the below control card to change Just the 4th level qualifier to
> have the System name alone while restoring from the PS backup dataset, but I
> am not getting any dataset created after the 4th level Qualifier and the Log
> says the Dataset already exist.
>
> RESTORE INDDNAME(BACKUPDS)  -
> DATASET(INCLUDE(**.**)) -
> STORCLAS(MAINFRAME)-
> RENAMEU(SYSPROG.SYM.R14P2.**,SYSPROG.SYM.R14P2.SYSD.**) - FORCE - ADMIN -
> CATALOG SHR TOL(ENQF)
>
> Is there any change that I need to be making on the above control where I can
> get all the dataset restored with SYSNAME SYSD added to all the restored
> dataset ?
>
>
> Regards,
> Nathan
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN
________________________________

This communication contains information which is confidential and may also be 
privileged. It is for the exclusive use of the intended recipient(s). If you 
are not the intended recipient(s), please note that any distribution, copying 
or use of this communication or the information in it is strictly prohibited. 
If you have received this communication in error, please notify the sender 
immediately and then destroy any copies of it.

________________________________

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to