Thanks for suggestion. I am able to recatalog all required datasets.



On Wed, Jun 11, 2014 at 7:28 PM, Matthew Stitt <[email protected]>
wrote:

> I usually use a favorite REXX program named RCNVTCAT from the CBT tape (
> www.cbttape.org), file 542.  I find it does a fairly good
> job of generating the IDCAMS control statements to build the entries for
> cataloging.  It also does a good job at comparing two catalogs and building
> the control cards which can be used to make the two catalogs equal.
>
> Matthew
>
> On Wed, 11 Jun 2014 13:37:20 +0000, Staller, Allan <[email protected]>
> wrote:
>
> //DDSMF001  DD   DISP=OLD,UNIT=SYSALLDA,VOL=SER=SMF001
> //SYSIN     DD   *
>    DEFINE  CLUSTER( -
>                   NAME(SYS1.SYS9.MAN1) -
>                   VOLUMES(SMF001) -
>                   NONINDEXED -
>                   RECATALOG -
>                       ) -
>    CATALOG(ZZ.MASTER.CATALOG)
>
> Should do it.
>
> <snip>
> So, I just drafted sample JCL for SMF dataset recatalog.
>
> //DDSMF001  DD   DISP=OLD,UNIT=SYSALLDA,VOL=SER=SMF001
> //SYSIN     DD   *
>    DEFINE  CLUSTER( -
>                   NAME(SYS1.SYS9.MAN1) -
>                   VOLUMES(SMF001) -
>                   FILE(DDSMF001) -
>                   CONTROLINTERVALSIZE(4096) -
>                   NONINDEXED -
>                   RECORDSIZE(4086 32767) -
>                   REUSE -
>                   SHAREOPTIONS(2) -
>                   SPANNED -
>                   SPEED -
>                   RECATALOG -
>                       ) -
>            DATA(        -
>                   CYLINDERS(60 0) -
>                 ) -
>    CATALOG(ZZ.MASTER.CATALOG)
> </snip>
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
>

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

Reply via email to