z/OS Communications Server: SNA Network Implementation Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Sample coding for a switched major node for a switched subarea

z/OS Communications Server: SNA Network Implementation Guide
SC27-3672-01

The following coding is an example of definition statements for a switched major node for switched subarea connections.
SWN112   VBUILD TYPE=SWNET          SDLC SWITCHED MAJOR NODE
*
PU2      PU     ADDR=C1,            PUTYPE4 STATION ADDRESS
                ANS=CONTINUE,       LINK CONNECTION AFTER VTAM FAILURE
                MAXDATA=4096,       MAXIMUM DATA TRANSFER
                SUBAREA=112,        SUBAREA ADDRESS NUMBER
                IDNUM=11201,        IDENTIFICATION NUMBER
                PUTYPE=4,           PHYSICAL UNIT TYPE = NCP
                NETID=USIBMCTS,     NETWORK IDENTIFIER
                ⋮
                TGN=19              TRANSMISSION GROUP NUMBER
*
         PATH   DIALNO=1234567,     DIAL OUT TELEPHONE NUMBER
                GID=1,              GROUP IDENTIFIER
                PID=1,              PATH IDENTIFIER
                REDIAL=2,           RETRY DIAL OPERATION TWICE
                ⋮
                GRPNM=GN112SW       NCP GROUP NAME

The IDNUM operands associated with both ends of a specific switched link must match for the connection to be established. If there are multiple switched links between two subarea nodes, the IDNUM associated with each link between the subarea nodes must be different for each link. Additionally, the combinations of IDNUM, NETID, and SUBAREA must be unique.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014