On Fri, Dec 5, 2014 at 2:09 PM, Frank Chu <[email protected]> wrote:

> Hi Doug,
>
> Ok, so I need to make the z2.1 dasd volumes that contains the datasets to
> be mounted available to the zOS 1.13 system.  How would I catalog the z2.1
> datasets in zOS1.13?  I haven't found a way to catalog those zFS datasets.
>
> Any ideas?
>

​What I do is put them into their own catalog. And I use the "multilevel
alias" facility so that I can define a two level alias of "OMVS.&SYSNAME.."
to go to different catalogs. The multilevel alias is set in the LOADnn
param of IPLPARM's SYSCAT statement. The aliases are just set up with
IDCAMS similar to:

DEF ALIAS(NAME('OMVS.SYS1') -
       RELATE(CATALOG.OMVS.SYS1))
DEF ALIAS(NAME('OMVS.SYS2') -
       RELATE(CATALOG.OMVS.SYS2))

And so on, varying the node names as necessary.

-- 
The temperature of the aqueous content of an unremittingly ogled
culinary vessel will not achieve 100 degrees on the Celsius scale.

Maranatha! <><
John McKown

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

Reply via email to