https://www-01.ibm.com/support/docview.wss?uid=isg1II13354 has
complete instructions.  I have performed it several times.

On Wed, Mar 27, 2019 at 10:02 PM Jason Cai <[email protected]> wrote:
>
> Hi all
>  According z/OS DFSMS Managing Catalogs manual,we could move a Catalog to a 
> Different Volume using the following key JCL.
> //NEWVOL EXEC PGM=IDCAMS
> //SYSPRINT DD SYSOUT=A
> //SYSIN    DD *
>   IMPORT INDATASET(CATBACK.ICFCAT.USER.VSYS303) -
>   OUTDATASET(ICFCAT.USER.VSYS303) -
>   OBJECTS((ICFCAT.USER.VSYS303 -
>   VOLUMES(SYSNEW)))   -
>   ALIAS -
>   LOCK
> /*
> My question:
>  1. If we find any error in the catalog in the new volume(SYSNEW),How to 
> recovery the catalog to the Original volume ?  2. before and after we will 
> listc the catalog list,how to compare the two output of listc catalog to 
> confirm that  the original catalog in the old volume is the same as the 
> catalog in new volume
> Thanks a lot!
> Jason Cai
>
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN



-- 
Mike A Schwab, Springfield IL USA
Where do Forest Rangers go to get away from it all?

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

Reply via email to