Hello,
          We want some of the system dataset like page,SMF,STGINDEX,SMS
need to be reused with my newly installed Z/OS(z/OS 2.1) .

This means that we want to use page,SMF,STGINDEX,SMS  dataset used by z/OS
1.13 system currently and cataloged under master catalog of z/OS 1.13 will
be used by z/OS 2.1 and  z/OS 1.13 will be shutdown.

I tried checking on some of the manual and found that we can use recatalog
option for doing this, but I am still not 100% sure. Also I am not sure,
why do we have to use DEFINE PAGESPAE  again on z/OS 2.1 system as these
dataset already exist in z/OS 1.13 system in master catalog.

FYI. We have used z/OS 1.13 MASTER CATALOG as USERCATALOG while defining
z/OS 2.1 master catalog.


 Any suggestions are highly appreciated.

//DEFPAGE   JOB 5640,TEST,
//             CLASS=A,
//             MSGCLASS=A
//S1  EXEC PGM=IDCAMS
//PAG001    DD  VOL=SER=PAG001,UNIT=3390,DISP=OLD
//SYSPRINT  DD  SYSOUT=*
 DEFINE PAGESPACE -
        (NAME(PAGE.SYS9T.COMMON)   -
        FILE(PAG001) -
        VOLUMES(PAG001) -
       RECATALOG -
       CYLINDERS(200))    -
       CAT(ZS.MASTER.CATALOG)    ----------------------z/OS 2.1 MASTER
CATALOG
DEFINE PAGESPACE -
       (NAME(PAGE.SYS9T.PLPA)     -
       FILE(PAG001) -
       VOLUMES(PAG001) -
       RECATALOG -
       CYLINDERS(180))    -
       CAT(ZS.MASTER.CATALOG)
DEFINE PAGESPACE -
       (NAME(PAGE.SYS9T.LOCAL1)   -
       FILE(PAG001) -
       VOLUMES(PAG001) -
       RECATALOG -
       CYLINDERS(200))    -
       CAT(ZS.MASTER.CATALOG)

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

Reply via email to