On Wed, 24 Aug 2005 10:14:23 -0400, Bruce Black <[EMAIL PROTECTED]>
wrote:
>> The actual IODF is defined cataloged in system A master catalog
>> (VVDS points to system A's master catalog)
>> I would like to use /recatlog from system B
>
>If you want the IODF to be in both catalogs, I don't believe you can do
>so. When you issue a DEFINE RECATALOG for VSAM, the target catalog must
>match the catalog name in the VVR.
>
Not true for IODF - which is a special case (I think the same is
also true for page data sets). Assuming the IODF volume is shared
by both systems, you do use DEFINE RECATALOG. This is how we share
the IODF between all our sysplexes and do dynamic activates.
Of course if someone were to move one of the IODFs from the
sysplex we maintain them on to another volume, we would have to
sync that up in the other master catalogs.
Here is a sample of the job I use to catalog the IODF dsns in
the "current" master catalog (we rotate between 4 IODFs). :
//JS010 EXEC PGM=IDCAMS,REGION=2M
//SYSPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//SYSIN DD *
DEFINE CLUSTER -
(NAME(SYS1.IODF00.CLUSTER ) -
VOLUMES(SYS019) -
RECATALOG -
LINEAR)
DEFINE CLUSTER -
(NAME(SYS1.IODF01.CLUSTER ) -
VOLUMES(SYS019) -
RECATALOG -
LINEAR)
... etc
Regards,
Mark
--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America and Farmers Insurance Group
mailto: [EMAIL PROTECTED]
Systems Programming expert at http://Search390.com/ateExperts/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html