Create cross-domain BBI-SS PAS resource manager definitions
Single-domain definitions
If BBI-SS PASs BBIA and BBIB are in the same domain, as shown in BBI-SS PAS-to-BBI-SS PAS single-domain communication, the following VTAM application nodes must be defined as shown:
SYS1.VTAMLST(BBIAPPLA)
VBUILD TYPE=APPL
$BBIA APPL AUTH=(ACQ,NOTSO,VPACE)SYS1.VTAMLST(BBIAPPLB)
VBUILD TYPE=APPL
$BBIB APPL AUTH=(ACQ,NOTSO,VPACE)
BBI-SS PAS-to-BBI-SS PAS single-domain communication
If BBI-SS PASs BBIA and BBIB are cross domain, VTAM cross-domain resources must be defined. For more information, see BBI-SS PAS-to-BBI-SS PAS cross-domain communication.
Cross-domain A definitions
Define an application node (BBIAPPLA) and a cross-domain resource (BBIXSA) in domain A as follows:
SYS1.VTAMLST(BBIAPPLA)
VBUILD TYPE=APPL
$BBIA APPL AUTH=(ACQ,NOTSO,VPACE)SYS1.VTAMLST(BBIXSA)
VBUILD TYPE=CDRSC
$BBIB CDRSC CDRM=cdrmname,ISTATUS=ACTIVE$BBIB is the cross-domain node for the BBI-SS PAS that is used in the VTAM application node definition in domain B.
cdrmname is the name of the CDRM major node that is defined for domain B.
Cross-domain B definitions
Define an application node (BBIAPPLB) and a cross-domain resource (BBIXSB) in domain B as follows:
SYS1.VTAMLST(BBIAPPLB)
VBUILD TYPE=APPL
$BBIB APPL AUTH=(ACQ,NOTSO,VPACE)SYS1.VTAMLST(BBIXSB)
VBUILD TYPE=CDRSC
$BBIA CDRSC CDRM=cdrmname,ISTATUS=ACTIVE$BBIA is the cross-domain node for the BBI-SS PAS that is used in the VTAM application node definition in domain A.
cdrmname is the name of the CDRM major node that is defined for domain A.
BBI-SS PAS-to-BBI-SS PAS cross-domain communication