ADJLIST definition statement

Code an ADJLIST definition statement to define the name of a list of adjacent SSCPs. The list of adjacent SSCPs is created from the ADJCDRM definition statements which follow one or more ADJLIST definition statements.

An ADJLIST statement must be immediately followed by either:
  • One or more ADJCDRM definition statements
  • One or more ADJLIST definition statements
Coding any other definition signifies the end of the ADJLIST definitions. Once the first ADJCDRM definition statement has been encountered immediately after a ADJLIST definition statement, the next occurrence of an ADJLIST definition statement indicates the start of a new ADJLIST. The following example shows two lists that have been coded. LIST1 contains GW1 and GW2. LIST2 contains GW1, GW2, and GW3.
       VBUILD  TYPE=ADJSSCP
LIST1  ADJLIST
GW1    ADJCDRM
GW2    ADJCDRM
LIST2  ADJLIST
GW1    ADJCDRM
GW2    ADJCDRM
GW3    ADJCDRM
Multiple lists can be set up to contain identical ADJCDRMs without duplication of effort. Code all ADJLIST definition statements immediately followed by all the ADJCDRMs for which there would be an entry in each list. For example, using the following definition statements GW1, GW2, and GW3 reside in both LIST1 and LIST2.
LIST1  ADJLIST
LIST2  ADJLIST
GW1    ADJCDRM
GW2    ADJCDRM
GW3    ADJCDRM
Note: If an ADJLIST definition statement follows a NETWORK, CDRM, or ADJCDRM definition statement, those definitions are considered ended. This might result in a problem if the ADJLIST definition statement is placed incorrectly and the previous definition has not been completed when encountered.