Pathway/iTS Management Programming Manual
ZPWY-MAP- Definitions
NonStop Pathway/iTS Management Programming Manual—426749-002
6-3
ZPWY-MAP-DEF-PATHWAY
ZPWY-MAP-DEF-PATHWAY
ZPWY-MAP-DEF-PATHWAY identifies an extensible structured token that defines all 
the attributes for the PATHMON process and for the Pathway subsystem. It contains 
the information you would specify with the SET PATHMON and SET PATHWAY 
commands in the PATHCOM interface to TS/MP. For guidelines on calculating 
appropriate configuration values, see the TS/MP System Management Manual.
The fields used exclusively by Pathway/iTS are described in the following list. The 
syntax and the other fields used by the PATHMON process or by server processes and 
server classes, are described in the TS/MP Management Programming Manual. 
ZMAXEXTERNALTCPS
is the maximum number of external TCPs that can communicate with the 
PATHMON process at the same time. An external TCP is one that is controlled by 
another PATHMON process and is, therefore, outside this PATHMON environment. 
This field has the same meaning as the MAXEXTERNALTCPS parameter in the 
PATHCOM SET PATHWAY command.
The value must be a number from 0 through 800.
The total of the values for ZMAXTCPS, ZMAXEXTERNALTCPS, and the TS/MP 
field ZMAXLINKMONS cannot exceed 800. A maximum of 255 TCPs, external 
Note. For a field of an extensible structured token, the notation “!r” means that the field must 
have a value other than its null value. The absence of the “!r” notation means that the field 
might or might not have a value other than its null value.
def ZPWY-DDL-DEF-PATHWAY.
 .
 .
 .
 02 ZMAXEXTERNALTCPS token-type ZPWY-DDL-0-4095. 
 02 ZMAXPROGRAMS token-type ZPWY-DDL-0-4095. 
 02 ZMAXTCPS token-type ZPWY-DDL-0-4095. 
!r
 02 ZMAXTELLQUEUE token-type ZSPI-DDL-INT. 
 02 ZMAXTELLS token-type ZPWY-DDL-0-4095. 
 02 ZMAXTERMS token-type ZPWY-DDL-0-4095. 
!r
 02 ZMAXTMFRESTARTS token-type ZPWY-DDL-TMF-RESTARTS.
 02 ZCUREXTERNALTCPS token-type ZPWY-DDL-0-4095. 
 02 ZCURPROGRAMS token-type ZPWY-DDL-0-4095. 
 02 ZCURTCPS token-type ZPWY-DDL-0-4095. 
 02 ZCURTELLS token-type ZPWY-DDL-0-4095. 
 02 ZCURTERMS token-type ZPWY-DDL-0-4095. 
 .
 .
end.










