See message manual: you must receive either IEA930I or IEA922D. Did you?

Kees.


> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
> Behalf Of johnnydeep san
> Sent: 17 September, 2018 16:59
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: how to catalog page dataset to new MCAT
> 
> i followed below jcl ,
> **Define a Page Space in another Catalog:
> 
>  //STEP1 EXEC PGM=IDCAMS
>  //VOLUME DD VOL=SER=VSER05,UNIT=DISK,DISP=OLD
> //SYSPRINT DD SYSOUT=A
>  //SYSIN DD * DEFINE ALIAS (NAME(SYS2) RELATE(MASTCAT.SYSTEM2))
>     DEFINE PAGESPACE -
>    (NAME(SYS2.PAGE2) -
>     CYLINDERS(10) -
>     VOLUMES(VSER05)
>     ALTER SYS2.PAGE2 NEWNAME(SYS1.PAGE2) CATALOG(MASTCAT.SYSTEM2)
>      ALTER SYS2.PAGE2.DATA NEWNAME(SYS1.PAGE2.DATA) -
>      CATALOG(MASTCAT.SYSTEM2)
>  /*
> 
> this time i'm getting
> 
> "IEA247I USING IEASYS21 FOR z/OS 02.01.00 HBB7790
> 
> ISG313I SYSTEM IS INITIALIZING IN GRS NONE MODE.  RING OR STAR
> CONFIGURATION
>  KEYWORDS IN GRSCNF00 ARE IGNORED.
> 
> IEA836I PAGE DATA SET  SYS1.PAGE2
> 
>        * NOT ALLOCATED - ERROR CODE 0264 INFORMATION CODE 0000  *
>     "
> 
> Guess, its understand page dataset but throws some error code.
> 
> Note : i have tried it in on  my RDZ .
> 
> 
> 
> 
> On Sun, Sep 16, 2018 at 4:11 PM Seymour J Metz <sme...@gmu.edu> wrote:
> 
> > That depends. Best practice is to use unique names for the page
> datasets
> > in IEASYSxx PAGE=, in which case they don't present a conflicts.  You
> can
> > even have identical IEASYSxx members if you use static system symbols
> to
> > generate names specific to the LPAR.
> >
> >
> > --
> > Shmuel (Seymour J.) Metz
> > http://mason.gmu.edu/~smetz3
> >
> > ________________________________________
> > From: IBM Mainframe Discussion List <IBM-MAIN@listserv.ua.edu> on
> behalf
> > of retired mainframer <retired-mainfra...@q.com>
> > Sent: Saturday, September 15, 2018 12:53 PM
> > To: IBM-MAIN@listserv.ua.edu
> > Subject: Re: how to catalog page dataset to new MCAT
> >
> > Will your Z110S and Z210M systems run simultaneously in different
> LPARs?
> > If so, then you do not want to copy the catalog entry.  This will
> cause
> > both systems to try to use the same page dataset on the same volume.
> In
> > this case you need to define new page datasets for Z210M.  See the
> "DEFINE
> > PAGESPACE" command in your "Access Method Services for Catalogs"
> manual.
> >
> > If the two systems will run in the same LPAR (obviously not
> > simultaneously) and you really want to use the same page datasets for
> both,
> > then you need to determine the names of the datasets in the current
> > system.  Look up the "D ASM" command in your "MVS System Commands"
> manual.
> > Then you can copy the catalog entries to your new master catalog
> **and**
> > update the PAGE parameter in your new IEASYSxx.
> >
> > > -----Original Message-----
> > > From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On
> > > Behalf Of johnnydeep san
> > > Sent: Saturday, September 15, 2018 4:19 AM
> > > To: IBM-MAIN@LISTSERV.UA.EDU
> > > Subject: Re: how to catalog page dataset to new MCAT
> > >
> > > I used  todd's jcl  and it ran fine but still getting same issue .
> > >
> > >    REPRO INDATASET(CATALOG.Z110S.MASTER) -
> > > 00210004
> > >          OUTDATASET(CATALOG.Z210M.MASTER) -
> > >  00220004
> > >          LEVEL(SYS1.PLPA.PAGE)            -
> > >  00221004
> > >          MERGECAT
> > >  00222004
> > > IDC01460I THE NUMBER OF ENTRIES MERGED WAS 0
> > >
> > > IDC0001I FUNCTION COMPLETED, HIGHEST CONDITION CODE WAS 0
> > >
> > >
> > >
> > > Should pagedatast locate in new master catalog(CATALOG.Z210M.MASTER)
> > > volume ? .
> > > I haven't  any page datasets in  new master catalog volume, it's
> located
> > in
> > > old  master catalog  volume . how to make understand this page
> datasets
> > to
> > > new master catalog ? .guide me.
> >
> > ----------------------------------------------------------------------
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> >
> > ----------------------------------------------------------------------
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> >
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
********************************************************
For information, services and offers, please visit our web site: 
http://www.klm.com. This e-mail and any attachment may contain confidential and 
privileged material intended for the addressee only. If you are not the 
addressee, you are notified that no part of the e-mail or any attachment may be 
disclosed, copied or distributed, and that any other action related to this 
e-mail or attachment is strictly prohibited, and may be unlawful. If you have 
received this e-mail by error, please notify the sender immediately by return 
e-mail, and delete this message.

Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its 
employees shall not be liable for the incorrect or incomplete transmission of 
this e-mail or any attachments, nor responsible for any delay in receipt.
Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch 
Airlines) is registered in Amstelveen, The Netherlands, with registered number 
33014286
********************************************************


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to