Steve Coalbran wrote:
>I am trying to migrate all data on one TSO userid to a new id.
>Is there an easy way to do this?
Perhaps, both IDCAMS and DFDSS support renaming of datasets using generic
wildcards.
Example from IDCAMS manual:
//STEP1 EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=A
//SYSIN DD *
ALTER -
GENERIC.*.BAKER -
NEWNAME(GENERIC.*.ABLE)
>At the moment I have been working using ISPF LMD utiities to generate
>HBACK+HRECOVER NEWNAME commands but I can see that GDGs will prsent a problem.
>I guess VSAM will also.
>Any ideas?!
Perhaps you can use ISMF or TSO/ISPF option =3.4 to print out a list of that
TSO id own datasets and then writing a REXX program and rename the lot of them
using IDCAMS, DFDSS or LMD utilities.
Just ensure to rename ALL the elements of a VSAM cluster.
Groete / Greetings
Elardus Engelbrecht
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN