z/OS JES2 Initialization and Tuning Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Defining a minimum configuration for BSC NJE

z/OS JES2 Initialization and Tuning Guide
SA32-0991-00

During JES2 initialization, you can easily request the NJE feature. The default configuration (shown in Figure 1) is a very simple BSC-only network. Include four JES2 initialization parameters, NODENUM=, LINENUM=, and OWNNODE= from the NJEDEF statement and the UNIT= parameter from the LINE(nnnn) statement, in your initialization data set. The LINE(nnnn) statement specifies the device address of the line (UNIT=) and enables the text transparency feature (TRANSPAR=), that is, the feature that allows JES2 to send all 256 characters in a data stream without the data being interpreted as control characters.

NODE 1 in Figure 1 defines NEWYORK1 as the first node in the network. NODE 2 in the figure does the same for the second node (WASHDC2). The simple network illustrated in Figure 1 shows how to use the NJEDEF statement parameters: NODENUM=, LINENUM=, and OWNNODE=. JES2 uses default values for the remaining NJE parameters.

Figure 1. Minimum NJE Configuration (BSC only)
      NODE 1                         NODE 2
      (NEWYORK1)                     (WASHDC2)
┌─────────────────────┐       ┌─────────────────────┐
│                     │       │                     │
│    ┌─────────┐      │       │    ┌─────────┐      │
│    │         │      │ BSC   │    │         │      │
│    │  JES2   ├──────┼───┐   │    │  JES2   │      │
│    │ System  │      │   └───┼────┤ System  │      │
│    │         │      │  LINE │    │         │      │
│    └┬───────┬┘      │       │    └┬───────┬┘      │
│     │       │       │       │     │       │       │
│ ┌───┴─┐    ┌┴──────┐│       │ ┌───┴─┐    ┌┴──────┐│
│┌┘RDR1 │    │PRT1   ││       │┌┘RDR1 │    │PRT1   ││
│└──────┘    │   ┌───┘│       │└──────┘    │   ┌───┘│
│            └───┘    │       │            └───┘    │
└─────────────────────┘       └─────────────────────┘

   NJEDEF NODENUM=2,             NJEDEF NODENUM=2,
          OWNNODE=1,                    OWNNODE=2,
          LINENUM=1                     LINENUM=1
   NODE(1) NAME=NEWYORK1         NODE(1) NAME=NEWYORK1
   NODE(2) NAME=WASHDC2          NODE(2) NAME=WASHDC2
   LINE(1) UNIT=xxx,             LINE(1) UNIT=xxx,
           TRANSPAR=YES                  TRANSPAR=YES
   PRT(1) UNIT=013               PRT(1) UNIT=233
                                 RDR(1) PRTDEST=LOCAL
   RDR(1) PRTDEST=LOCAL

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014