Re: Master Catalog query

2012-01-13 Thread Veilleux, Jon L
This is giving me flash-backs
In the 'bad old days' we used to manipulate the master catalog initialization 
code in NIP to actually do what you are talking about. We had one master 
catalog for 'production' jobs and one for 'test' jobs. We zapped the Operating 
System code at crucial points (Open, Close, etc), looked at the category of the 
job to determine which catalog to use, and then [pointed to the appropriate 
master catalog. The confusion this brought on cannot be overstated! Folks would 
catalog a SYS1 dataset with a 'test' job and wonder why it couldn't be found by 
a 'production' job. Also, it lead to datasets with duplicate names that had 
different data. It was a real mess and took a long time to clean up. End of 
story.
Now, to your question...No, there is only one master catalog on a system. I am 
not sure what you are hoping to accomplish, but be glad that there is only one 
master catalog.
Jon


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
jagadishan perumal
Sent: Thursday, January 12, 2012 11:54 PM
To: IBM-MAIN@bama.ua.edu
Subject: Master Catalog query

Hi All,

As in general we are aware that we can have 1 master catalog and multiple user 
catalogs in a system. It is also factual that we can have alternate Master 
catalog with another Updated LOADxx member. My question is to know whether if 
we can have possible to have multiple master-catalog with multiple user catalog 
running on a single image ? I tried searching google with keyword  Multiple 
master catalog but I ended up with master-catalog sharing concept. Could 
anyone please share your thoughts or idea.

Jags

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@bama.ua.edu with the message: INFO IBM-MAIN
This e-mail may contain confidential or privileged information. If
you think you have received this e-mail in error, please advise the
sender by reply e-mail and then delete this e-mail immediately.
Thank you. Aetna   

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


Re: Master Catalog query

2012-01-13 Thread Elardus Engelbrecht
Veilleux, Jon L wrote:

In the 'bad old days' we used to manipulate the master catalog initialization 
code in NIP to actually do what you are talking about. We had one master 
catalog for 'production' jobs and one for 'test' jobs. We zapped the Operating 
System code at crucial points (Open, Close, etc), looked at the category of 
the job to determine which catalog to use, and then [pointed to the 
appropriate master catalog. The confusion this brought on cannot be 
overstated! 

Ouch. If I smell something like this zaps at my work, I will zap myself away... 
:-D

To do you way via zapping is dangerous enough even if it is WAD...


jagadishan perumal wrote:

As in general we are aware that we can have 1 master catalog and multiple user 
catalogs in a system. It is also factual that we can have alternate Master 
catalog with another Updated LOADxx member.

Correct. This is to protect your system, by making it difficult to switch 
catalogs. But on the other side, this is also an easy recovery method in case 
your Master Catalog is broken or your volume where it resides is broken.

This is of course you have a good backup copy residing somewhere.

My question is to know whether if we can have possible to have multiple 
master-catalog with multiple user catalog running on a single image?

No. [1] If that is possible, I don't know about it. 

AFAIK, there is only ONE standard catalog search order which ends up in Master 
Catalog. [2]

Groete / Greetings
Elardus Engelbrecht

[1] - This is not the same concept where you can import a Master Catalog (used 
by another LPAR) into your system as an User Catalog.

[2] - You can bypass standard catalog search order using non-recommended 
methods (RACF profile or JOBCAT/STEPCAT for example)

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


Re: Master Catalog query

2012-01-13 Thread Veilleux, Jon L
Remember, this was back in the very early 1980's when IBM still distributed 
source code. It was written before my time, but I had to support it. That's 
when I learned about how to debug Standalone dumps and how to follow control 
block chains. I was VERY glad when we finally got rid of it (but on the other 
hand, it was a great learning experience).

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Elardus Engelbrecht
Sent: Friday, January 13, 2012 7:56 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Master Catalog query

Veilleux, Jon L wrote:

In the 'bad old days' we used to manipulate the master catalog initialization 
code in NIP to actually do what you are talking about. We had one master 
catalog for 'production' jobs and one for 'test' jobs. We zapped the Operating 
System code at crucial points (Open, Close, etc), looked at the category of 
the job to determine which catalog to use, and then [pointed to the 
appropriate master catalog. The confusion this brought on cannot be 
overstated! 

Ouch. If I smell something like this zaps at my work, I will zap myself away... 
:-D

To do you way via zapping is dangerous enough even if it is WAD...


jagadishan perumal wrote:

As in general we are aware that we can have 1 master catalog and multiple user 
catalogs in a system. It is also factual that we can have alternate Master 
catalog with another Updated LOADxx member.

Correct. This is to protect your system, by making it difficult to switch 
catalogs. But on the other side, this is also an easy recovery method in case 
your Master Catalog is broken or your volume where it resides is broken.

This is of course you have a good backup copy residing somewhere.

My question is to know whether if we can have possible to have multiple 
master-catalog with multiple user catalog running on a single image?

No. [1] If that is possible, I don't know about it. 

AFAIK, there is only ONE standard catalog search order which ends up in Master 
Catalog. [2]

Groete / Greetings
Elardus Engelbrecht

[1] - This is not the same concept where you can import a Master Catalog (used 
by another LPAR) into your system as an User Catalog.

[2] - You can bypass standard catalog search order using non-recommended 
methods (RACF profile or JOBCAT/STEPCAT for example)

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@bama.ua.edu with the message: INFO IBM-MAIN
This e-mail may contain confidential or privileged information. If
you think you have received this e-mail in error, please advise the
sender by reply e-mail and then delete this e-mail immediately.
Thank you. Aetna   

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


Re: Master Catalog query

2012-01-13 Thread Staller, Allan
NO

snip
My question is to know
whether if we can have possible to have multiple master-catalog with
multiple user catalog running on a single image ? 
/snip

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


Re: Master Catalog query

2012-01-13 Thread Rob Schramm
The answer is still no...

But if you have 2 images, you can have 1 mastercat per image and use
them to be alternates of each other.

Rob Schramm
Senior Systems Consultant
Imperium Group



On Fri, Jan 13, 2012 at 8:34 AM, Staller, Allan allan.stal...@kbmg.com wrote:
 NO

 snip
 My question is to know
 whether if we can have possible to have multiple master-catalog with
 multiple user catalog running on a single image ?
 /snip

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

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


Re: Master Catalog query

2012-01-13 Thread Shmuel Metz (Seymour J.)
In
canhhcytwigarfkwemfyakmv6gnwbydu9xcfxvhuhurcebmn...@mail.gmail.com,
on 01/13/2012
   at 10:24 AM, jagadishan perumal jagadish...@gmail.com said:

My question is to know whether if we can have possible to have 
multiple master-catalog with multiple user catalog running on a 
single image ?

No, by definition.

Could anyone please share your thoughts or idea.

If I try to locate foo.bar, in which catalog do you want the system to
look? Saying to use the alias for foo doesn't answer the question,
because the system would still need to know in which catalog to find
foo.

You could try submitting a requirement for a STEPCAT[1] facility, but
even were IBM to provide it you would need the master catalog in order
to locate the specified STEPCAT.

[1] In a lost cause there are no failures.
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see http://patriot.net/~shmuel/resume/brief.html 
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

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


Re: Master Catalog query

2012-01-13 Thread John Eells

jagadishan perumal wrote:

Hi All,

As in general we are aware that we can have 1 master catalog and multiple
user catalogs in a system. It is also factual that we can have alternate
Master catalog with another Updated LOADxx member. My question is to know
whether if we can have possible to have multiple master-catalog with
multiple user catalog running on a single image ? I tried searching google
with keyword  Multiple master catalog but I ended up with master-catalog
sharing concept. Could anyone please share your thoughts or idea.

snip

What are you trying to accomplish?

--
John Eells
z/OS Technical Marketing
IBM Poughkeepsie
ee...@us.ibm.com

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


Re: Master Catalog query

2012-01-13 Thread Hervey Martinez
At one of the places I worked, we had several LPARS and each one of these had 
its own master cat. Each mast cat was then connected as a user cat to the other 
masters and vice versa. When we created alias', we had to define each alias in 
each master. Also, when doing catalog work, you had to remember to disconnect 
the user cat from all masters then, when finished, re-connect it to all the 
masters. 

Thanks,
 
Hervey


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Shmuel Metz (Seymour J.)
Sent: Friday, January 13, 2012 10:14 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Master Catalog query

In
canhhcytwigarfkwemfyakmv6gnwbydu9xcfxvhuhurcebmn...@mail.gmail.com,
on 01/13/2012
   at 10:24 AM, jagadishan perumal jagadish...@gmail.com said:

My question is to know whether if we can have possible to have 
multiple master-catalog with multiple user catalog running on a 
single image ?

No, by definition.

Could anyone please share your thoughts or idea.

If I try to locate foo.bar, in which catalog do you want the system to
look? Saying to use the alias for foo doesn't answer the question,
because the system would still need to know in which catalog to find
foo.

You could try submitting a requirement for a STEPCAT[1] facility, but
even were IBM to provide it you would need the master catalog in order
to locate the specified STEPCAT.

[1] In a lost cause there are no failures.
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see http://patriot.net/~shmuel/resume/brief.html 
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

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

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


Re: Master Catalog query

2012-01-13 Thread Rick Fochtman
-snip--- 


Hi All,

As in general we are aware that we can have 1 master catalog and multiple
user catalogs in a system. It is also factual that we can have alternate
Master catalog with another Updated LOADxx member. My question is to know
whether if we can have possible to have multiple master-catalog with
multiple user catalog running on a single image ? I tried searching google
with keyword  Multiple master catalog but I ended up with master-catalog
sharing concept. Could anyone please share your thoughts or idea.

Jags

unsnip
Your system will recognize only one MASTER CATALOG. All other catalogs 
that it sees are user catalogs if they are CONNECTed to your current 
MCAT. Otherwise, they're just VSAM clusters.


Rick

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


Re: Master Catalog query

2012-01-13 Thread Shmuel Metz (Seymour J.)
In
7a64ee34ba2bdc4093cca94ce3153e6f04a23...@tmpexchmb06.enterprise.corpad.timeinc.com,
on 01/13/2012
   at 06:47 PM, Hervey Martinez hervey.marti...@custserv.com said:

At one of the places I worked, we had several LPARS and each one of
these had its own master cat.

Yes, but the OP was asking about a single image.
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see http://patriot.net/~shmuel/resume/brief.html 
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

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


Re: Master Catalog query

2012-01-12 Thread R.S.

W dniu 2012-01-13 05:54, jagadishan perumal pisze:

Hi All,

As in general we are aware that we can have 1 master catalog and multiple
user catalogs in a system. It is also factual that we can have alternate
Master catalog with another Updated LOADxx member. My question is to know
whether if we can have possible to have multiple master-catalog with
multiple user catalog running on a single image ? I tried searching google
with keyword  Multiple master catalog but I ended up with master-catalog
sharing concept. Could anyone please share your thoughts or idea.


Few thoughts:
1. user catalog structutre is the same as master catalog structure. The 
difference is in role being played at the moment, and the content.
2. You can have copy of any catalog (BCS), including all your user 
catalogs.
3. Any copy of any catalog (BCS) is like a cold (tape) copy, not 
live replica. What does it mean? Your catalogs are live, are being 
updated, your copies are not. So, after you restored the catalog you 
need to perform forward recovery.
4. Master catalog is crucial for the z/OS, but not for you. Yes, you 
need z/OS to make your application working, but if you loose user 
catalog containing you application data - you will have z/OS, but no 
application. Conclusion: you should care about both master and user 
catalogs as well.



--
Radoslaw Skorupka
Lodz, Poland


--
Tre tej wiadomoci moe zawiera informacje prawnie chronione Banku 
przeznaczone wycznie do uytku subowego adresata. Odbiorc moe by jedynie 
jej adresat z wyczeniem dostpu osób trzecich. Jeeli nie jeste adresatem 
niniejszej wiadomoci lub pracownikiem upowanionym do jej przekazania 
adresatowi, informujemy, e jej rozpowszechnianie, kopiowanie, rozprowadzanie 
lub inne dziaanie o podobnym charakterze jest prawnie zabronione i moe by 
karalne. Jeeli otrzymae t wiadomo omykowo, prosimy niezwocznie 
zawiadomi nadawc wysyajc odpowied oraz trwale usun t wiadomo 
wczajc w to wszelkie jej kopie wydrukowane lub zapisane na dysku.

This e-mail may contain legally privileged information of the Bank and is intended solely for business use of the addressee. This e-mail may only be received by the addressee and may not be disclosed to any third parties. If you are not the intended addressee of this e-mail or the employee authorised to forward it to the addressee, be advised that any dissemination, copying, distribution or any other similar activity is legally prohibited and may be punishable. If you received this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software and delete permanently this e-mail including any copies of it either printed or saved to hard drive. 


BRE Bank SA, 00-950 Warszawa, ul. Senatorska 18, tel. +48 (22) 829 00 00, fax 
+48 (22) 829 00 33, www.brebank.pl, e-mail: i...@brebank.pl
Sd Rejonowy dla m. st. Warszawy XII Wydzia Gospodarczy Krajowego Rejestru Sdowego, nr rejestru przedsibiorców KRS 025237, NIP: 526-021-50-88. 
Wedug stanu na dzie 01.01.2012 r. kapita zakadowy BRE Banku SA (w caoci wpacony) wynosi 168.410.984 zotych.


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