z/OS Communications Server: SNA Resource Definition Samples
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Defining subnetwork boundaries

z/OS Communications Server: SNA Resource Definition Samples
SC27-3676-00

The NATIVE operand on a PU definition statement specifies whether this link station represents a connection to a native node. NATIVE=NO is used when both nodes have the same network ID, but a subnetwork boundary is desired.

Consider, for example, two network nodes, SSCP1A and SSCP2A, which are defined with the same NETID, but which reside in different subnetworks. Thus, in the first sample switched major node that follows, NATIVE=NO on the PU definition statement for SW1A2A indicates that SW1A2A represents a connection to the non-native node SSCP2A. In the second sample switched major node that follows, NATIVE=NO on the PU definition statement for SW2A1A indicates that SW2A1A represents a connection to the non-native node SSCP1A.
**********************************************************************
*
*  NAME:     SWXCA1A  (SWITCHED MAJOR NODE FOR HOST 1A)
*
*  USE:      TO BE USED IN CONJUNCTION WITH HOST 1A
*            XCA MAJOR NODE XCA1A. THE GROUP NAMES ON
*            THE PU POINT BACK TO THE XCA LOGICAL GROUPS.
*
*            THIS DEFINES THE SWITCHED PU'S FOR APPN CONNECTIONS.
*
*
*  NOTE:     TO OVERRIDE THE CPCP=YES OPERAND ON THE PU
*            STATEMENT, ACTIVATE THE PU WITH KEYWORD CPCP=NO.
*
*
**********************************************************************
SWXCA1A  VBUILD TYPE=SWNET,MAXNO=256,MAXGRP=256
*
SW1A2A   PU    IDBLK=003,IDNUM=00003,MAXPATH=5,MAXDATA=256,ADDR=03,    X
               CPNAME=SSCP2A,CPCP=YES,NATIVE=NO,                       X
               PUTYPE=2
PATH2A   PATH  DIALNO=0108004A11111111,                                X
               GRPNM=GP1A2A
SWLU2A0  LU    LOCADDR=0,ISTATUS=INACTIVE
 .
 .
 .
**********************************************************************
*
*  NAME:     SWXCA2A  (SWITCHED MAJOR NODE FOR HOST 2A)
*
*  USE:      TO BE USED IN CONJUNCTION WITH HOST 2A
*            XCA MAJOR NODE XCA2A. THE GROUP NAMES ON
*            THE PU POINT BACK TO THE XCA LOGICAL GROUPS.
*
*            THIS DEFINES THE SWITCHED PU'S FOR APPN CONNECTIONS.
*
*  NOTE:     TO OVERRIDE THE CPCP=YES OPERAND ON THE PU
*            STATEMENT, ACTIVATE THE PU WITH KEYWORD CPCP=NO.
*
**********************************************************************
SWXCA2A  VBUILD TYPE=SWNET,MAXNO=256,MAXGRP=256
*
SW2A1A   PU    IDBLK=001,IDNUM=00001,MAXPATH=5,MAXDATA=256,ADDR=01,    X
               CPNAME=SSCP1A,CPCP=YES,NATIVE=NO,                       X
               PUTYPE=2
PATH1A   PATH  DIALNO=0108003A11111111,                                X
               GRPNM=GP2A1A
SWLU1A0  LU    LOCADDR=0,ISTATUS=INACTIVE
 .
 .
 .
*

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014