HP NonStop Pathway/iTS Programming Manual
HP NonStop Pathway/iTS Programming Manual

HP NonStop Pathway/iTS Programming Manual

Management programming manual
Table of Contents

Advertisement

NonStop Pathway/iTS
Management
Programming Manual
Abstract
This manual describes the Subsystem Programmatic Interface (SPI) interface to
Pathway/iTS product; it is intended for programmers writing applications that manage
Pathway/iTS. It describes the SPI commands and messages for Pathway/iTS
objects—those related to terminal control processes (TCPs), terminals, and intelligent
devices.
Product Version
Pathway/iTS 1.0
Supported Release Version Updates (RVUs)
This publication supports D42.00 and all subsequent D4x.00 releases, G02.00 and all
subsequent G-series RVUs, and H06.03 and all subsequent H-series RVUs until
otherwise indicated by its replacement publications.
Part Number
426749-002
Published
February 2006

Advertisement

Table of Contents
loading

Summary of Contents for HP NonStop Pathway/iTS

  • Page 1 NonStop Pathway/iTS Management Programming Manual Abstract This manual describes the Subsystem Programmatic Interface (SPI) interface to Pathway/iTS product; it is intended for programmers writing applications that manage Pathway/iTS. It describes the SPI commands and messages for Pathway/iTS objects—those related to terminal control processes (TCPs), terminals, and intelligent devices.
  • Page 2 Document History Part Number Product Version Published 120042 Pathway/TS D42 August 1996 426749-001 Pathway/iTS 1.0 October 2000 426749-002 Pathway/iTS 1.0 February 2006...
  • Page 3: Table Of Contents

    NonStop Pathway/iTS Management Programming Manual Index Examples Figures Tables What’s New in This Manual Manual Information New and Changed Information About This Manual Who Should Read This Manual Related Documentation Notation Conventions xiii 1. Introduction Which Sections Do You Need?
  • Page 4: Table Of Contents

    3-31 Programming Considerations for Specific Object Types 3-32 TCP Objects 3-32 TERM Objects 3-33 PROG Objects 3-33 Tell Messages 3-33 Writing C Programs 3-34 Command Presentation 3-35 Unlisted Tokens 3-36 Required Tokens and Fields 3-36 NonStop Pathway/iTS Management Programming Manual—426749-002...
  • Page 5: Table Of Contents

    ZPWY-DDL-TERMNAME ZPWY-DDL-UNKNOWNNAME Private Token and Field Types ZPWY-DDL-AUTO-RESTART ZPWY-DDL-CHAR15 ZPWY-DDL-CHAR30 ZPWY-DDL-CHAR132 ZPWY-DDL-CPU ZPWY-DDL-DUMP-INFO ZPWY-DDL-ERRINFO2 5-11 ZPWY-DDL-ERROR-INFO 5-12 ZPWY-DDL-FILLER 5-12 ZPWY-DDL-INSPECT-INFO 5-12 ZPWY-DDL-IO-PROTOCOL 5-13 ZPWY-DDL-OBJECT-NAME 5-13 ZPWY-DDL-ON-OFF 5-14 ZPWY-DDL-ON-OFF-CURRENT 5-14 ZPWY-DDL-OWNER-ID 5-14 ZPWY-DDL-PRINTER-INFO 5-15 ZPWY-DDL-TERM-TYPE 5-16 NonStop Pathway/iTS Management Programming Manual—426749-002...
  • Page 6: Table Of Contents

    5-25 Simple Tokens 5-25 6. ZPWY-MAP- Definitions Extensible Structured Tokens ZPWY-MAP-DEF-PATHWAY ZPWY-MAP-DEF-PROG ZPWY-MAP-DEF-PROGTERM ZPWY-MAP-DEF-TCP 6-13 ZPWY-MAP-DEF-TELL 6-25 ZPWY-MAP-DEF-TERM 6-26 ZPWY-MAP-PAR-CONTROL-TCP 6-33 ZPWY-MAP-PAR-INFO 6-35 ZPWY-MAP-PAR-INSPECT-TERM 6-36 ZPWY-MAP-PAR-START-PROG 6-37 ZPWY-MAP-PAR-START-TERM 6-38 ZPWY-MAP-PAR-STATS-SCTCP 6-38 ZPWY-MAP-PAR-STATS-TCP 6-40 ZPWY-MAP-PAR-STATS-TCPSC 6-40 NonStop Pathway/iTS Management Programming Manual—426749-002...
  • Page 7: Table Of Contents

    6-72 ZPWY-MAP-STATUS-TERMDETAIL 6-73 ZPWY-MAP-STATUS-TERMFREEZE 6-79 ZPWY-MAP-TELLNUM 6-79 7. Terminal Control Process (TCP) Commands ADD TCP ALTER TCP CONTROL TCP DELETE TCP GETVERSION TCP INFO TCP 7-11 REFRESHCODE TCP 7-13 START TCP 7-15 STATS SCTCP 7-17 NonStop Pathway/iTS Management Programming Manual—426749-002...
  • Page 8: Table Of Contents

    STATUS TCPTERM 8-29 STATUS TERM 8-31 STOP TCPTERM 8-33 STOP TERM 8-35 SUSPEND TCPTERM 8-37 SUSPEND TERM 8-39 9. PROG Commands ADD PROG ADD PROGTERM ALTER PROG ALTER PROGTERM DELETE PROG 9-10 DELETE PROGTERM 9-11 NonStop Pathway/iTS Management Programming Manual—426749-002...
  • Page 9: Table Of Contents

    Errors in Error Lists 12-2 Object Types in Error Lists 12-2 Additional Information for Terminal Errors 12-3 Error Recovery 12-3 Error-Message Range 3000 Through 3999 12-3 13. Management Programming Examples Configuring Pathway/iTS 13-1 Obtaining PROG Information 13-15 NonStop Pathway/iTS Management Programming Manual—426749-002...
  • Page 10: Table Of Contents

    Pathway/iTS Private Token and Field Types Table 5-4. Pathway Predefined Token and Field Values Table 5-5. Pathway/iTS Field Types for Predefined Values Table 6-1. Categories of Extensible Structured Tokens Table 6-2. Pathway/iTS Extensible Structured Tokens NonStop Pathway/iTS Management Programming Manual—426749-002 viii...
  • Page 11: New And Changed Information

    Changes in the G06.27 Manual Pathway/iTS was formerly called Pathway/TS. For the Pathway/iTS 1.0 independent product release, the product was renamed to conform to current HP product naming standards and to reflect the new Internet (web client) capabilities of the product. After the first reference to the product name in each section of this manual, subsequent references use the shortened form of the name, Pathway/iTS.
  • Page 12 This appendix is an exact copy of Appendix C in the Pathway/iTS System Management Manual. References to Compaq trademarks have been updated. References to obsolete products have been removed. Miscellaneous terminology changes and editorial corrections have been made. NonStop Pathway/iTS Management Programming Manual—426749-002...
  • Page 13: About This Manual

    About This Manual This is a reference manual for the token-oriented management programming interface to Pathway/iTS, which, together with TS/MP, is called the Pathway subsystem in HP Distributed Systems Management (DSM) terminology. It describes Subsystem Programmatic Interface (SPI) commands used to configure and control Pathway/iTS objects in a PATHMON environment and to monitor the status and performance of those objects.
  • Page 14: Related Documentation

    Messages Manual use the NonStop operating system. The manual covers error codes and error lists associated with Guardian procedure calls, the interprocess messages sent to application programs by the operating system and the command interpreter. NonStop Pathway/iTS Management Programming Manual—426749-002...
  • Page 15: Notation Conventions

    About This Manual Notation Conventions For information about other HP products associated with Pathway/iTS management programming, see the following publications: SPI Programming Manual Describes the Subsystem Programmatic Interface (SPI), which is used for writing applications that manage HP subsystems for NonStop systems.
  • Page 16 M address [ , new-value ] … [ - ] {0|1|2|3|4|5|6|7|8|9} An ellipsis immediately following a single syntax item indicates that you can repeat that syntax item any number of times. For example: … "s-char " NonStop Pathway/iTS Management Programming Manual—426749-002...
  • Page 17 The following list summarizes the notation conventions for the presentation of displayed messages in this manual. Nonitalic text. Nonitalic letters, numbers, and punctuation indicate text that is displayed or returned exactly as shown. For example: Backup Up. NonStop Pathway/iTS Management Programming Manual—426749-002...
  • Page 18 The following list summarizes the notation conventions used in the boxed descriptions of programmatic commands, event messages, and error lists in this manual. UPPERCASE LETTERS. Uppercase letters indicate names from definition files; enter these names exactly as shown. For example: ZCOM-TKN-SUBJ-SERV NonStop Pathway/iTS Management Programming Manual—426749-002...
  • Page 19 Common Run-Time Environment (CRE). The CRE has many new message types and some new message type codes for old message types. In the CRE, the message type SYSTEM includes all messages except LOGICAL-CLOSE and LOGICAL-OPEN. NonStop Pathway/iTS Management Programming Manual—426749-002 xvii...
  • Page 20 About This Manual Change Bar Notation NonStop Pathway/iTS Management Programming Manual—426749-002 xviii...
  • Page 21: Which Sections Do You Need?

    Terminals Section 8 Define and control configured TERM objects; control and obtain information about temporary TERM objects Templates for terminals Section 9 Define and control PROGRAM objects running other than SCREEN COBOL programs NonStop Pathway/iTS Management Programming Manual—426749-002 1 -1...
  • Page 22: Architecture And Components

    The PATHMON process, in addition to creating, configuring, and globally managing server classes, grants links to link managers that request access to server processes. NonStop Pathway/iTS Management Programming Manual—426749-002 1 -2...
  • Page 23: Figure 1-1. A Nonstop Ts/Mp Application With Pathway/Its

    PATHMON Command Terminal PATHCOM SERVER (Server Class) Application Terminal Server Application Database Processes PATHCOM Pathway/iTS TERM (Temporary, from RUN Application PROGRAM) Terminal Screen Application TERM Program Database (Configured) Application Terminal TERM (Configured) VST002.vsd NonStop Pathway/iTS Management Programming Manual—426749-002 1 -3...
  • Page 24: Distributed Systems Management

    Distribute control of transaction processing among systems. Retain a session with one subsystem (such as the Pathway subsystem, the FUP subsystem or the HP NonStop Transaction Management Facility (TMF) subsystem) while interacting with another subsystem. Control different types of objects uniformly (objects can be of varying types, including files, devices, and transactions).
  • Page 25: Management Interfaces

    Both of these methods allow you to send commands and instructions to PATHMON, the process that monitors your subsystem and directs its activities. Figure 1-3 on page 1-6 illustrates these two interfaces and their relationship to a PATHMON process. NonStop Pathway/iTS Management Programming Manual—426749-002 1 -5...
  • Page 26: Pathcom Interface

    PATHCOM commands interactively at a terminal. The interface is a token-oriented interface based on the following: Subsystem Programmatic Interface (SPI) commands and definition files Event Management Service (EMS) error and event messages NonStop Pathway/iTS Management Programming Manual—426749-002 1 -6...
  • Page 27: Figure 1-4. Management Programming Environment

    Introduction SPI Interface Figure 1-4 shows the management programming environment. Figure 1-4. Management Programming Environment Management NonStop TS/MP Operations Environment Programming Interface Environment Pathway Commands, Subsystem Inquiries Management Application Responses, Messages Subsystem VST005.vsd NonStop Pathway/iTS Management Programming Manual—426749-002 1 -7...
  • Page 28 Introduction SPI Interface NonStop Pathway/iTS Management Programming Manual—426749-002 1 -8...
  • Page 29: Comparison Of Pathcom And Spi Commands

    4. Send a request with the TELL command and the TERM object type, including both ZPWY-DDL-SEL-TERM and ZPWY-DDL-TELLNUM. 5. Send a request with the START command and the TELL object type, again using the number you received in Step 2. NonStop Pathway/iTS Management Programming Manual—426749-002 2 -1...
  • Page 30: Table 2-1. Pathcom And Spi Commands For Pathway/Its

    SWITCH TCP SWITCH TCP Commands for TERM Objects ABORT TERM ABORT TERM ABORT TERM *, TCP ABORT TCPTERM ADD TERM ADD TERM ALTER TERM ALTER TERM DELETE TERM DELETE TERM + DELETE TCPTERM NonStop Pathway/iTS Management Programming Manual—426749-002 2 -2...
  • Page 31 ALTER PROG + ALTER PROGTERM + DELETE PROGTERM DELETE PROGRAM DELETE PROG INFO PROGRAM INFO PROG + INFO PROGTERM RUN PROGRAM START PROG RESET PROGRAM No equivalent SET PROGRAM No equivalent SHOW PROGRAM No equivalent NonStop Pathway/iTS Management Programming Manual—426749-002 2 -3...
  • Page 32: Pathway Management Programming Interface

    The following paragraphs give an overview of the tasks involved in setting up and managing a Pathway subsystem. For more information on the strategy for performing specific system management tasks, see the TS/MP System Management Manual and the Pathway/iTS System Management Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 2 -4...
  • Page 33: Control And Inquiry

    Section 9, PROG Commands Section 10, Tell Message Commands in this manual and see the EMS Manual. Figure 2-1 on page 2-6 illustrates the commands sent and the responses received when configuring a Pathway subsystem. NonStop Pathway/iTS Management Programming Manual—426749-002 2 -5...
  • Page 34: Figure 2-1. Sending Commands And Receiving Responses

    SPI Programming Manual. For information about points to consider when designing, configuring, and securing a management application that sends commands to and receives replies from a Pathway subsystem, see the TS/MP Management Programming Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 2 -6...
  • Page 35: Definition Files

    HP provides these declarations for you in definition files. A set of definition files is provided as part of each HP NonStop subsystem that supports DSM. A few other NonStop software components (such as NonStop Pathway/iTS Management Programming Manual—426749-002...
  • Page 36: Naming Conventions

    Object names for use in error tokens and object-selector tokens Error tokens Attribute (DEF-) tokens Command-modifier (PAR-) tokens Object-selector (SEL-) tokens Qualifier (QUAL-) tokens Commands Object types Token types, used in defining simple tokens NonStop Pathway/iTS Management Programming Manual—426749-002 3 -2...
  • Page 37: Location

    If your application manages subsystems other than Pathway, it also needs the definition files required by those subsystems. For instance, you might want your Pathway management application to manage an associated TMF subsystem as well. If NonStop Pathway/iTS Management Programming Manual—426749-002 3 -3...
  • Page 38: Message Elements For The Pathway Subsystem

    Stops a suspended or running TERM object ZPWY-CMD-ADD Adds an object description to the PATHMON configuration file ZPWY-CMD-ALTER Changes an object’s configuration when the object is not active ZPWY-CMD-CONTROL Changes an object’s configuration while the object is active NonStop Pathway/iTS Management Programming Manual—426749-002 3 -4...
  • Page 39 ZPWY-CMD-INFO Obtains the configuration of an object ZPWY-CMD-INSPECT Invokes the HP Inspect debugging tool to debug a SCREEN COBOL program running on a Pathway TERM object ZPWY-CMD-REFRESHCODE Causes the TCP to check for the currently active version...
  • Page 40: Object Types

    A server class linked to a TCP. This object type is used with the STATS command and ZPWY-VAL-ALLSC to obtain statistics on all server classes that have links to a single TCP. ZPWY-OBJ-SCTCP A TCP linked to a server class. TERM Objects NonStop Pathway/iTS Management Programming Manual—426749-002 3 -6...
  • Page 41 Pathway/iTS objects are described in this manual. Commands that affect TS/MP objects are described in the TS/MP Management Programming Manual. Note: You cannot use commands on Pathway/iTS objects unless a licensed copy of the Pathway/iTS product exists on the system. NonStop Pathway/iTS Management Programming Manual—426749-002 3 -7...
  • Page 42: Object Names

    Many Pathway commands and responses contain object-selector tokens that, when combined with object-type information, designate which objects are affected by the command. Object-selector tokens are represented by the name ZPWY-DDL-SEL- name, where name is the name of the specific object. NonStop Pathway/iTS Management Programming Manual—426749-002 3 -8...
  • Page 43: Event Numbers

    Comment Token ZSPI-TKN-COMMENT is a token that a requester can use to include arbitrary information of its own in a command. Pathway, like other HP subsystems for NonStop systems, does not use this token and does not return it in responses.
  • Page 44: Extensible Structured Tokens

    Note. The TAL, COBOL, TACL, and C codes redefine each character field (Z^C and Z-C in the examples) as an integer array and as an array of individual bytes to accommodate certain HP NonStop operating system procedures. For clarity, the redefinitions have been removed from the example.
  • Page 45 Z^FILENAME; BEGIN STRUCT Z^C; BEGIN STRING BYTE [0:7]; END; END; END; STRUCT Z^PROCESS = Z^DISC; BEGIN STRUCT Z^CRTPID; BEGIN STRUCT Z^PROCNAME; BEGIN STRUCT Z^C; BEGIN STRING BYTE [0:5]; END; END; Z^CRT[0:2] = Z^PROCNAME; NonStop Pathway/iTS Management Programming Manual—426749-002 3- 11...
  • Page 46 Z^C; BEGIN STRING BYTE [0:7]; END; END; STRUCT Z^FILLER; BEGIN STRING BYTE [0:7]; END; END; END; END; END; ZSECURITY; STRUCT ZTCP; BEGIN STRUCT Z^C; BEGIN STRING BYTE [0:14]; END; END; FILLER ZTMF; END; NonStop Pathway/iTS Management Programming Manual—426749-002 3- 12...
  • Page 47 06 Z-SUBDEVNAME. 07 Z-C PIC X(8). 06 Z-FILLER PIC X(8). 02 ZSECURITY PIC S9(4) COMP. 02 ZTCP. 03 Z-C PIC X(15). 04 FILLER PIC X. 02 FILLER PIC X. 02 ZTMF PIC X(2). NonStop Pathway/iTS Management Programming Manual—426749-002 3- 13...
  • Page 48 #pragma fieldalign matched2 __zpwy_ddl_def_prog typedef struct __zpwy_ddl_def_prog short zerrorabort; struct short zsystemnumber; short zgroupnumber; short zusernumber; } zowner; struct short zisattached; struct struct union char z_c[8]; struct short z_i[4]; } z_s; char z_b[8]; NonStop Pathway/iTS Management Programming Manual—426749-002 3- 14...
  • Page 49 } z_s; char z_b[8]; } u_z_c; } z_subvolume; struct union char z_c[8]; struct short z_i[4]; } z_s; char z_b[8]; } u_z_c; } z_filename; } z_disc; struct struct union NonStop Pathway/iTS Management Programming Manual—426749-002 3- 15...
  • Page 50 } z_s; char z_b[8]; } u_z_c; } z_qual1; struct union char z_c[8]; struct short z_i[4]; } z_s; char z_b[8]; } u_z_c; } z_qual2; } z_process; struct NonStop Pathway/iTS Management Programming Manual—426749-002 3- 16...
  • Page 51: Types For Fields In Structured Tokens

    } zpwy_ddl_def_prog_def; Types for Fields in Structured Tokens Many token types are built on more elementary types that are defined in the DDL before the extensible structured token is defined. NonStop Pathway/iTS Management Programming Manual—426749-002 3- 17...
  • Page 52: Data Lists And Error Lists

    The Pathway subsystem does not support arrays or multiple instances of tokens. The PATHMON process never returns more than one response in a message; however, the single response can be enclosed in a data list for consistency with other NonStop Pathway/iTS Management Programming Manual—426749-002 3- 18...
  • Page 53: Building And Sending A Command Message

    Using SSNULL is important even when your application assigns a value to every field of an extensible structured token. Otherwise, the application will not work correctly later if it is compiled with a new version of the definition files that add new fields to the token. NonStop Pathway/iTS Management Programming Manual—426749-002 3- 19...
  • Page 54: Considerations For Ssinit

    For TACL: #SET ZPWY^VAL^SSID & [ZSPI^VAL^TANDEM].[ZSPI^SSN^ZPWY].[ZPWY^VAL^VERSION] For C: zpwy_val_ssid_def zpwy_val_ssid ={ ZSPI_VAL_TANDEM, ZSPI_SSN_ZPWY ZPWY_VAL_VERSION }; #include stringb strcopy ( zpwy_val_ssid.z_owner, ZSPI_VAL_TANDEM }; strcopy ( zpwy_val_ssid.z_number = ZSPI_SSN_ZPWY }; strcopy ( zpwy_val_ssid.z_version = ZPWY_VAL_VERSION }; NonStop Pathway/iTS Management Programming Manual—426749-002 3- 20...
  • Page 55: Considerations For Ssput

    Query a specific object or subobject when you do not have its name or when its name has changed Continuation Procedure To specify continuation for commands that support it, your program must: 1. Call the SSINIT procedure, specifying the appropriate command (ZPWY-CMD- ) and object (ZPWY-OBJ- ). NonStop Pathway/iTS Management Programming Manual—426749-002 3- 21...
  • Page 56 These values have the same meaning as the asterisk (*) used in the PATHCOM commands. For example, to implement the PATHCOM INFO TERM * command, you use the predefined value ZPWY-VAL-ALLTERM in the object-selector token ZPWY-DDL-SEL-TERM. NonStop Pathway/iTS Management Programming Manual—426749-002 3- 22...
  • Page 57: Required Object States For Continuation

    SC running and linked to specified TCP SCTCP TCP running and linked to specified SC TCP set to STATS ON TCPTERM TERM running; TCP running TERM Running STATUS Any state TCPLINK Any state TCPTERM Any state TERM Any state NonStop Pathway/iTS Management Programming Manual—426749-002 3- 23...
  • Page 58: Continuation Example

    8. Reissues the INFO TERM command with the special selector and adds the context token from the previous response to the message. 9. Returns the name of TERM-C and a context token. NonStop Pathway/iTS Management Programming Manual—426749-002 3- 24...
  • Page 59: Byte File Names

    File Name 32-Byte Format Byte 0..5..10...15...20...25..31 \A.$B "\A " \A.$B.#C "\A " \A.$B.#C.D "\A " \W.$X.Y.Z "\W " The following procedures are provided in the system library for handling file names in this format: NonStop Pathway/iTS Management Programming Manual—426749-002 3- 25...
  • Page 60: Resetting Values In Fields

    To reset fields of type FNAME32, CRTPID, or SUBVOL with the TACL program, you must use the #SETBYTES built-in function. More information on resetting fields with the #SETBYTES built-in function is available in the SPI Programming Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 3- 26...
  • Page 61: Receiving And Decoding Response Messages

    For example, the extensible structured token in the INFO TCP or STATUS TCP command contains all of the information about TCPs that is available from the PATHMON process. To see a field within an extensible NonStop Pathway/iTS Management Programming Manual—426749-002 3- 27...
  • Page 62: Event And Error Handling

    Table 3-7. Event Message Subject Tokens Token Description ZPWY-TKN-FNAME Event concerns a file. ZPWY-TKN-PMNAME Event concerns the PATHMON process. ZPWY-TKN-PROGNAME Event concerns a terminal template (PROG object). ZPWY-TKN-TCPNAME Event concerns a terminal control process (TCP). NonStop Pathway/iTS Management Programming Manual—426749-002 3- 28...
  • Page 63: Event-Specific Tokens

    As a number in the ZSPI-TKN-RETCODE token, which is always returned in the response buffer In an error list, which is a component of a response buffer that is returned only if an error is detected NonStop Pathway/iTS Management Programming Manual—426749-002 3- 29...
  • Page 64: Message Numbers

    Error messages with a value of 0 indicate that the command completed successfully (ZPWY-VAL-OK). For more information on errors, error lists, and nested error messages, see the TS/MP Management Programming Manual. For more information about ZSPI-TKN-ERRLIST and ZSPI-TKN-ENDLIST, see the SPI Programming Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 3- 30...
  • Page 65: Security

    NonStop systems. To avoid conflicts with names defined by HP, it is best not to begin any of your own names with uppercase or lowercase Z.
  • Page 66: Programming Considerations For Specific Object Types

    The last command in the sequence should be a CONTROL TCP command so that the changes are recorded in the PATHCTL file. To perform the equivalent of the PATHCOM STATUS TCP, DETAIL command, follow these steps: NonStop Pathway/iTS Management Programming Manual—426749-002 3- 32...
  • Page 67: Term Objects

    TELL TERM, and START TELL commands. To perform the equivalent of the PATHCOM TELL TERM (term-1, term-2), “string” command, follow these steps: 1. Add the tell message with the text “HELLO”: 1. Call SSINIT, issuing ZPWY-CMD-ADD and ZPWY-OBJ-TELL. NonStop Pathway/iTS Management Programming Manual—426749-002 3- 33...
  • Page 68: Writing C Programs

    The DDL command ?CFIELDALIGN_MATCHED2 allows the DDL compiler to generate C data structures starting on byte boundaries. Always issue this command before you start building the DDL dictionary from the ZSPIDDL, ZEMSDDL, and ZPWYDDL files. NonStop Pathway/iTS Management Programming Manual—426749-002 3- 34...
  • Page 69: Command Presentation

    Section 5, ZPWY-DDL- Definitions, and Section 6, ZPWY- MAP- Definitions.) Tokens in the response buffer, which are specific to the command. (Token descriptions are in Section 5, ZPWY-DDL- Definitions, and Section 6, ZPWY- MAP- Definitions.) NonStop Pathway/iTS Management Programming Manual—426749-002 3- 35...
  • Page 70: Unlisted Tokens

    For a token, the notation “!r” means that the token must be present (is required) in the command. The absence of the notation “!r” means that the token is optional. For a field of an extensible structured token, the notation “!r” means that the field must have a NonStop Pathway/iTS Management Programming Manual—426749-002 3- 36...
  • Page 71 SPI Programming Considerations Required Tokens and Fields value other than its null value; a token that is present but has no assigned value is interpreted as having a value of all blanks. NonStop Pathway/iTS Management Programming Manual—426749-002 3- 37...
  • Page 72 SPI Programming Considerations Required Tokens and Fields NonStop Pathway/iTS Management Programming Manual—426749-002 3- 38...
  • Page 73: Spi Standard Definitions

    DDL definition statements. For an explanation of DDL, see the Data Definition Language (DDL) Reference Manual. Definitions encountered in NonStop Pathway/iTS that are used uniquely by TS/MP to support servers and objects related to them are described in the TS/MP Management Programming Manual.
  • Page 74 SPI and EMS Standard Definitions EMS Standard Definitions NonStop Pathway/iTS Management Programming Manual—426749-002 4 -2...
  • Page 75: Pathway Subsystem Definitions

    The definitions are described later in this section. Definitions for extensible structured tokens are described in Section 6, ZPWY-MAP- Definitions. Table 5-1. Pathway Buffer Declarations ZPWY-DDL-MSG-BUFFER ZPWY-DDL-MAX-MSG-BUFFER Table 5-2. Pathway/iTS Object Names ZPWY-DDL-PROGNAME ZPWY-DDL-TCPNAME ZPWY-DDL-PROGTERMNAME ZPWY-DDL-TCPSCNAME ZPWY-DDL-SCOBOL-PUNAME ZPWY-DDL-TCPTERMNAME ZPWY-DDL-SCTCPNAME ZPWY-DDL-TELLNAME ZPWY-DDL-SCTERMNAME ZPWY-DDL-TERMNAME ZPWY-DDL-TCPLINKNAME ZPWY-DDL-UNKNOWNNAME NonStop Pathway/iTS Management Programming Manual—426749-002 5 -1...
  • Page 76: Table 5-3. Pathway/Its Private Token And Field Types

    ZPWY-DDL-TERMAREA-STAT ZPWY-DDL-TERM2CODE-STAT ZPWY-DDL-TERM2DATA-STAT Table 5-4. Pathway Predefined Token and Field Values ZPWY-VAL-SSID ZPWY-VAL-BUFSIZE ZPWY-VAL-BUFLEN ZPWY-VAL-VERSION Table 5-5. Pathway/iTS Field Types for Predefined Values ZPWY-DDL-CHARSET-VALUE ZPWY-DDL-SECURITY-VALUE ZPWY-DDL-FRZSTATETERM-VALUE ZPWY-DDL-TCPQUALSTATE-VALUE ZPWY-DDL-NONSTOP-VALUE ZPWY-DDL-TERMPEND-VALUE ZPWY-DDL-OBJSTATE-VALUE ZPWY-DDL-TERMWAIT-VALUE ZPWY-DDL-POP-VALUE ZPWY-DDL-TRMQUALSTATE-VALUE NonStop Pathway/iTS Management Programming Manual—426749-002 5 -2...
  • Page 77: Buffer Declarations

    (not token codes). For object-selector tokens, whether each field is required or optional depends upon the command in which the token type is used; required and optional fields are therefore marked in the individual command descriptions. NonStop Pathway/iTS Management Programming Manual—426749-002 5 -3...
  • Page 78: Token Codes For Object Names

    ZPROGRAM specifies the name of the program with which this device is associated. ZTERMTYPE specifies the type of device. For more information on device types, see the description of ZPWY-DDL-TERMTYPE-INFO on page 5-17. NonStop Pathway/iTS Management Programming Manual—426749-002 5 -4...
  • Page 79: Zpwy-Ddl-Scobol-Puname

    03 FILLER-1 token-type ZPWY-DDL-FILLER. end. ZSERVERCLASS is the name of the server class. For more information on server classes, see the TS/MP Management Programming Manual. ZTERM is the name of a TERM object. NonStop Pathway/iTS Management Programming Manual—426749-002 5 -5...
  • Page 80: Zpwy-Ddl-Tcplinkname

    ZPWY-DDL-TCPSCNAME specifies the name of a server class and the name of the TCP linked to that server class. def ZPWY-DDL-TCPSCNAME. 02 ZTCP token-type ZPWY-DDL-OBJECT-NAME. 02 FILLER token-type ZPWY-DDL-FILLER. 02 ZSERVERCLASS token-type ZPWY-DDL-OBJECT-NAME. 02 FILLER-1 token-type ZPWY-DDL-FILLER. end. NonStop Pathway/iTS Management Programming Manual—426749-002 5 -6...
  • Page 81: Zpwy-Ddl-Tcptermname

    The number is defined as two characters to allow programs to use continuation. ZPWY-DDL-TERMNAME ZPWY-DDL-TERMNAME identifies a TERM object. def ZPWY-DDL-TERMNAME. 02 ZTERM token-type ZPWY-DDL-OBJECT-NAME. 02 FILLER-1 token-type ZPWY-DDL-FILLER. end. NonStop Pathway/iTS Management Programming Manual—426749-002 5 -7...
  • Page 82: Zpwy-Ddl-Unknownname

    ZPWY-DDL-CHAR15. 02 Z-C PIC X(15). 02 Z-S redefines Z-C. 03 Z-I type BINARY 16 occurs 7 times. 03 FILLER PIC X. 02 Z-B redefines Z-C PIC X occurs 15 times. end. NonStop Pathway/iTS Management Programming Manual—426749-002 5 -8...
  • Page 83: Zpwy-Ddl-Char30

    ZPWY-DDL-DUMP-INFO. 02 ZDUMP token-type ZPWY-DDL-ON-OFF. 02 ZDUMPFILE token-type ZSPI-DDL-FNAME32. end. Note. The value specified for ZDUMP in the CONTROL TCP command overrides the value specified for ZDUMP in the ADD TCP command. NonStop Pathway/iTS Management Programming Manual—426749-002 5 -9...
  • Page 84 Reset values for each field are predefined. These values are described in Section 3, SPI Programming Considerations. To reset the fields using the TACL program, you must use the #SETBYTES built-in function. For more information, see the SPI Programming Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 5- 10...
  • Page 85: Zpwy-Ddl-Errinfo2

    TPCERRDUPFD PROCCREATMAINSTKLOCK TPCERRINTERPRETER PROCCREATMAP TPCERRNOTOSS PROCCREATMONITOR TPCERROPENPATHNAME PROCCREATNOPCB TPCERROPENTIMEOUT PROCCREATPARAM TPCERRWORKINGDIR ZDETAIL2 contains additional error information. The following example shows error information returned in ZERRORINFO and ZERRORINFO2: ZERRORINFO ZERROR 1038 ZINFO %001413 ZERRORINFO2 NonStop Pathway/iTS Management Programming Manual—426749-002 5- 11...
  • Page 86: Zpwy-Ddl-Error-Info

    SSNULL initializes a field with this type to a blank character. ZPWY-DDL-INSPECT-INFO ZPWY-DDL-INSPECT-INFO indicates whether SCREEN COBOL programs running on TERM objects controlled by a TCP can be examined by using the HP Inspect debugging tool. This token can also specify an Inspect command terminal. def ZPWY-DDL-INSPECT-INFO.
  • Page 87: Zpwy-Ddl-Io-Protocol

    Pathway subsystem, and must not be a Pathway reserved word. The name must be left-justified and blank-filled. Pathway subsystem reserved words are listed in the Pathway/iTS System Management Manual. ZPWY-DDL-OBJECT-NAME token-type ZPWY-DDL-CHAR15. NonStop Pathway/iTS Management Programming Manual—426749-002 5- 13...
  • Page 88: Zpwy-Ddl-On-Off

    PATHMON-controlled objects. The user ID must be known to the system in which your management application is running. def ZPWY-DDL-OWNER-ID. 02 ZSYSTEMNUMBER token-type ZSPI-DDL-INT. 02 ZGROUPNUMBER token-type ZSPI-DDL-INT. 02 ZUSERNUMBER token-type ZSPI-DDL-INT. end. NonStop Pathway/iTS Management Programming Manual—426749-002 5- 14...
  • Page 89: Zpwy-Ddl-Printer-Info

    (for example, an IBM 3270 compatible terminal using AM3270). The following values are valid: Specifies that no printer is attached. ZPWY-VAL-NO Specifies that a printer is attached. ZPWY-VAL-YES NonStop Pathway/iTS Management Programming Manual—426749-002 5- 15...
  • Page 90: Zpwy-Ddl-Term-Type

    ZPWY-DDL-TERM-TYPE specifies the device type that the TCP uses for running a SCREEN COBOL program on a device. def ZPWY-DDL-TERM-TYPE token-type ZSPI-DDL-OBJECT- NAME. The following values are valid: IBM 3270 terminal IBM-3270 6520 terminal T16-6520 6530 terminal T16-6530 CONVERSATIONAL Conversational-mode terminal NonStop Pathway/iTS Management Programming Manual—426749-002 5- 16...
  • Page 91: Zpwy-Ddl-Termtype-Info

    ZPWY-DDL-TERMTYPE-INFO provides information about the device type that the TCP uses for running a SCREEN COBOL program on a device. def ZPWY-DDL-TERMTYPE-INFO 03 ZTERMTYPE token-type ZPWY-DDL-TERM-TYPE. 03 FILLER token-type ZPWY-DDL-FILLER. 03 ZSUBTYPE token-type ZSPI-DDL-INT. end. NonStop Pathway/iTS Management Programming Manual—426749-002 5- 17...
  • Page 92 If you do not specify a ZTERMTYPE value, the PATHMON process issues a file-system DEVICEINFO query to the device on which the program runs. The reply from the DEVICEINFO query is used to determine the appropriate device type. NonStop Pathway/iTS Management Programming Manual—426749-002 5- 18...
  • Page 93 If the TERMINAL IS clause is not present and a value for ZSUBTYPE is not specified, the TCP obtains the additional device information from a call to the file-system DEVICEINFO procedure. NonStop Pathway/iTS Management Programming Manual—426749-002 5- 19...
  • Page 94: Zpwy-Ddl-Tmf-Restarts

    Boolean values and COBOL coding suggestions, see the SPI Programming Manual. ZPWY-DDL-0-2045 ZPWY-DDL-0-2045 is a value from 0 through 2045. def ZPWY-DDL-0-2045 token-type ZSPI-DDL-INT. ZPWY-DDL-0-2250 ZPWY-DDL-0-2250 is a value from 0 through to 2250. def ZPWY-DDL-0-2250 token-type ZSPI-DDL-INT. NonStop Pathway/iTS Management Programming Manual—426749-002 5- 20...
  • Page 95: Zpwy-Ddl-0-4095

    ZPWY-VAL-VERSION. end. ZPWY-VAL-BUFLEN is the length of the message buffer, in bytes. ZPWY-VAL-BUFSIZE is the size of the message buffer, in words. The message buffer is used to communicate with the PATHMON process. NonStop Pathway/iTS Management Programming Manual—426749-002 5- 21...
  • Page 96: Private Field Types For Predefined Values

    The character set is specified in the OBJECT-COMPUTER paragraph of the associated SCREEN COBOL program. The following values are valid: ZPWY-VAL-USASCII US ASCII ZPWY-VAL-FRANCAIS-AZ French (AZERTY) ZPWY-VAL-FRANCAIS-QZ French (QWERTY) ZPWY-VAL-DEUTSCH German/Austrian ZPWY-VAL-ESPANOL Spanish ZPWY-VAL-UK United Kingdom Swedish/Finnish ZPWY-VAL-SVENSK-SUOMI ZPWY-VAL-DANSK-NORSK Danish/Norwegian NonStop Pathway/iTS Management Programming Manual—426749-002 5- 22...
  • Page 97: Zpwy-Ddl-Frzstateterm-Value

    ZPWY-VAL-SUSPENDED The object is suspended. The object is running. ZPWY-VAL-RUNNING ZPWY-DDL-POP-VALUE ZPWY-DDL-POP-VALUE provides the name of the currently executing SCREEN COBOL instruction in response to a STATUS TERM command. This is internal information. def ZPWY-DDL-POP-VALUE token-type ZSPI-DDL-ENUM. NonStop Pathway/iTS Management Programming Manual—426749-002 5- 23...
  • Page 98: Zpwy-Ddl-Security-Value

    The TCP is stopping. ZPWY-VAL-PENDING The TCP is running and can control TERM objects. ZPWY-VAL-RUNNING The TCP is stopped. ZPWY-VAL-STOPPED ZPWY-DDL-TERMPEND-VALUE ZPWY-DDL-TERMPEND-VALUE specifies the reason a TERM object is pending. def ZPWY-DDL-TERMPEND-VALUE type ZSPI-DDL-ENUM. NonStop Pathway/iTS Management Programming Manual—426749-002 5- 24...
  • Page 99: Zpwy-Ddl-Termwait-Value

    The error tokens REQobjecttypeNAME and objecttypeNAME Event subjects and tokens For more information on error and event tokens, see Section 11, TCP Event Messages, in this manual and see the TS/MP Management Programming Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 5- 25...
  • Page 100 ZPWY-DDL- Definitions Simple Tokens NonStop Pathway/iTS Management Programming Manual—426749-002 5- 26...
  • Page 101: Table 6-1. Categories Of Extensible Structured Tokens

    An extensible structured token has a token map and a value consisting of data fields whose number can be extended. This extensibility allows HP to add new fields to the structure in later releases. Extensible structured tokens are defined by token maps.
  • Page 102: Table 6-2. Pathway/Its Extensible Structured Tokens

    ZPWY-MAP-QUAL-TCP tokens ZPWY-MAP-QUAL-TERM Selector ZPWY-MAP-SEL-SCTCP ZPWY-MAP-SEL-TCPTERM tokens ZPWY-MAP-SEL-SCTERM ZPWY-MAP-SEL-TELL ZPWY-MAP-SEL-TCP ZPWY-MAP-SEL-TERM ZPWY-MAP-SEL-TCPLINK ZPWY-MAP-SEL-PROG ZPWY-MAP-SEL-TCPSC ZPWY-MAP-SEL-PROGTERM Statistics ZPWY-MAP-STATS-SC ZPWY-MAP-STATS-TERM1 tokens ZPWY-MAP-STATS-TCP1 ZPWY-MAP-STATS-TERM2 ZPWY-MAP-STATS-TCP2 Status ZPWY-MAP-STATUS-TCP ZPWY-MAP-STATUS-TERMDETAIL tokens ZPWY-MAP-STATUS-TCPLINK ZPWY-MAP-STATUS-TERMFREEZE Other ZPWY-MAP-STARTPROG structured ZPWY-MAP-TELLNUM tokens NonStop Pathway/iTS Management Programming Manual—426749-002 6 -2...
  • Page 103: Zpwy-Map-Def-Pathway

    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 NonStop Pathway/iTS Management Programming Manual—426749-002 6 -3...
  • Page 104 The value must be a number from 0 through 4095. To enable PATHMON to process the equivalent of a PATHCOM ALTER TERM or ALTER PROGRAM command, specify a maximum of 4094 for this attribute. NonStop Pathway/iTS Management Programming Manual—426749-002 6 -4...
  • Page 105 External TCPs ZCURPROGRAMS PROGRAM objects ZCURTCPS TCPs ZCURTELLS Tell messages ZCURTERMS TERM objects Considerations The maximum number of concurrently running requester processes (LINKMON, PATHCOM, SPI, TCPs, and external TCPs) must not exceed 800. NonStop Pathway/iTS Management Programming Manual—426749-002 6 -5...
  • Page 106: Zpwy-Map-Def-Prog

    If you do not assign a value to this field, the default is the owner ID of the user who adds the program. ZPRINTERINFO specifies the printer to be used for the SCREEN COBOL PRINT SCREEN verb. The fields are described under ZPWY-DDL-PRINTER-INFO in this section. NonStop Pathway/iTS Management Programming Manual—426749-002 6 -6...
  • Page 107 COBOL Reference Manual. Prevents TMF auditing. The TRANSACTION-ID special ZPWY-VAL-OFF register is set to SPACES after the BEGIN-TRANSACTION verb executes. If you do not assign a value to this field, the default is ZPWY-VAL-ON. NonStop Pathway/iTS Management Programming Manual—426749-002 6 -7...
  • Page 108: Zpwy-Map-Def-Progterm

    Break key. If a process is running as a terminal emulator, the value for this field always defaults to ZPWY-VAL-OFF. If you do not assign a value to this field, the default is NonStop Pathway/iTS Management Programming Manual—426749-002 6 -8...
  • Page 109 ZDISPLAYPAGES to a small value to leave room for the field attributes. If the value is too high, you might receive the terminal error ALL FIELDS USED. For more information on how to select the appropriate value for the ZDISPLAYPAGES field, see the Pathway System Management Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 6 -9...
  • Page 110 SCREEN COBOL program unit that the TCP executes when starting the application. This name is the program name specified in the PROGRAM-ID sentence of the identification division in a SCREEN COBOL program. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 10...
  • Page 111 However, until the TCP is able to locate the program unit in the TCP TCLPROG, the TCP continues to look for it in the PROGTERM TCLPROG file on each call. This behavior can result in high processing overhead. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 11...
  • Page 112 TYPE INTELLIGENT that use delimited format messages. This parameter has no effect on VARYING1 and VARYING2 message formats. If you do not assign a value to this field, the default is ZPWY-VAL-ON. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 12...
  • Page 113: Zpwy-Map-Def-Tcp

    PATHMON process attempts to restart the TCP within a fixed 10-minute interval after an abnormal termination, such as multiple processor failures or the failure of an unpaired process. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 13...
  • Page 114 Therefore, it is recommended you estimate an appropriate value for the code area length according to the needs of your application. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 14...
  • Page 115 0 through 15. This field is not applicable in single-processor environments. Entering values for ZPRIMARY and ZBACKUP is optional in a multiprocessor environment; the system assigns CPUs if you do not designate any. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 15...
  • Page 116 Directs the TCP to enter debug mode on startup. If the ZPWY-VAL-ON PATHMON process was started with INSPECT ON or the server program was compiled or bound with the HP Inspect symbolic debugger process defined, the servers enter Inspect mode for debugging. For more information, see the Inspect Manual.
  • Page 117 $SYSTEM.SYSTEM.PATHTCPL, then you must remember to update your library whenever HP adds new procedures to the standard user library. Updating your library is essential because new versions of the TCP may invoke the new procedures in the user library.
  • Page 118 Valid values range from 0 through 4095. If you do not assign a value to this field, the value of MAXPATHWAYS is 0. Attempts by the TCP to access a server on another Pathway system fails. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 18...
  • Page 119 There is no minimum value if ZNONSTOP is set to ZPWY-VAL-NONSTOP0. After running the TCP, check the value for ZMAXSIZE in ZPWY-DDL-STATS- TERM2 to find the actual size of the context data area that the TCP allocates for a terminal. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 19...
  • Page 120 TCP allocates for I/O requests and replies between the SCREEN COBOL programs and server processes. Space is also allocated for receiving and sending unsolicited messages. The value for this parameter is the NonStop Pathway/iTS Management Programming Manual—426749-002 6- 20...
  • Page 121 If you do not specify a node name, the default node for file-name expansion can be affected by the value you specify for the ZNODEINDEPENDENT field of the TS/MP START PATHWAY command. For more information on node independence, see the Pathway/iTS System Management Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 21...
  • Page 122 If you do not assign a value to this field, the default value is 1500 bytes. Note. The ZTERMBUF field is not relevant to verbs (for example, the SEND MESSAGE verb) used with the Intelligent Device Support (IDS) facility. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 22...
  • Page 123 PATHTCPL or PATHTCPK library file. The ?HIGHPIN flag is set by default for these files. ZPOWERONRECOVERY specifies whether or not the TCP automatically recovers a screen after the TCP encounters a file-system error 191. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 23...
  • Page 124 If you do not assign a value to this field, the default is ZPWY-VAL-ON. For guidelines on calculating appropriate configuration values, see the TS/MP System Management Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 24...
  • Page 125: Zpwy-Map-Def-Tell

    ADD TELL, an error is returned. ZLENGTH is the byte length of the tell message. Valid values range from 0 through 132. ZAREA contains the message text. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 25...
  • Page 126: Zpwy-Map-Def-Term

    ABORT TERM command followed by the START TERM command. ZAUTORESTART does not affect TERM objects during the interval between normal SUSPEND and RESUME operations and does not apply to TERM objects created with the START PROGRAM command. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 26...
  • Page 127 If you do not assign a value to this field, the default is ZPWY-VAL-OFF. This field’s value is effective only for devices running in conversational mode. If a process is running as a terminal emulator, the value for this field always defaults to ZPWY- VAL-OFF. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 27...
  • Page 128 Terminal memory is divided into two separate areas: the screen image area and the field attribute area. The ZDISPLAYPAGES field determines how much terminal memory is used for screen images as opposed to how much is used for field NonStop Pathway/iTS Management Programming Manual—426749-002 6- 28...
  • Page 129 If you do not assign a value to this field, the default is ZPWY-VAL-OFF. ZFILE is the name of a terminal or a process emulating a terminal by converting communications to the form required by a nonsupported terminal. If you assign a NonStop Pathway/iTS Management Programming Manual—426749-002 6- 29...
  • Page 130 SEND MESSAGE TIMEOUT occurs. Directs the TCP to use a Guardian CONTROL-26 protocol to cancel a SEND MESSAGE I/O operation. The I/O is cancelled because an unsolicited message arrives or a SEND MESSAGE TIMEOUT occurs. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 30...
  • Page 131 TERM (and PROG) objects. If you specify a TCLPROG file name, the TCP checks the file every time a SCREEN COBOL program unit is requested. ZTCP is the name of the TCP that controls the terminal operations. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 31...
  • Page 132 TYPE INTELLIGENT that use delimited format messages. This parameter has no effect on VARYING1 and VARYING2 message formats. If you do not assign a value to this field, the default is ZPWY-VAL-ON. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 32...
  • Page 133: Zpwy-Map-Par-Control-Tcp

    If 10 dump files already exist when an internal error occurs, the TCP cannot create more dump files; it reports the error 3197 with a file error 10 to the log file. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 33...
  • Page 134 \* for the node name, the node name used is whatever node the PATHMON process is running on after cool start. ZUNUSED is a filler token and is present only for purposes of backward compatibility with older SPI requestors. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 34...
  • Page 135: Zpwy-Map-Par-Info

    ZPWY-VAL-NO names as fully qualified, including those supplied in previous commands, those specified as node- independent, and those defaulted. If you do not assign a value to this field, the default is ZPWY-VAL-NO. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 35...
  • Page 136: Zpwy-Map-Par-Inspect-Term

    This token specifies the file in which a SCREEN COBOL program to be debugged is running. def ZPWY-DDL-PAR-INSPECT-TERM. 02 ZFILE. token-type ZSPI-DDL-FNAME32. end. ZFILE specifies the name of the file in which the SCREEN COBOL program is running. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 36...
  • Page 137: Zpwy-Map-Par-Start-Prog

    SCREEN COBOL PRINT SCREEN verb. The fields are described under ZPWY-DDL-OWNER-ID on page 5-14. Printer information specified with the START PROG command overrides information specified in ZPWY-DDL-DEF-PROG. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 37...
  • Page 138: Zpwy-Map-Par-Start-Term

    02 ZRESETSTATS token-type ZPWY-DDL-YES-NO. end. ZRESETSTATS indicates whether to reset the statistics counters to zero. The following values are possible: Counters are not reset to 0. ZPWY-VAL-NO Counters are reset to 0. ZPWY-VAL-YES NonStop Pathway/iTS Management Programming Manual—426749-002 6- 38...
  • Page 139 ZPWY-MAP- Definitions ZPWY-MAP-PAR-STATS-SCTCP If you do not assign a value to this field, the default is ZPWY-VAL-NO. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 39...
  • Page 140: Zpwy-Map-Par-Stats-Tcp

    The following values are possible: Counters are not reset to 0. ZPWY-VAL-NO Counters are reset to 0. ZPWY-VAL-YES If you do not assign a value to this field, the default is ZPWY-VAL-NO. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 40...
  • Page 141: Zpwy-Map-Par-Stats-Tcpterm

    The following values are possible: Counters are not reset to 0. ZPWY-VAL-NO Counters are reset to 0. ZPWY-VAL-YES If you do not assign a value to this field, the default is ZPWY-VAL-NO. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 41...
  • Page 142: Zpwy-Map-Par-Suspend-Term

    This token specifies the number of the tell message to be queued on the terminal. def ZPWY-DDL-PAR-TELL-TERM. 02 ZNUMBER token-type ZSPI-DDL-INT. end. ZNUMBER contains the number of the tell message that the PATHMON process returned for the ADD TELL command. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 42...
  • Page 143: Zpwy-Map-Qual-Tcp

    RUNNING or STOPPED state. Valid values for the second integer are: The TCP is stopping. ZPWY-VAL-PENDING The TCP is running and can control TERM objects. ZPWY-VAL-RUNNING The TCP is stopped. ZPWY-VAL-STOPPED NonStop Pathway/iTS Management Programming Manual—426749-002 6- 43...
  • Page 144: Zpwy-Map-Qual-Term

    TERM objects. The token fields are described under ZPWY-DDL- PROGNAME on page 5-4. def ZPWY-DDL-SEL-PROG. 02 ZNAME. 03 ZPROGRAM token-type ZPWY-DDL-OBJECT-NAME. 03 FILLER-1 token-type ZPWY-DDL-FILLER. end. When returned in a response buffer, this token specifies the PROG object acted upon. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 44...
  • Page 145: Zpwy-Map-Sel-Progterm

    ZPWY-DDL-OBJECT-NAME. 03 FILLER token-type ZPWY-DDL-FILLER. 03 ZTERM token-type ZPWY-DDL-OBJECT-NAME. 03 FILLER-1 token-type ZPWY-DDL-FILLER. end. When returned in a response buffer, this token specifies the terminal and the associated server class acted upon. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 45...
  • Page 146: Zpwy-Map-Sel-Tcp

    ZPWY-DDL-SEL-TCPSC. 02 ZNAME 03 ZTCP token-type ZPWY-DDL-OBJECT-NAME.!r 03 FILLER token-type ZPWY-DDL-FILLER. 03 ZSERVERCLASS token-type ZPWY-DDL-OBJECT-NAME.!r 03 FILLER-1 token-type ZPWY-DDL-FILLER. end. When returned in a response buffer, this token specifies the TCP acted upon. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 46...
  • Page 147: Zpwy-Map-Sel-Tcpterm

    This token specifies a terminal. The token fields are described under ZPWY-DDL- TERMNAME on page 5-7. def ZPWY-DDL-SEL-TERM. 02 ZNAME. 03 ZTERM token-type ZPWY-DDL-OBJECT-NAME. 03 FILLER-1 token-type ZPWY-DDL-FILLER. end. When returned in a response buffer, this token specifies the terminal acted upon. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 47...
  • Page 148: Zpwy-Map-Startprog

    This token specifies the name of a temporary TERM object that was created. def ZPWY-DDL-STARTPROG. 02 ZTERM token-type ZPWY-DDL-OBJECT-NAME. 02 FILLER-1 token-type ZPWY-DDL-FILLER. end. ZTERM specifies the name of the temporary TERM object. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 48...
  • Page 149: Zpwy-Map-Stats-Sc

    04 ZMAXRESP token-type ZSPI-DDL-INT4. 04 ZMINRESP token-type ZSPI-DDL-INT4. 04 ZSUMOFSQUARES token-type ZSPI-DDL-INT4. 03 ZFREQTABLE. 04 ZMEASCOUNT token-type ZSPI-DDL-INT2. occurs 20 times 04 ZMEASCOUNTACTIVE token-type ZSPI-DDL-INT. 04 ZMINTIME token-type ZSPI-DDL-INT4. 04 ZTIMEINCR token-type ZSPI-DDL-INT4. end. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 49...
  • Page 150: Zpwy-Map-Stats-Tcp1

    04 ZAGGREGATEREQSIZE token-type ZSPI-DDL-INT4. 03 ZCODE. 04 ZSIZE token-type ZSPI-DDL-INT4. 04 ZREQCNT token-type ZSPI-DDL-INT4. 04 ZMAXALLOC token-type ZSPI-DDL-INT4. 04 ZAGGREGATEALLOC token-type ZSPI-DDL-INT4. 04 ZCURALLOC token-type ZSPI-DDL-INT4. 04 ZMAXREQ token-type ZSPI-DDL-INT4. 04 ZAGGREGATEREQSIZE token-type ZSPI-DDL-INT4. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 50...
  • Page 151 03 ZWAIT token-type ZSPI-DDL-INT4. 03 ZNOWAIT token-type ZSPI-DDL-INT4. end. ZQUEUEINFO reports statistics on internal queues that the TCP maintains for requests from terminals and servers and for its own checkpoint and code-reading operations. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 51...
  • Page 152 I/Os that did not require the TCP to wait for completion. To find the percentage of NOWAIT I/O, divide ZWAIT by (ZWAIT + ZNOWAIT). To find the percentage of waited I/O, divide ZNOWAIT by (ZWAIT + ZNOWAIT). NonStop Pathway/iTS Management Programming Manual—426749-002 6- 52...
  • Page 153: Zpwy-Map-Stats-Tcp2

    ZSPI-DDL-INT4. 04 ZMAXREQ token-type ZSPI-DDL-INT4. 04 ZAGGREGATEREQSIZE token-type ZSPI-DDL-INT4. 04 ZABSENT token-type ZSPI-DDL-INT4. 02 ZQUEUEINFO. 03 ZTERMPOOL. 04 ZREQCNT token-type ZSPI-DDL-INT4. 04 ZWAITS token-type ZSPI-DDL-INT4. 04 ZMAXWAITS token-type ZSPI-DDL-INT4. 04 ZAGGREGATEWAITS token-type ZSPI-DDL-INT4. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 53...
  • Page 154 The current number of bytes available in each pool area changes as the TCP allocates and reclaims I/O buffers for TERM and server operations. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 54...
  • Page 155 (The TCP uses the extended data segment of its memory for TERM context data and for SCREEN COBOL code segments.) ZAREAINFO contains the following subfields: ZDATA is the area that the TCP allocates for SCREEN COBOL data. ZDATA contains the following subfields: NonStop Pathway/iTS Management Programming Manual—426749-002 6- 55...
  • Page 156 To find the average number of words that the TCP allocates from this area at one time during the interval that it reports these statistics, divide ZAGGREGATEALLOC by ZREQCNT. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 56...
  • Page 157 I/O buffer requests that waited in the TCP queue before they were executed. ZMAXWAITS is the greatest number of queued I/O buffer requests encountered during the interval for which the TCP reports these statistics. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 57...
  • Page 158 TCP reports these statistics. ZWAITS is the percentage of link requests that waited in the TCP queue before they were executed. This value does not necessarily reflect an inefficient NonStop Pathway/iTS Management Programming Manual—426749-002 6- 58...
  • Page 159 TCP reports these statistics. ZAGGREGATEWAITS is the total checkpoint requests that queued during the interval for which the TCP reports these statistics. To find the average number of checkpoint requests that queued, divide ZAGGREGATEWAITS by ZREQCNT. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 59...
  • Page 160: Zpwy-Map-Stats-Term1

    ZSPI-DDL-INT4. end. ZPWY-MAP-STATS-TERM1 contains the same fields as ZPWY-MAP-STATS-TERM2, except that the ZCODE field under ZAREAINFO also contains the following two fields: ZREQCNT is the number of TERM requests for code area space. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 60...
  • Page 161 ZPWY-MAP- Definitions ZPWY-MAP-STATS-TERM1 ZAGGREGATEREQSIZE is the total size, in words, of requests for code area space. To find the average size, divide ZAGGREGATEREQSIZE by ZREQCNT. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 61...
  • Page 162: Zpwy-Map-Stats-Term2

    04 ZIOS token-type ZSPI-DDL-INT4. 02 ZAREAINFO. 03 ZDATA. 04 ZMAXSIZE token-type ZSPI-DDL-INT4. 04 ZCURSIZE token-type ZSPI-DDL-INT4. 04 ZREQCNT token-type ZSPI-DDL-INT4. 04 ZAGGREGATESIZE token-type ZSPI-DDL-INT4. 03 ZCODE. 04 ZMAXSIZE token-type ZSPI-DDL-INT4. 04 ZCURSIZE token-type ZSPI-DDL-INT4. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 62...
  • Page 163 ZAGGREGATESIZE is the total size, in bytes, of the data output to the TERM object during the interval that the TCP gathers these statistics. To find the average size, divide ZAGGREGATESIZE by ZIOS. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 63...
  • Page 164 The ACCEPT statement can cause multiple TERM I/O operations to return advisory messages and to change screen field attributes. For some block mode TERM objects, an ACCEPT normally requires two I/O operations— one to read the key and another to read the data. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 64...
  • Page 165 ALTER TCP command. ZAGGREGATESIZE is the total size, in bytes, of the data transferred from a server for the interval that the TCP reports these statistics. To find the average size, divide ZAGGREGATESIZE by ZIOS. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 65...
  • Page 166 TCP reports these statistics. By comparing this value for all TERM objects controlled by the TCP, you can determine the largest ZMAXSIZE value; this is generally the most efficient value for the ZMAXTERMDATA field in ZPWY-DDL-DEF-TERM. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 66...
  • Page 167 Measurements will stop for any TERM object upon the 99,999,999th measurement. Any measurement greater than 99,999,999.99 seconds is discarded. Once a measurement counter reaches 99,999,999.99 seconds, measurements will stop being collected for this TERM object. Response times are reported in microseconds. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 67...
  • Page 168 STATS request. At the fiftieth measurement, the time increment calculated is less than 0.01 second. ZFREQTABLE contains the following subfields: ZMEASCOUNT is the total number of measurements collected during the given time interval. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 68...
  • Page 169 ZTIMEINCR is the time increment from one interval to the next. For additional information on the frequency distribution table, see the Pathway/iTS System Management Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 69...
  • Page 170: Zpwy-Map-Status-Tcp

    ZPROCESS returns the process ID of the TCP. ZERRORINFO2 returns process-creation error information. The fields are described under ZPWY- DDL-ERRINFO2 on page 5-11. ZPRIMARY returns the processor and PIN of the primary TCP: NonStop Pathway/iTS Management Programming Manual—426749-002 6- 70...
  • Page 171 ZPIN returns the primary process ID number. ZBACKUP returns the processor and PIN of the backup TCP: ZCPU returns the backup processor. ZPIN returns the backup process ID number. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 71...
  • Page 172: Zpwy-Map-Status-Tcplink

    The first link to the server class; this is the highest preference. The second link to the server class; this is the next-highest preference. The third or subsequent link to the server class; this is the lowest preference. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 72...
  • Page 173: Zpwy-Map-Status-Termdetail

    The following values are valid: The TERM is stopped. ZPWY-VAL-STOPPED The TERM is stopping. ZPWY-VAL-PENDING ZPWY-VAL-SUSPENDED The TERM is suspended. The TERM is running. ZPWY-VAL-RUNNING NonStop Pathway/iTS Management Programming Manual—426749-002 6- 73...
  • Page 174 TCP is waiting for completion of an I/O request to an external PATHMON process. ZPWY-VAL-PATHMONOPEN TCP is opening an external PATHMON process. ZPWY-VAL-PMCBLOCK TCP is waiting for the PATHMON process to become unlocked. PMCBLOCK means PATHMON control block lock. ZPWY-VAL-READY Is ready. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 74...
  • Page 175 Is waiting for a period of time to elapse. This could happen during retry processing after an I/O error or periodically during execution of a program performing internal processing when no I/O is occurring. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 75...
  • Page 176 The TERM object is in transaction mode. ZPWY-VAL-YES ZTRANSRESTARTED indicates whether a transaction has been restarted. The following values are valid: The transaction has not been restarted. ZPWY-VAL-NO The transaction has been restarted. ZPWY-VAL-YES NonStop Pathway/iTS Management Programming Manual—426749-002 6- 76...
  • Page 177 For the values associated with ZCHARSET, see ZPWY-DDL-CHARSET-VALUE in this section. ZTRANSID is the identifier assigned to a transaction by the TMF subsystem. ZTRANSRESTARTS indicates the number of times a transaction has been restarted. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 77...
  • Page 178 ZPWY-MAP- Definitions ZPWY-MAP-STATUS-TERMDETAIL ZSERVER is the name of a server class with which the TERM object is communicating or for which it is waiting. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 78...
  • Page 179: Zpwy-Map-Status-Termfreeze

    ADD TELL commands. def ZPWY-DDL-TELLNUM. 02 ZNUMBER token-type ZSPI-DDL-INT. end. ZNUMBER identifies a tell message number. Valid values are in the range from zero to the value of the ZMAXTELLS field of ZPWY-DDL-DEF-PATHWAY. NonStop Pathway/iTS Management Programming Manual—426749-002 6- 79...
  • Page 180 ZPWY-MAP- Definitions ZPWY-MAP-TELLNUM NonStop Pathway/iTS Management Programming Manual—426749-002 6- 80...
  • Page 181 For a brief description of each object type listed above, see Object Types on page 3-6. The TCP version used is identified by the program name $SYSTEM.SYSTEM.PATHTCP2. PATHTCP2 uses extended data segments for logical memory. NonStop Pathway/iTS Management Programming Manual—426749-002 7 -1...
  • Page 182: Command Syntax

    3-36. For descriptions of tokens and fields, see Section 4 through Section 6. ‘ Command ZPWY-CMD-ADD Object Type ZPWY-OBJ-TCP Tokens in Command Buffer ZPWY-MAP-SEL-TCP token-type ZPWY-DDL-SEL-TCP. ZPWY-MAP-DEF-TCP token-type ZPWY-DDL-DEF-TCP. Tokens in Response Buffer ZPWY-MAP-SEL-TCP token-type ZPWY-DDL-SEL-TCP. ZSPI-TKN-RETCODE token-type ZSPI-TYP-INT. NonStop Pathway/iTS Management Programming Manual—426749-002 7 -2...
  • Page 183 ZNODEINDEPENDENT field of the TS/MP START PATHWAY command. For more information on node independence, see the Pathway/iTS System Management Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 7 -3...
  • Page 184: Alter Tcp

    For ALTER commands, the values for tokens and fields omitted from the command buffer remain unchanged. Reset values for each field are predefined. These values are described in Section 3, SPI Programming Considerations. To reset ZDUMPFILE, ZGUARDIANLIB, ZGUARDIANSWAP, ZHOMETERM, ZINSPECTFILE, ZPROGRAM, ZPROCESS, NonStop Pathway/iTS Management Programming Manual—426749-002 7 -4...
  • Page 185 Terminal Control Process (TCP) Commands ALTER TCP ZSWAP, or ZTCLPROG using the TACL program, you must use the #SETBYTES built-in function. See the SPI Programming Manual for more information. NonStop Pathway/iTS Management Programming Manual—426749-002 7 -5...
  • Page 186: Control Tcp

    ZPWY-OBJ-TCP Tokens in Command Buffer ZPWY-MAP-SEL-TCP token-type ZPWY-DDL-SEL-TCP. ZPWY-MAP-PAR-CONTROL-TCP token-type ZPWY-DDL-PAR-CONTROL-TCP. Tokens in Response Buffer ZPWY-MAP-SEL-TCP token-type ZPWY-DDL-SEL-TCP. Considerations For CONTROL commands, the values for fields omitted from the command buffer remain unchanged. NonStop Pathway/iTS Management Programming Manual—426749-002 7 -6...
  • Page 187 It is therefore recommended that you always set the ZDUMP option to ON for production systems. If you specify values for the ZDUMPINFO fields, those values override the values defined for ZDUMPINFO with the ADD TCP command. NonStop Pathway/iTS Management Programming Manual—426749-002 7 -7...
  • Page 188: Delete Tcp

    Section 4 through Section 6. Command ZPWY-CMD-DELETE Object Type ZPWY-OBJ-TCP Tokens in Command Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCP token-type ZPWY-DDL-SEL-TCP. ZPWY-MAP-QUAL-TCP token-type ZPWY-DDL-QUAL-TCP. Tokens in Response Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCP token-type ZPWY-DDL-SEL-TCP. NonStop Pathway/iTS Management Programming Manual—426749-002 7 -8...
  • Page 189: Getversion Tcp

    Section 4 through Section 6. Command ZSPI-CMD-GETVERSION Object Type ZPWY-OBJ-TCP Tokens in Command Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCP token-type ZPWY-DDL-SEL-TCP. ZPWY-MAP-QUAL-TCP token-type ZPWY-DDL-QUAL-TCP. Tokens in Response Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCP token-type ZPWY-DDL-SEL-TCP. ZSPI-TKN-SERVER-BANNER token-type ZSPI-TYP-CHAR50. NonStop Pathway/iTS Management Programming Manual—426749-002 7 -9...
  • Page 190 Its format might change in future versions of the product. Therefore, application programs should not extract information from this token value. Consideration The version of a TCP can be different from the version of the PATHMON process, especially in a network environment. NonStop Pathway/iTS Management Programming Manual—426749-002 7- 10...
  • Page 191: Info Tcp

    ZPWY-CMD-INFO Object Type ZPWY-OBJ-TCP Tokens in Command Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCP token-type ZPWY-DDL-SEL-TCP. ZPWY-MAP-QUAL-TCP token-type ZPWY-DDL-QUAL-TCP. ZPWY-MAP-PAR-INFO token-type ZPWY-DDL-PAR-INFO. Tokens in Response Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCP token-type ZPWY-DDL-SEL-TCP. ZPWY-MAP-DEF-TCP token-type ZPWY-DDL-DEF-TCP. NonStop Pathway/iTS Management Programming Manual—426749-002 7- 11...
  • Page 192 Kernel Managed Swap Facility (KMSF) now handles allocation of swap files for the TCP. After a TCP is running, use the STATS TCP command to return the actual resources that are allocated. NonStop Pathway/iTS Management Programming Manual—426749-002 7- 12...
  • Page 193: Refreshcode Tcp

    Section 4 through Section 6. Command ZPWY-CMD-REFRESHCODE Object Type ZPWY-OBJ-TCP Tokens in Command Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCP token-type ZPWY-DDL-SEL-TCP. ZPWY-MAP-QUAL-TCP token-type ZPWY-DDL-QUAL-TCP. Tokens in Response Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCP token-type ZPWY-DDL-SEL-TCP. ZSPI-TKN-RETCODE token-type ZSPI-TYP-INT. NonStop Pathway/iTS Management Programming Manual—426749-002 7- 13...
  • Page 194 ZPWY-VAL-OFF, the TCP automatically reads the TCLPROG directory file during a SCREEN COBOL CALL statement before the backup TCP takes over. This action occurs even if a REFRESHCODE TCP command is not issued. NonStop Pathway/iTS Management Programming Manual—426749-002 7- 14...
  • Page 195: Start Tcp

    Section 4 through Section 6. Command ZPWY-CMD-START Object Type ZPWY-OBJ-TCP Tokens in Command Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCP token-type ZPWY-DDL-SEL-TCP. ZPWY-MAP-QUAL-TCP token-type ZPWY-DDL-QUAL-TCP. Tokens in Response Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCP token-type ZPWY-DDL-SEL-TCP. ZSPI-TKN-RETCODE token-type ZSPI-TYP-INT. NonStop Pathway/iTS Management Programming Manual—426749-002 7- 15...
  • Page 196 An external TCP or a LINKMON process returns its last link to the PATHMON process. A PATHCOM process is stopped with the EXIT command. A SPI process is closed with the Guardian operating environment CLOSE procedure. NonStop Pathway/iTS Management Programming Manual—426749-002 7- 16...
  • Page 197: Stats Sctcp

    3-36. For descriptions of tokens and fields, see Section 4 through Section 6. Command ZPWY-CMD-STATS Object Type ZPWY-OBJ-SCTCP Tokens in Command Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-SCTCP token-type ZPWY-DDL-SEL-SCTCP. ZPWY-MAP-PAR-STATS-SCTCP token-type ZPWY-DDL-PAR-STATS-SCTCP. ZPWY-MAP-QUAL-TCP token-type ZPWY-DDL-QUAL-TCP. NonStop Pathway/iTS Management Programming Manual—426749-002 7- 17...
  • Page 198 TCP has no statistics for the server process. Use this command with the TS/MP command STATS SCLM to perform the equivalent of the PATHCOM STATS SERVER command. NonStop Pathway/iTS Management Programming Manual—426749-002 7- 18...
  • Page 199: Stats Tcp

    3-36. For descriptions of tokens and fields, see Section 4 through Section 6. Command ZPWY-CMD-STATS Object Type ZPWY-OBJ-TCP Tokens in Command Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCP token-type ZPWY-DDL-SEL-TCP. ZPWY-MAP-QUAL-TCP token-type ZPWY-DDL-QUAL-TCP. ZPWY-MAP-PAR-STATS-TCP token-type ZPWY-DDL-PAR-STATS-TCP. NonStop Pathway/iTS Management Programming Manual—426749-002 7- 19...
  • Page 200 Slot 0; use this value to determine the value for the ZMAXTERMDATA field in ZPWY-DDL-DEF-TCP. To perform the equivalent of the PATHCOM STATS TCP, DETAIL command, see Section 3, SPI Programming Considerations. NonStop Pathway/iTS Management Programming Manual—426749-002 7- 20...
  • Page 201: Stats Tcpsc

    3-36. For descriptions of tokens and fields, see Section 4 through Section 6. Command ZPWY-CMD-STATS Object Type ZPWY-OBJ-TCPSC Tokens in Command Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCPSC token-type ZPWY-DDL-SEL-TCPSC. ZPWY-MAP-PAR-STATS-TCPSC token-type ZPWY-DDL-PAR-STATS-TCPSC. NonStop Pathway/iTS Management Programming Manual—426749-002 7- 21...
  • Page 202 You can use the STATS TCPSC command, along with the STATS TCP command, to implement the equivalent of the PATHCOM STATS TCP, DETAIL command. Section 3, SPI Programming Considerations, for more information. NonStop Pathway/iTS Management Programming Manual—426749-002 7- 22...
  • Page 203: Status Tcp

    Tokens in Response Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCP token-type ZPWY-DDL-SEL-TCP. ZPWY-MAP-STATUS-TCP token-type ZPWY-DDL-STATUS-TCP. Considerations To perform the equivalent of the PATHCOM STATUS TCP, DETAIL command, Programming Considerations for Specific Object Types on page 3-32. NonStop Pathway/iTS Management Programming Manual—426749-002 7- 23...
  • Page 204 Specifies the name of the NonStop system on which the external TCP is running. This system can be the same as or different from the system on which the PATHMON process is running. $process- Specifies the external TCP process name. name NonStop Pathway/iTS Management Programming Manual—426749-002 7- 24...
  • Page 205: Status Tcplink

    3-36. For descriptions of tokens and fields, see Section 4 through Section 6. Command ZPWY-CMD-STATUS Object Type ZPWY-OBJ-TCPLINK Tokens in Command Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCPLINK token-type ZPWY-DDL-SEL-TCPLINK. !r ZPWY-MAP-QUAL-TCP token-type ZPWY-DDL-QUAL-TCP. NonStop Pathway/iTS Management Programming Manual—426749-002 7- 25...
  • Page 206 You can use this command, along with the STATUS SC and STATUS SCPROCESS commands, to implement the equivalent of the PATHCOM STATUS SERVER, PROCESSES command. For more information, see the Programming Considerations for Specific Object Types on page 3-32. NonStop Pathway/iTS Management Programming Manual—426749-002 7- 26...
  • Page 207: Stop Tcp

    Section 4 through Section 6. Command ZPWY-CMD-STOP Object Type ZPWY-OBJ-TCP Tokens in Command Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCP token-type ZPWY-DDL-SEL-TCP. ZPWY-MAP-QUAL-TCP token-type ZPWY-DDL-QUAL-TCP. Tokens in Response Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCP token-type ZPWY-DDL-SEL-TCP. ZSPI-TKN-RETCODE token-type ZSPI-TYP-INT. NonStop Pathway/iTS Management Programming Manual—426749-002 7- 27...
  • Page 208 STATUS TCPTERM command to determine if any TERM objects under this TCP are running. For descriptions of all error-token values and their associated error lists, see Section 11, TCP Event Messages Section 12, TCP Error Messages. NonStop Pathway/iTS Management Programming Manual—426749-002 7- 28...
  • Page 209: Switch Tcp

    Section 4 through Section 6. Command ZPWY-CMD-SWITCH Object Type ZPWY-OBJ-TCP Tokens in Command Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCP token-type ZPWY-DDL-SEL-TCP. ZPWY-MAP-QUAL-TCP token-type ZPWY-DDL-QUAL-TCP. Tokens in Response Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCP token-type ZPWY-DDL-SEL-TCP. NonStop Pathway/iTS Management Programming Manual—426749-002 7- 29...
  • Page 210 3. Use SWITCH and CONTROL TCP to move the PATHMON process’s primary process back to the configured processor. Ensure that the last command in the sequence is a CONTROL TCP command so that the changes are recorded in the PATHCTL file. NonStop Pathway/iTS Management Programming Manual—426749-002 7- 30...
  • Page 211 Define and modify TERM object attributes Add and delete TERM objects Start and stop TERM objects Return TERM object attribute and status information For a brief description of each object type, see Object Types on page 3-6. NonStop Pathway/iTS Management Programming Manual—426749-002 8 -1...
  • Page 212: Abort Tcpterm

    Section 4 through Section 6. Command ZPWY-CMD-ABORT Object Type ZPWY-OBJ-TCPTERM Tokens in Command Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCPTERM token-type ZPWY-DDL-SEL-TCPTERM. ZPWY-MAP-QUAL-TERM token-type ZPWY-DDL-QUAL-TERM. Tokens in Response Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCPTERM token-type ZPWY-DDL-SEL-TCPTERM. NonStop Pathway/iTS Management Programming Manual—426749-002 8 -2...
  • Page 213: Abort Term

    If a TERM object is in TMF transaction mode when this command is executed, the transaction is backed out before the TERM object aborts. If continuation is specified, responses are returned only for TERM objects that are in the RUNNING or SUSPENDED state. NonStop Pathway/iTS Management Programming Manual—426749-002 8 -3...
  • Page 214: Add Term

    3-36. For descriptions of tokens and fields, see Section 4 through Section 6. Command ZPWY-CMD-ADD Object Type ZPWY-OBJ-TERM Tokens in Command Buffer ZPWY-MAP-SEL-TERM token-type ZPWY-DDL-SEL-TERM. ZPWY-MAP-DEF-TERM token-type ZPWY-DDL-DEF-TERM. Tokens in Response Buffer ZPWY-MAP-SEL-TERM token-type ZPWY-DDL-SEL-TERM. ZSPI-TKN-RETCODE token-type ZSPI-TYP-INT. NonStop Pathway/iTS Management Programming Manual—426749-002 8 -4...
  • Page 215 To specify node-independence for TERM object attributes, specify \* for node names or omit node names and set ZNODEINDEPENDENT to ON in the TS/MP START PATHWAY command. NonStop Pathway/iTS Management Programming Manual—426749-002 8 -5...
  • Page 216: Alter Term

    The command fails because the PATHMON process executes the ALTER TERM command by creating a new TERM entry with the altered values before deleting the existing TERM entry. When the maximum number of TERM entries already NonStop Pathway/iTS Management Programming Manual—426749-002 8 -6...
  • Page 217 Reset values for each field are predefined. These values are described in Section 3, SPI Programming Considerations. To reset ZFILE, ZINSPECTFILE, ZPRINTERFILE, ZTCLPROG, or ZTERMTYPE using the TACL program, you must use the #SETBYTES built-in function. For more information, see the SPI Programming Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 8 -7...
  • Page 218: Delete Tcpterm

    Section 4 through Section 6. Command ZPWY-CMD-DELETE Object Type ZPWY-OBJ-TCPTERM Tokens in Command Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCPTERM token-type ZPWY-DDL-SEL-TCPTERM. ZPWY-MAP-QUAL-TERM token-type ZPWY-DDL-QUAL-TERM. Tokens in Response Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCPTERM token-type ZPWY-DDL-SEL-TCPTERM. NonStop Pathway/iTS Management Programming Manual—426749-002 8 -8...
  • Page 219: Delete Term

    Section 4 through Section 6. Command ZPWY-CMD-DELETE Object Type ZPWY-OBJ-TERM Tokens in Command Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TERM token-type ZPWY-DDL-SEL-TERM. ZPWY-MAP-QUAL-TERM token-type ZPWY-DDL-QUAL-TERM. Tokens in Response Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TERM token-type ZPWY-DDL-SEL-TERM. NonStop Pathway/iTS Management Programming Manual—426749-002 8 -9...
  • Page 220: Freezestatus Scterm

    Tokens in Command Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-SCTERM token-type ZPWY-DDL-SEL-SCTERM. Tokens in Response Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-SCTERM token-type ZPWY-DDL-SEL-SCTERM. ZPWY-MAP-STATUS-TERMFREEZE token-type ZPWY-DDL-STATUS-TERMFREEZE. Tokens in Command Buffer The ZPWY-MAP-SEL-SCTERM token is required for all server classes: NonStop Pathway/iTS Management Programming Manual—426749-002 8- 10...
  • Page 221 1. The first TERM object is stopping the freeze; status is reported on the first TERM object. 2. The first TERM object completes; the server class freezes. 3. The second FREEZESTATUS command arrives at the server and receives an error. NonStop Pathway/iTS Management Programming Manual—426749-002 8- 11...
  • Page 222: Info Tcpterm

    ZPWY-CMD-INFO Object Type ZPWY-OBJ-TCPTERM Tokens in Command Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCPTERM token-type ZPWY-DDL-SEL-TCPTERM. ZPWY-MAP-QUAL-TERM token-type ZPWY-DDL-QUAL-TERM. ZPWY-MAP-PAR-INFO token-type ZPWY-DDL-PAR-INFO. Tokens in Response Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCPTERM token-type ZPWY-DDL-SEL-TCPTERM. ZPWY-MAP-DEF-TERM token-type ZPWY-DDL-DEF-TERM. NonStop Pathway/iTS Management Programming Manual—426749-002 8- 12...
  • Page 223 TERM Commands INFO TCPTERM Consideration To obtain the default values for TCPTERM attributes, assign null values to the ZTCP and ZTERM fields in ZPWY-DDL-SEL-TCPTERM. NonStop Pathway/iTS Management Programming Manual—426749-002 8- 13...
  • Page 224: Info Term

    ZPWY-CMD-INFO Object Type ZPWY-OBJ-TERM Tokens in Command Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TERM token-type ZPWY-DDL-SEL-TERM. ZPWY-MAP-QUAL-TERM token-type ZPWY-DDL-QUAL-TERM. ZPWY-MAP-PAR-INFO token-type ZPWY-DDL-PAR-INFO. Tokens in Response Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TERM token-type ZPWY-DDL-SEL-TERM. ZPWY-MAP-DEF-TERM token-type ZPWY-DDL-DEF-TERM. NonStop Pathway/iTS Management Programming Manual—426749-002 8- 14...
  • Page 225 To obtain the default values for TERM object attributes, assign a null value to the ZTERM field in ZPWY-DDL-SEL-TERM. The SPI requester can use the default values to implement the equivalent of a PATHCOM SHOW TERM command issued before any TERM attributes are set. NonStop Pathway/iTS Management Programming Manual—426749-002 8- 15...
  • Page 226: Inspect Term

    INSPECT TERM INSPECT TERM Use the INSPECT TERM command to invoke the HP Inspect symbolic debugger process to debug a SCREEN COBOL program running on a TERM object. This command establishes a breakpoint at the next program instruction; the program waits for commands from the Inspect process.
  • Page 227: Resume Tcpterm

    Section 4 through Section 6. Command ZPWY-CMD-RESUME Object Type ZPWY-OBJ-TCPTERM Tokens in Command Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCPTERM token-type ZPWY-DDL-SEL-TCPTERM. ZPWY-MAP-QUAL-TERM token-type ZPWY-DDL-QUAL-TERM. Tokens in Response Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCPTERM token-type ZPWY-DDL-SEL-TCPTERM. NonStop Pathway/iTS Management Programming Manual—426749-002 8- 17...
  • Page 228 Pathway subsystem increments the RESTART- COUNTER special register by 1. The RESUME TCPTERM command is most useful when a TERM object is in the SUSPENDED state because of an operator-initiated SUSPEND command. NonStop Pathway/iTS Management Programming Manual—426749-002 8- 18...
  • Page 229: Resume Term

    Section 4 through Section 6. Command ZPWY-CMD-RESUME Object Type ZPWY-OBJ-TERM Tokens in Command Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TERM token-type ZPWY-DDL-SEL-TERM. ZPWY-MAP-QUAL-TERM token-type ZPWY-DDL-QUAL-TERM. Tokens in Response Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TERM token-type ZPWY-DDL-SEL-TERM. NonStop Pathway/iTS Management Programming Manual—426749-002 8- 19...
  • Page 230 Pathway subsystem increments the RESTART- COUNTER special register by 1. The RESUME TERM command is most useful when a TERM object is in the SUSPENDED state because of an operator-initiated SUSPEND command. NonStop Pathway/iTS Management Programming Manual—426749-002 8- 20...
  • Page 231: Start Tcpterm

    Object Type ZPWY-OBJ-TCPTERM Tokens in Command Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCPTERM token-type ZPWY-DDL-SEL-TCPTERM. !r ZPWY-MAP-QUAL-TERM token-type ZPWY-DDL-QUAL-TERM. ZPWY-MAP-PAR-START-TERM token-type ZPWY-DDL-PAR-START-TERM. Tokens in Response Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCPTERM token-type ZPWY-DDL-SEL-TCPTERM. ZSPI-TKN-RETCODE token-type ZSPI-TYP-INT. NonStop Pathway/iTS Management Programming Manual—426749-002 8- 21...
  • Page 232 ZPWY-ERR-PM-TCPNOTRUNNING The TCP named in the TERM object’s configuration is not running. For descriptions of error-token values and their associated error lists, see Section 11, TCP Event Messages Section 12, TCP Error Messages. NonStop Pathway/iTS Management Programming Manual—426749-002 8- 22...
  • Page 233: Start Term

    ZPWY-CMD-START Object Type ZPWY-OBJ-TERM Tokens in Command Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TERM token-type ZPWY-DDL-SEL-TERM. ZPWY-MAP-QUAL-TERM token-type ZPWY-DDL-QUAL-TERM. ZPWY-MAP-PAR-START-TERM token-type ZPWY-DDL-PAR-START-TERM. Tokens in Response Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TERM token-type ZPWY-DDL-SEL-TERM. ZSPI-TKN-RETCODE token-type ZSPI-TYP-INT. NonStop Pathway/iTS Management Programming Manual—426749-002 8- 23...
  • Page 234 ZPWY-ERR-PM-TCPNOTRUNNING The TCP named in the TERM object’s configuration is not running. For descriptions of error-token values and their associated error lists, see Section 11, TCP Event Messages Section 12, TCP Error Messages. NonStop Pathway/iTS Management Programming Manual—426749-002 8- 24...
  • Page 235: Stats Tcpterm

    3-36. For descriptions of tokens and fields, see Section 4 through Section 6. Command ZPWY-CMD-STATS Object Type ZPWY-OBJ-TCPTERM Tokens in Command Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCPTERM token-type ZPWY-DDL-SEL-TCPTERM !r ZPWY-MAP-QUAL-TERM token-type ZPWY-DDL-QUAL-TERM. ZPWY-MAP-PAR-STATS-TCPTERM token-type ZPWY-DDL-PAR-STATS- TCPTERM. NonStop Pathway/iTS Management Programming Manual—426749-002 8- 25...
  • Page 236 TERM Commands STATS TCPTERM Tokens in Response Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCPTERM token-type ZPWY-DDL-SEL-TCPTERM. ZPWY-MAP-STATS-TERM2 token-type ZPWY-DDL-STATS-TERM2. ZPWY-MAP-STATS-TERM1 token-type ZPWY-DDL-STATS-TERM1. Consideration Either ZPWY-MAP-STATS-TERM1 or ZPWY-MAP-STATS-TERM2, but not both, is present in the response buffer. NonStop Pathway/iTS Management Programming Manual—426749-002 8- 26...
  • Page 237: Stats Term

    3-36. For descriptions of tokens and fields, see Section 4 through Section 6. Command ZPWY-CMD-STATS Object Type ZPWY-OBJ-TERM Tokens in Command Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TERM token-type ZPWY-DDL-SEL-TERM. ZPWY-MAP-QUAL-TERM token-type ZPWY-DDL-QUAL-TERM. ZPWY-MAP-PAR-STATS-TERM token-type ZPWY-DDL-PAR-STATS-TERM. NonStop Pathway/iTS Management Programming Manual—426749-002 8- 27...
  • Page 238 The STATS TERM statistics include only the value for Slot 0; use this value to determine the value for the ZMAXTERMDATA field in ZPWY-DDL-DEF-TCP. Either ZPWY-MAP-STATS-TERM1 or ZPWY-MAP-STATS-TERM2, but not both, is present in the response buffer. NonStop Pathway/iTS Management Programming Manual—426749-002 8- 28...
  • Page 239: Status Tcpterm

    Command ZPWY-CMD-STATUS Object Type ZPWY-OBJ-TCPTERM Tokens in Command Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCPTERM token-type ZPWY-DDL-SEL-TCPTERM. !r ZPWY-MAP-QUAL-TERM token-type ZPWY-DDL-QUAL-TERM. Tokens in Response Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCPTERM token-type ZPWY-DDL-SEL-TCPTERM. ZPWY-MAP-STATUS-TERMDETAIL token-type ZPWY-DDL-STATUS- TERMDETAIL. NonStop Pathway/iTS Management Programming Manual—426749-002 8- 29...
  • Page 240 STATUS TCPTERM Consideration Information for the following fields is returned only if the TERM object is running: ZACCEPT ZPUFILE ZSTOPMODENZ ZCHARSET ZPUNAME ZTRANSID ZINSTADDR ZPUVERSION ZTRANSMODE ZINSTCODE ZSCREENRECOVERY ZTRANSRESTARTED ZPENDING ZSERVER ZTRANSRESTARTS ZWAIT NonStop Pathway/iTS Management Programming Manual—426749-002 8- 30...
  • Page 241: Status Term

    Section 4 through Section 6. Command ZPWY-CMD-STATUS Object Type ZPWY-OBJ-TERM Tokens in Command Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TERM token-type ZPWY-DDL-SEL-TERM. ZPWY-MAP-QUAL-TERM token-type ZPWY-DDL-QUAL-TERM. Tokens in Response Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TERM token-type ZPWY-DDL-SEL-TERM. ZPWY-MAP-STATUS-TERMDETAIL token-type ZPWY-DDL-STATUS- TERMDETAIL. NonStop Pathway/iTS Management Programming Manual—426749-002 8- 31...
  • Page 242 STATUS TERM Consideration Information for the following fields is returned only if the TERM object is running: ZACCEPT ZPUFILE ZSTOPMODENZ ZCHARSET ZPUNAME ZTRANSID ZINSTADDR ZPUVERSION ZTRANSMODE ZINSTCODE ZSCREENRECOVERY ZTRANSRESTARTED ZPENDING ZSERVER ZTRANSRESTARTS ZWAIT NonStop Pathway/iTS Management Programming Manual—426749-002 8- 32...
  • Page 243: Stop Tcpterm

    3-36. For descriptions of tokens and fields, see Section 4 through Section 6. Command ZPWY-CMD-STOP Object Type ZPWY-OBJ-TCPTERM Tokens in Command Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCPTERM token-type ZPWY-DDL-SEL-TCPTERM. !r ZPWY-MAP-QUAL-TERM token-type ZPWY-DDL-QUAL-TERM. NonStop Pathway/iTS Management Programming Manual—426749-002 8- 33...
  • Page 244 Number Error Token Description 1004 ZPWY-ERR-PM-ALREADYSTOPPED The TERM object is already stopped. For descriptions of error-token values and their associated error lists, see Section 11, TCP Event Messages Section 12, TCP Error Messages. NonStop Pathway/iTS Management Programming Manual—426749-002 8- 34...
  • Page 245: Stop Term

    3-36. For descriptions of tokens and fields, see Section 4 through Section 6. Command ZPWY-CMD-STOP Object Type ZPWY-OBJ-TERM Tokens in Command Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TERM token-type ZPWY-DDL-SEL-TERM. ZPWY-MAP-QUAL-TERM token-type ZPWY-DDL-QUAL-TERM. NonStop Pathway/iTS Management Programming Manual—426749-002 8- 35...
  • Page 246 Number Error Token Description 1004 ZPWY-ERR-PM-ALREADYSTOPPED The TERM object is already stopped. For descriptions of error-token values and their associated error lists, see Section 11, TCP Event Messages Section 12, TCP Error Messages. NonStop Pathway/iTS Management Programming Manual—426749-002 8- 36...
  • Page 247: Suspend Tcpterm

    For tokens that may be present in the command and response buffers but are not listed, see Unlisted Tokens on page 3-36. For descriptions of tokens and fields, see Section 4 through Section 6. Command ZPWY-CMD-SUSPEND Object Type ZPWY-OBJ-TCPTERM NonStop Pathway/iTS Management Programming Manual—426749-002 8- 37...
  • Page 248 TERM Commands SUSPEND TCPTERM Tokens in Command Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCPTERM token-type ZPWY-DDL-SEL-TCPTERM. ZPWY-MAP-QUAL-TERM token-type ZPWY-DDL-QUAL-TERM. ZPWY-MAP-PAR-SUSPEND-TERM token-type ZPWY-DDL-PAR-SUSPEND- TERM. Tokens in Response Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCPTERM token-type ZPWY-DDL-SEL-TCPTERM. NonStop Pathway/iTS Management Programming Manual—426749-002 8- 38...
  • Page 249: Suspend Term

    For tokens that may be present in the command and response buffers but are not listed, see Unlisted Tokens on page 3-36. For descriptions of tokens and fields, see Section 4 through Section 6. Command ZPWY-CMD-SUSPEND Object Type ZPWY-OBJ-TERM NonStop Pathway/iTS Management Programming Manual—426749-002 8- 39...
  • Page 250 TERM Commands SUSPEND TERM Tokens in Command Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TERM token-type ZPWY-DDL-SEL-TERM. ZPWY-MAP-QUAL-TERM token-type ZPWY-DDL-QUAL-TERM. ZPWY-MAP-PAR-SUSPEND-TERM token-type ZPWY-DDL-PAR-SUSPEND- TERM. Tokens in Response Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TERM token-type ZPWY-DDL-SEL-TERM. NonStop Pathway/iTS Management Programming Manual—426749-002 8- 40...
  • Page 251: Add Prog

    Use the ADD PROG command to enter the name and the description of a PROG object into the PATHMON configuration file. Continuation You cannot use continuation to add more than one PROG object description; you must add each PROG description separately. NonStop Pathway/iTS Management Programming Manual—426749-002 9 -1...
  • Page 252 Before adding a PROG object description to the PATHMON configuration file, you must assign values to all of the required fields listed in this command. Each PROG name (the value in ZPWY-DDL-SEL-PROG) must be unique in the Pathway subsystem. NonStop Pathway/iTS Management Programming Manual—426749-002 9 -2...
  • Page 253 PROG Commands ADD PROG To specify node-independence for PROG object attributes, specify \* for node names or omit node names and set ZNODEINDEPENDENT to ON in the TS/MP START PATHWAY command. NonStop Pathway/iTS Management Programming Manual—426749-002 9 -3...
  • Page 254: Add Progterm

    For ADD PROGTERM, common error values for ZSPI-TKN-RETCODE are: Error Number Error Token Description 1012 ZPWY-ERR-PM-DUPNAME The PATHMON process encountered a duplicate PROGTERM name. 1035 ZPWY-ERR-PM- The PROG object does not exist. NAMENOTDEFINED NonStop Pathway/iTS Management Programming Manual—426749-002 9 -4...
  • Page 255 To specify node-independence for PROGTERM object attributes, specify \* for node names or omit node names and set ZNODEINDEPENDENT to ON in the TS/MP START PATHWAY command. NonStop Pathway/iTS Management Programming Manual—426749-002 9 -5...
  • Page 256: Alter Prog

    PATHMON process does not have the space to create a new PROG. To avoid generating this error, define and add the maximum number of PROG entries allowed, minus 1 (that is, 4094 programs). NonStop Pathway/iTS Management Programming Manual—426749-002 9 -6...
  • Page 257 Reset values for each field are predefined. These values are described in Section 3, SPI Programming Considerations. To reset ZPRINTERFILE using the TACL program, you must use the #SETBYTES built-in function. See the SPI Programming Manual for more information. NonStop Pathway/iTS Management Programming Manual—426749-002 9 -7...
  • Page 258: Alter Progterm

    PROGTERM command by creating a new PROG entry with the altered values before deleting the existing PROG entry. When the maximum number of PROG entries already exists, the PATHMON process does not have the space to create a NonStop Pathway/iTS Management Programming Manual—426749-002 9 -8...
  • Page 259 Reset values for each field are predefined. These values are described in Section 3, SPI Programming Considerations. To reset ZPRINTERFILE using the TACL program, you must use the #SETBYTES built-in function. See the SPI Programming Manual for more information. NonStop Pathway/iTS Management Programming Manual—426749-002 9 -9...
  • Page 260: Delete Prog

    ZPWY-MAP-SEL-PROG token-type ZPWY-DDL-SEL-PROG. Tokens in Response Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-PROG token-type ZPWY-DDL-SEL-PROG. Consideration Deleting a PROG object deletes all associated PROGTERM objects; you do not have to delete the PROGTERM objects individually. NonStop Pathway/iTS Management Programming Manual—426749-002 9- 10...
  • Page 261: Delete Progterm

    Considerations This command is usually used to remove an individual PROGTERM definition while preserving the PROG object and other associated PROGTERM objects. This command functions like the PATHCOM ALTER PROGRAM, RESET TYPE command. NonStop Pathway/iTS Management Programming Manual—426749-002 9- 11...
  • Page 262 DELETE PROG command. You do not have to issue a DELETE PROGTERM command if you issue a DELETE PROG command because the DELETE PROG command deletes all associated PROGTERM objects. NonStop Pathway/iTS Management Programming Manual—426749-002 9- 12...
  • Page 263: Info Prog

    ZPSI-TYP-BYTESTRING. ZPWY-MAP-SEL-PROG token-type ZPWY-DDL-SEL-PROG. ZPWY-MAP-DEF-PROG token-type ZPWY-DDL-DEF-PROG. Considerations If you assign a specific value to the ZPROGRAM field in ZPWY-DDL-SEL-PROG, the INFO PROG command returns the configured values for the specified PROG NonStop Pathway/iTS Management Programming Manual—426749-002 9- 13...
  • Page 264 ZPROGRAM field in ZPWY-DDL-SEL- PROG. The SPI requester can use the default values to implement the equivalent of a PATHCOM SHOW PROGRAM command issued before any PROGRAM attributes are set. NonStop Pathway/iTS Management Programming Manual—426749-002 9- 14...
  • Page 265: Info Progterm

    Tokens in Response Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-PROGTERM token-type ZPWY-DDL-SEL-PROGTERM. ZPWY-MAP-DEF-PROGTERM token-type ZPWY-DDL-DEF-PROGTERM. Considerations If you assign specific values to the ZTERMTYPE and ZPROGRAM fields in ZPWY- DDL-SEL-PROGTERM, the INFO PROGTERM command returns the configured NonStop Pathway/iTS Management Programming Manual—426749-002 9- 15...
  • Page 266 PROGTERM and the remaining attributes with default values. To obtain the default values for PROGTERM attributes, issue the INFO PROGTERM command and assign null values to the ZTERMTYPE and ZPROGRAM fields in ZPWY-DDL-SEL-PROGTERM. NonStop Pathway/iTS Management Programming Manual—426749-002 9- 16...
  • Page 267: Start Prog

    Unlisted Tokens on page 3-36. For descriptions of tokens and fields, see Section 4 through Section 6. Command ZPWY-CMD-START Object Type ZPWY-OBJ-PROG Tokens in Command Buffer ZPWY-MAP-SEL-PROG token-type ZPWY-DDL-SEL-PROG. ZPWY-MAP-PAR-START-PROG token-type ZPWY-DDL-PAR-START-PROG !r NonStop Pathway/iTS Management Programming Manual—426749-002 9- 17...
  • Page 268 SCREEN COBOL program completes: Specify ZPWY-VAL-ON for ZNOWAIT. Assign a name, different from the file name of the TERM object on which your Pathsend requester application program is running, to the ZFILE field in NonStop Pathway/iTS Management Programming Manual—426749-002 9- 18...
  • Page 269 If a START PROG command is issued from a HP 6530 terminal and no PROG object is defined for that terminal type, but a PROG object is defined for a HP 6520 terminal, the TCP executes the PROG as if it were defined for a 6520 terminal. The features that are unique to the 6530 terminal, however, do not function.
  • Page 270 PROG Commands START PROG NonStop Pathway/iTS Management Programming Manual—426749-002 9- 20...
  • Page 271: Add Tell

    For tokens that might be present in the command and response buffers but are not listed, see Unlisted Tokens on page 3-36. For descriptions of tokens and fields, see Section 4, SPI and EMS Standard Definitions through Section 6, ZPWY-MAP- Definitions. NonStop Pathway/iTS Management Programming Manual—426749-002 10- 1...
  • Page 272 Queue the message to a terminal (TELL TERM command). Deliver the message to the terminal (START TELL command). Display the text of the message (INFO TELL command). Delete the message (DELETE TELL command). NonStop Pathway/iTS Management Programming Manual—426749-002 10- 2...
  • Page 273: Delete Tell

    3-36. For descriptions of tokens and fields, see Section 4 through Section 6. Command ZPWY-CMD-DELETE Object Type ZPWY-OBJ-TELL Tokens in Command Buffer ZPWY-MAP-SEL-TELL token-type ZPWY-DDL-SEL-TELL. Tokens in Response Buffer ZPWY-MAP-SEL-TELL token-type ZPWY-DDL-SEL-TELL. NonStop Pathway/iTS Management Programming Manual—426749-002 10- 3...
  • Page 274: Info Tell

    If you do not specify ZPWY-MAP-SEL-TELL, the PATHMON process returns the default values for the fields in ZPWY-DDL-DEF-TELL. If ZNUMBER has a null value, the PATHMON process returns ZPWY-MAP-DEF- TELL with null values. NonStop Pathway/iTS Management Programming Manual—426749-002 10- 4...
  • Page 275: Start Tell

    The TCP waits for the terminal operator to complete the current screen before displaying the message, so normal operation is not disrupted. Tell messages are not currently supported for intelligent devices, except for personal computers and workstations connected to a HP NonStop Server using the RSC (Remote Server Call) product. Continuation You cannot use continuation with this command to start delivery of all tell messages;...
  • Page 276: Tell Term

    Each terminal has a circular queue for tell messages. If the queue is full when a new tell message is sent, the oldest tell message in the queue is overwritten by the new message. You specify the size of the queue by defining a value for the NonStop Pathway/iTS Management Programming Manual—426749-002 10- 6...
  • Page 277: Tell Tcpterm

    3-36. For descriptions of tokens and fields, see Section 4 through Section 6. Command ZPWY-CMD-TELL Object Type ZPWY-OBJ-TCPTERM Tokens in Command Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCPTERM token-type ZPWY-DDL-SEL-TCPTERM. ZPWY-MAP-QUAL-TERM token-type ZPWY-DDL-QUAL-TERM. ZPWY-MAP-PAR-TELL-TERM token-type ZPWY-DDL-PAR-TELL-TERM. NonStop Pathway/iTS Management Programming Manual—426749-002 10- 7...
  • Page 278 Tell Message Commands TELL TCPTERM Tokens in Response Buffer ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING. ZPWY-MAP-SEL-TCPTERM token-type ZPWY-DDL-SEL-TCPTERM. Consideration For the complete sequence for displaying a tell message, see Programming Considerations for Specific Object Types on page 3-32. NonStop Pathway/iTS Management Programming Manual—426749-002 10- 8...
  • Page 279: Event-Message Format

    Error messages with a value of 0 indicate that the command completed successfully (ZPWY-VAL-OK). Event-Message Format Each event message in this section includes the following: The number and name of the event message A description of the event message cause A syntax box listing: NonStop Pathway/iTS Management Programming Manual—426749-002 11-1...
  • Page 280: Listed Tokens

    The token ZEMS-TKN-SUBJECT-MARK always immediately precedes the subject token of an event message. Subject Tokens Subject tokens (for example, ZPWY-TKN-TERMNAME) contain the name of the PATHMON-controlled object that is the subject of the event message. Within the NonStop Pathway/iTS Management Programming Manual—426749-002 11- 2...
  • Page 281: Event-Message Text

    The additional information greatly increases the size of messages sent to a log file. Simple Tokens The notation used in the box for simple tokens is a shorthand version of the essential information given in the DDL TOKEN-CODE statement. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 3...
  • Page 282: Error Recovery

    Pathway subsystem event messages include a Guardian operating environment error number. Although the error number is typically identified as a file-system error, it may also represent a sequential I/O (SIO) error or other specialized error. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 4...
  • Page 283 ZSPI-VAL-TRUE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-BADPCODE (3001). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 5...
  • Page 284 ZPWY-TKN-INSTRUCTION, ZPWY-TKN-PUNAME, ZPWY-TKN-PUOFFSET, ZPWY-TKN-PUVERSION, and ZPWY-TKN-TCLPROGFNAME are conditional tokens specific to this event message. See the TS/MP Management Programming Manual for descriptions of these tokens. Effect. The terminal is suspended. Recovery. Contact your service provider. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 6...
  • Page 285 ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-INSTRUCTION, ZPWY-TKN-PUNAME, ZPWY-TKN-PUOFFSET, ZPWY-TKN-PUVERSION, and ZPWY-TKN-TCLPROGFNAME are conditional tokens specific to this event message. See the TS/MP Management Programming Manual for descriptions of these tokens. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 7...
  • Page 286 Effect. The terminal is aborted; the operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 8...
  • Page 287 ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-INSTRUCTION, ZPWY-TKN-PUNAME, ZPWY-TKN-PUOFFSET, ZPWY-TKN-PUVERSION, and ZPWY-TKN-TCLPROGFNAME are conditional tokens specific to this event message. See the TS/MP Management Programming Manual for descriptions of these tokens. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 9...
  • Page 288 Effect. The TERM is aborted; the operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -10...
  • Page 289 ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-INSTRUCTION, ZPWY-TKN-PUNAME, ZPWY-TKN-PUOFFSET, ZPWY-TKN-PUVERSION, and ZPWY-TKN-TCLPROGFNAME are conditional tokens specific to this event message. See the TS/MP Management Programming Manual for descriptions of these tokens. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -11...
  • Page 290 Event-Message Range 3000 Through 3999 Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -12...
  • Page 291 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-BADPUPARAMS (3005). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -13...
  • Page 292 Management Programming Manual for descriptions of these tokens. Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -14...
  • Page 293 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-BADPUPARAMSIZE (3006). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -15...
  • Page 294 Management Programming Manual for descriptions of these tokens. Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -16...
  • Page 295 ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-INSTRUCTION, ZPWY-TKN-PUNAME, ZPWY-TKN-PUOFFSET, ZPWY-TKN-PUVERSION, and ZPWY-TKN-TCLPROGFNAME are conditional tokens specific to this event message. See the TS/MP Management Programming Manual for descriptions of these tokens. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -17...
  • Page 296 Event-Message Range 3000 Through 3999 Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -18...
  • Page 297 ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-INSTRUCTION, ZPWY-TKN-PUNAME, ZPWY-TKN-PUOFFSET, ZPWY-TKN-PUVERSION, and ZPWY-TKN-TCLPROGFNAME are conditional tokens specific to this event message. See the TS/MP Management Programming Manual for descriptions of these tokens. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -19...
  • Page 298 Event-Message Range 3000 Through 3999 Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -20...
  • Page 299 ZSPI-VAL-TRUE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-BADSCREENTERM (3009). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -21...
  • Page 300 Recovery. Check that the terminal type specified when the program unit was compiled is compatible with the physical terminal. If necessary, resolve the incompatibility; otherwise, an internal error has occurred and you should contact your service provider. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -22...
  • Page 301 ZSPI-VAL-TRUE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-TERMFORMAT (3010). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -23...
  • Page 302 Recovery. Check that the terminal type specified when the program unit was compiled is compatible with the physical terminal. If necessary, resolve the incompatibility; otherwise, an internal error has occurred and you should contact your service provider. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -24...
  • Page 303 ZSPI-VAL-TRUE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-BADTERMTYPE (3011). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -25...
  • Page 304 Recovery. Check that the terminal type specified when the program unit was compiled is compatible with the physical terminal. If necessary, resolve the incompatibility; otherwise, an internal error has occurred and you should contact your service provider. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -26...
  • Page 305 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-SCREENNOTDISPLAY (3012). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -27...
  • Page 306 Management Programming Manual for descriptions of these tokens. Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -28...
  • Page 307 ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-INSTRUCTION, ZPWY-TKN-PUNAME, ZPWY-TKN-PUOFFSET, ZPWY-TKN-PUVERSION, and ZPWY-TKN-TCLPROGFNAME are conditional tokens specific to this event message. See the TS/MP Management Programming Manual for descriptions of these tokens. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -29...
  • Page 308 Event-Message Range 3000 Through 3999 Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -30...
  • Page 309 ZSPI-VAL-TRUE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-INVALIDIOPROTOCOL (3014). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -31...
  • Page 310 SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery on page 11-4. If this is a Pathway subsystem internal error, contact your service provider. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -32...
  • Page 311 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-ARITHOVERFLOW (3015). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -33...
  • Page 312 Management Programming Manual for descriptions of these tokens. Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -34...
  • Page 313 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-STACKOVERFLOW (3016). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -35...
  • Page 314 Management Programming Manual for descriptions of these tokens. Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -36...
  • Page 315 ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-ERROR contains a file-system error number. N indicates that this token can occur in a nested error message. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -37...
  • Page 316 See the TS/MP Management Programming Manual for descriptions of these tokens. Effect. The program terminates abnormally. Recovery. For information regarding the specified file-system error, see the Guardian Procedure Errors and Messages Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -38...
  • Page 317 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-TERMIO (3018). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -39...
  • Page 318 See the TS/MP Management Programming Manual for descriptions of these tokens. Effect. The I/O operation fails. Recovery. For information regarding the specified file-system error, see the Guardian Procedure Errors and Messages Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -40...
  • Page 319 ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-INSTRUCTION, ZPWY-TKN-PUNAME, ZPWY-TKN-PUOFFSET, ZPWY-TKN-PUVERSION, and ZPWY-TKN-TCLPROGFNAME are conditional tokens specific to this event message. See the TS/MP Management Programming Manual for descriptions of these tokens. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -41...
  • Page 320 Error Recovery on page 11-4 for instructions on how to locate the problem within the program. If this is not a program-related problem, run diagnostics for the device and make any necessary repairs. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -42...
  • Page 321 ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-INSTRUCTION, ZPWY-TKN-PUNAME, ZPWY-TKN-PUOFFSET, ZPWY-TKN-PUVERSION, and ZPWY-TKN-TCLPROGFNAME are conditional tokens specific to this event message. See the TS/MP Management Programming Manual for descriptions of these tokens. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -43...
  • Page 322 Event-Message Range 3000 Through 3999 Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -44...
  • Page 323 ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-INSTRUCTION, ZPWY-TKN-PUNAME, ZPWY-TKN-PUOFFSET, ZPWY-TKN-PUVERSION, and ZPWY-TKN-TCLPROGFNAME are conditional tokens specific to this event message. See the TS/MP Management Programming Manual for descriptions of these tokens. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -45...
  • Page 324 Recovery. Recovery depends on why the SEND operation failed. For additional information, see the previous event message received. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -46...
  • Page 325 ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-INSTRUCTION, ZPWY-TKN-PUNAME, ZPWY-TKN-PUOFFSET, ZPWY-TKN-PUVERSION, and ZPWY-TKN-TCLPROGFNAME are conditional tokens specific to this event message. See the TS/MP Management Programming Manual for descriptions of these tokens. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -47...
  • Page 326 Event-Message Range 3000 Through 3999 Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -48...
  • Page 327 ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-INSTRUCTION, ZPWY-TKN-PUNAME, ZPWY-TKN-PUOFFSET, ZPWY-TKN-PUVERSION, and ZPWY-TKN-TCLPROGFNAME are conditional tokens specific to this event message. See the TS/MP Management Programming Manual for descriptions of these tokens. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -49...
  • Page 328 Effect. The program terminates abnormally. Recovery. Increase the value for the ZCODEAREALEN field. Use the compiler listing for the program unit to determine the minimum size that can be specified for the field. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -50...
  • Page 329 ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-INSTRUCTION, ZPWY-TKN-PUNAME, ZPWY-TKN-PUOFFSET, ZPWY-TKN-PUVERSION, and ZPWY-TKN-TCLPROGFNAME are conditional tokens specific to this event message. See the TS/MP Management Programming Manual for descriptions of these tokens. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -51...
  • Page 330 TCP Event Messages Event-Message Range 3000 Through 3999 Effect. The program terminates abnormally. Recovery. Contact your service provider. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -52...
  • Page 331 ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-INSTRUCTION, ZPWY-TKN-PUNAME, ZPWY-TKN-PUOFFSET, ZPWY-TKN-PUVERSION, and ZPWY-TKN-TCLPROGFNAME are conditional tokens specific to this event message. See the TS/MP Management Programming Manual for descriptions of these tokens. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -53...
  • Page 332 Event-Message Range 3000 Through 3999 Effect. The I/O operation fails. Recovery. Run diagnostics for the device. If a front-end process is being used, check that it is correctly coded to emulate the type of the device specified. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -54...
  • Page 333 ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-INSTRUCTION, ZPWY-TKN-PUNAME, ZPWY-TKN-PUOFFSET, ZPWY-TKN-PUVERSION, and ZPWY-TKN-TCLPROGFNAME are conditional tokens specific to this event message. See the TS/MP Management Programming Manual for descriptions of these tokens. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -55...
  • Page 334 Event-Message Range 3000 Through 3999 Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -56...
  • Page 335 ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-ERROR contains a file-system error number. N indicates that this token can occur in a nested error message. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -57...
  • Page 336 See the TS/MP Management Programming Manual for descriptions of these tokens. Effect. The call to the TMF procedure fails. Recovery. For information regarding the specified file-system error, see the Guardian Procedure Errors and Messages Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -58...
  • Page 337 ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-INSTRUCTION, ZPWY-TKN-PUNAME, ZPWY-TKN-PUOFFSET, ZPWY-TKN-PUVERSION, and ZPWY-TKN-TCLPROGFNAME are conditional tokens specific to this event message. See the TS/MP Management Programming Manual for descriptions of these tokens. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -59...
  • Page 338 Effect. The transaction is not restarted. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -60...
  • Page 339 ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-INSTRUCTION, ZPWY-TKN-PUNAME, ZPWY-TKN-PUOFFSET, ZPWY-TKN-PUVERSION, and ZPWY-TKN-TCLPROGFNAME are conditional tokens specific to this event message. See the TS/MP Management Programming Manual for descriptions of these tokens. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -61...
  • Page 340 Effect. None. Recovery. Configure TMF software or isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery on page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -62...
  • Page 341 ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-INSTRUCTION, ZPWY-TKN-PUNAME, ZPWY-TKN-PUOFFSET, ZPWY-TKN-PUVERSION, and ZPWY-TKN-TCLPROGFNAME are conditional tokens specific to this event message. See the TS/MP Management Programming Manual for descriptions of these tokens. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -63...
  • Page 342 Effect. None. Recovery. Configure TMF software or isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery on page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -64...
  • Page 343 ZPWY-TKN-TCPNAME, which contains the name of the TCP that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-ERROR contains a file-system error number. N indicates that this token can occur in a nested error message. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -65...
  • Page 344 TCP Event Messages Event-Message Range 3000 Through 3999 Effect. The operation fails. Recovery. For information regarding the specified file-system error, see the Guardian Procedure Errors and Messages Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -66...
  • Page 345 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-TERMERRORDECL (3036). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -67...
  • Page 346 Management Programming Manual for descriptions of these tokens. Effect. The call fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -68...
  • Page 347 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-BADACCEPTTIMEOUT (3037). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -69...
  • Page 348 Management Programming Manual for descriptions of these tokens. Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -70...
  • Page 349 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-BADNUMERIC (3040). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -71...
  • Page 350 Management Programming Manual for descriptions of these tokens. Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -72...
  • Page 351 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-BADPRINTER (3041). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -73...
  • Page 352 Management Programming Manual for descriptions of these tokens. Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -74...
  • Page 353 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-PRINTERATTN (3042). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -75...
  • Page 354 See the TS/MP Management Programming Manual for descriptions of these tokens. Effect. The PRINT SCREEN operation terminates abnormally. Recovery. For information regarding the specified file-system error, see the Guardian Procedure Errors and Messages Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -76...
  • Page 355 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-PRINTERIO (3043). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -77...
  • Page 356 See the TS/MP Management Programming Manual for descriptions of these tokens. Effect. The PRINT SCREEN operation terminates abnormally. Recovery. For information regarding the specified file-system error, see the Guardian Procedure Errors and Messages Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -78...
  • Page 357 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-BADPUNAME (3044). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -79...
  • Page 358 Management Programming Manual for descriptions of these tokens. Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -80...
  • Page 359 ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-STATUSEVENT. ZPWY-TKN-INSTRUCTION, ZPWY-TKN-PUNAME, ZPWY-TKN-PUOFFSET, ZPWY-TKN-PUVERSION, and ZPWY-TKN-TCLPROGFNAME are conditional tokens specific to this event message. See the TS/MP Management Programming Manual for descriptions of these tokens. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -81...
  • Page 360 TCP Event Messages Event-Message Range 3000 Through 3999 Effect. None. Recovery. Informational message only; no corrective action is needed. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -82...
  • Page 361 ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-STATUSEVENT. ZPWY-TKN-INSTRUCTION, ZPWY-TKN-PUNAME, ZPWY-TKN-PUOFFSET, ZPWY-TKN-PUVERSION, and ZPWY-TKN-TCLPROGFNAME are conditional tokens specific to this event message. See the TS/MP Management Programming Manual for descriptions of these tokens. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -83...
  • Page 362 TCP Event Messages Event-Message Range 3000 Through 3999 Effect. None. Recovery. Informational message only; no corrective action is needed. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -84...
  • Page 363 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-STOPBYPROG (3052). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-STATUSEVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -85...
  • Page 364 ZPWY-TKN-PUVERSION, and ZPWY-TKN-TCLPROGFNAME are conditional tokens specific to this event message. See the TS/MP Management Programming Manual for descriptions of these tokens. Effect. None. Recovery. Informational message only; no corrective action is needed. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -86...
  • Page 365 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-BADNUMERICNODD (3053). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -87...
  • Page 366 Management Programming Manual for descriptions of these tokens. Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -88...
  • Page 367 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-IOPROTOCOLDENIED (3054). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -89...
  • Page 368 Recovery. Use the ALTER TERM command to specify a valid value for the ZIOPROTOCOL field. The ZINFO field of the STATUS TERM display shows the reply value received by the TCP from PATHMON. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -90...
  • Page 369 %offset IN PROGRAM UNIT program-unit (version) IN TCLPROG tclprog Token Descriptions ZEMS-TKN-EMPHASIS has a value of ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-BADIOPROTOCOL (3055). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -91...
  • Page 370 Recovery. Use the ALTER TERM command to specify a valid value for the ZIOPROTOCOL field. The ZINFO field of the STATUS TERM display shows the reply value received by the TCP from the PATHMON process. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -92...
  • Page 371 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-CACHEFATAL (3056). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -93...
  • Page 372 6540 device error was transient. If the error is not transient, run terminal diagnostics. If the issuing of a RESUME TERM command does not correct the situation and terminal diagnostics do not reveal any problem, contact your service provider. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -94...
  • Page 373 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-CACHEMODECHANGE (3057). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -95...
  • Page 374 Management Programming Manual for descriptions of these tokens. Effect. The caching function is disabled and the 6540 device is emulating a 6530 terminal. Recovery. Check the 6540 terminal for disk errors and other problems. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -96...
  • Page 375 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-BADPCODEVERSION (3058). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -97...
  • Page 376 Management Programming Manual for descriptions of these tokens. Effect. The program terminates abnormally. Recovery. Upgrade the TCP you are using to the same version level as the SCOBOLX compiler with which the program unit was compiled. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -98...
  • Page 377 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-DEVICEINFO (3059). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TCPNAME, which contains the name of the TCP that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11 -99...
  • Page 378 See the TS/MP Management Programming Manual for descriptions of these tokens. Effect. The operation fails. Recovery. For information regarding the specified file-system error, see the Guardian Procedure Errors and Messages Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 100...
  • Page 379 *3060* TERM term-name, DEVICE DOES NOT SUPPORT DOUBLE BYTE CHARACTERS --- INST CODE: instruct AT OFFSET %offset IN PROGRAM UNIT program unit(version) IN TCLPROG tclprog Token Descriptions ZEMS-TKN-EMPHASIS has a value of ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-NODBCSSUPPORT (3060). NonStop Pathway/iTS Management Programming Manual—426749-002 11- 101...
  • Page 380 Effect. The program terminates abnormally. Recovery. Abort the terminal from the Pathway subsystem. Then, either upgrade the terminal to support the application data or modify the requester-server application to conform to the device environment. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 102...
  • Page 381 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-NODBCSINSTALLED (3061). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 103...
  • Page 382 Effect. The program terminates abnormally. Recovery. Configure the Kanji translation library (T9115) using the SYSGEN phase of the Install program or the Distributed Systems Management/Software Configuration Manager (DSM/SCM) utility to accommodate Pathway/iTS terminals using double-byte character support. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 104...
  • Page 383 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-BADDBCSKKDATA1 (3062). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 105...
  • Page 384 Effect. The program terminates abnormally. Recovery. Abort the terminal from the Pathway subsystem. Then, either upgrade the terminal to support the application data or modify the requester-server application to conform to the device environment. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 106...
  • Page 385 IN TCLPROG tclprog Token Descriptions ZEMS-TKN-EMPHASIS has a value of ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-BADDBCSKKDATA2 (3063). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 107...
  • Page 386 Effect. The program terminates abnormally. Recovery. Abort the terminal from the Pathway subsystem. Then, either upgrade the terminal to support the application data or modify the requester-server application to conform to the device environment. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 108...
  • Page 387 *3064* TERM term-name, TRUNCATION OCCURRED DURING DISPLAY OF DBCS DATA --- INST CODE: inst-code AT OFFSET %offset IN PROGRAM UNIT program unit(version) IN TCLPROG tclprog Token Descriptions ZEMS-TKN-EMPHASIS has a value of ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-DATATRUNCATION (3064). NonStop Pathway/iTS Management Programming Manual—426749-002 11- 109...
  • Page 388 Effect. None. Recovery. Truncation of double-byte data may be acceptable. If not, define larger data field lengths in the requester-server application, or define fields that do not wrap from one row to the next. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 110...
  • Page 389 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-NOKATAKANALLOWED1 (3065). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 111...
  • Page 390 Effect. The program terminates abnormally. Recovery. Abort the terminal from the Pathway subsystem and either upgrade the terminal to support the application data or modify the requester-server application to conform to the device environment. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 112...
  • Page 391 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-NOKATAKANALLOWED2 (3066). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 113...
  • Page 392 Effect. The program terminates abnormally. Recovery. Abort the terminal from the Pathway subsystem and either upgrade the terminal to support the application data or modify the requester-server application to conform to the device environment. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 114...
  • Page 393 IN TCLPROG tclprog Token Descriptions ZEMS-TKN-EMPHASIS has a value of ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-NOTDBCSDATA1 (3067). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 115...
  • Page 394 Effect. The program terminates abnormally. Recovery. Abort the terminal from the Pathway subsystem and either upgrade the terminal to support the application data or modify the requester-server application to conform to the device environment. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 116...
  • Page 395 PROGRAM UNIT unit(version) IN TCLPROG tclprog Token Descriptions ZEMS-TKN-EMPHASIS has a value of ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-NOTDBCSDATA2 (3068). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 117...
  • Page 396 Effect. The program terminates abnormally. Recovery. Abort the terminal from the Pathway subsystem and either upgrade the terminal to support the application data or modify the requester-server application to conform to the device environment. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 118...
  • Page 397 *3069* TERM term-name, UNILATERAL ABORT: BACKUP TASK STATE NOT VALID --- INST CODE: inst-code AT OFFSET %offset IN PROGRAM UNIT program unit(version) IN TCLPROG tclprog Token Descriptions ZEMS-TKN-EMPHASIS has a value of ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-UNILATERALABORT (3069). NonStop Pathway/iTS Management Programming Manual—426749-002 11- 119...
  • Page 398 See the TS/MP Management Programming Manual for descriptions of these tokens. Effect. The new primary terminal task is not in a valid executable state. Recovery. Abort and restart the TERM object. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 120...
  • Page 399 UNABLE TO CHECKOPEN TERMINAL, FILE ERROR (errnum) --- INST CODE: inst-code AT OFFSET %offset IN PROGRAM UNIT program unit(version) IN TCLPROG tclprog Token Descriptions ZEMS-TKN-EMPHASIS has a value of ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-BACKUPOPENERROR (3070). NonStop Pathway/iTS Management Programming Manual—426749-002 11- 121...
  • Page 400 Effect. The primary and backup terminal task is abnormally terminated. Recovery. Restart the TERM object manually using PATHCOM or automatically by setting the ZAUTORESTART field in ZPWY-DDL-DEF-TERM to a value greater than 0. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 122...
  • Page 401 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-TERMNOTCAPABLE (3071). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 123...
  • Page 402 Management Programming Manual for descriptions of these tokens. Effect. The TERM object is terminated abnormally. Recovery. Upgrade the terminal to support the application data or modify the requester-server application to conform to the device’s limits. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 124...
  • Page 403 ZPWY-TKN-TERMNAME, which contains the name of the terminal that is the subject of this event message. ZPWY-TKN-EVENTCLASS has the value ZPWY-VAL-ERROREVENT. ZPWY-TKN-INSTRUCTION contains the instruction executing at the time the error was detected. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 125...
  • Page 404 It also contains the offset into the program unit and the instruction at that offset. This information, together with a compiler listing (with a MAP), can be used to isolate the problem to a paragraph in the source program. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 126...
  • Page 405 ZPWY-TKN-EVENTCLASS has the value ZPWY-VAL-ERROREVENT. ZPWY-TKN-BUFFERLENGTH contains the buffer size, in bytes, that was required by a SCREEN COBOL statement but could not be provided. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 127...
  • Page 406 (with a MAP), can be used to isolate the problem to a paragraph in the source program. As an alternative, you can alter the TCP to increase the size of either ZTERMPOOL or ZTERMBUF, or both. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 128...
  • Page 407 ZPWY-TKN-TCPNAME, which contains the name of the TCP process that is the subject of this event message. ZPWY-TKN-EVENTCLASS has the value ZPWY-VAL-ERROREVENT. ZPWY-TKN-INSTRUCTION contains the instruction executing at the time the error was detected. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 129...
  • Page 408 It also contains the offset into the program unit and the instruction at that offset. This information, together with a compiler listing (with a MAP), can be used to isolate the problem to a paragraph in the source program. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 130...
  • Page 409 TCP or LINKMON process that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-ERROR contains the number of the file-system error. N indicates that this token can occur in a nested error message. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 131...
  • Page 410 See the TS/MP Management Programming Manual for descriptions of these tokens. Effect. The OPEN operation fails. Recovery. For information regarding the specified file-system error, see the Guardian Procedure Errors and Messages Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 132...
  • Page 411 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-DIROPEN (3101). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TCPNAME, which contains the name of the TCP that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 133...
  • Page 412 See the TS/MP Management Programming Manual for descriptions of these tokens. Effect. The OPEN operation fails. Recovery. For information regarding the specified file-system error, see the Guardian Procedure Errors and Messages Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 134...
  • Page 413 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-CODOPEN (3102). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TCPNAME, which contains the name of the TCP that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 135...
  • Page 414 See the TS/MP Management Programming Manual for descriptions of these tokens. Effect. The OPEN operation fails. Recovery. For information regarding the specified file-system error, see the Guardian Procedure Errors and Messages Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 136...
  • Page 415 ZPWY-TKN-TCPNAME, which contains the name of the TCP that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. Effect. The TCLPROG files cannot be used. Recovery. Contact your service provider. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 137...
  • Page 416 ZPWY-TKN-TCPNAME, which contains the name of the TCP that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. Effect. The TCLPROG files cannot be used. Recovery. Contact your service provider. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 138...
  • Page 417 ZPWY-TKN-TCPNAME, which contains the name of the TCP that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. Effect. The TCP terminates. Recovery. Use the ALTER TCP command to correct the configuration values. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 139...
  • Page 418 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-SWAPCREATE (3107). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TCPNAME, which contains the name of the TCP that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 140...
  • Page 419 Management Programming Manual for descriptions of these tokens. Effect. The swap space is not obtain from the KMSF. Recovery. For information regarding the specified file-system error, see the Guardian Procedure Errors and Messages Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 141...
  • Page 420 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-SWAPOPEN (3108). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 142...
  • Page 421 See the TS/MP Management Programming Manual for descriptions of these tokens. Effect. The swap file is not opened. Recovery. For information regarding the specified file-system error, see the Guardian Procedure Errors and Messages Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 143...
  • Page 422 ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-ERROR contains the number of the file-system error. N indicates that this token can occur in a nested error message. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 144...
  • Page 423 See the TS/MP Management Programming Manual for descriptions of these tokens. Effect. The I/O operation fails. Recovery. For information regarding the specified file-system error, see the Guardian Procedure Errors and Messages Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 145...
  • Page 424 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-MAXSC (3110). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 146...
  • Page 425 Management Programming Manual for descriptions of these tokens. Effect. The SEND operation to the server class fails. Recovery. Redefine the value of the ZMAXSERVERCLASSES field or reattempt the SEND operation when a request in progress completes. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 147...
  • Page 426 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-REPLYNOTDEFINED (3112). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 148...
  • Page 427 Management Programming Manual for descriptions of these tokens. Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 149...
  • Page 428 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-SENDTOOBIG (3113). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 150...
  • Page 429 Recovery. Redefine the value of the ZSERVERPOOL field or isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery on page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 151...
  • Page 430 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-MAXREPLY (3114). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 152...
  • Page 431 Recovery. Redefine the value of the ZMAXREPLY field or isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery on page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 153...
  • Page 432 IN PROGRAM UNIT program-unit (version) IN TCLPROG tclprog Token Descriptions ZEMS-TKN-EMPHASIS has a value of ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-BADREPLYLENGTH (3115). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 154...
  • Page 433 Management Programming Manual for descriptions of these tokens. Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 155...
  • Page 434 ZPWY-TKN-nnnNAME represents either ZPWY-TKN-TCPNAME or ZPWY-TKN-LMNAME, which contains the name of the TCP or LINKMON process, respectively. ZPWY-TKN-SCNAME contains the name of the server class. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 156...
  • Page 435 Effect. The I/O operation fails; the TCP or LINKMON process returns the links it has to the server class. Recovery. For information regarding the specified file-system error, see the Guardian Procedure Errors and Messages Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 157...
  • Page 436 ZPWY-TKN-TCPNAME, which contains the name of the LINKMON process, TERM object, or TCP that is the subject of this event message. If the subject token is ZPWY-TKN-TERMNAME, then ZPWY-TKN-INSTRUCTION, ZPWY-TKN-PUNAME, ZPWY-TKN-PUOFFSET, ZPWY-TKN-PUVERSION, and ZPWY-TKN-TCLPROGFNAME are included; otherwise, these tokens are omitted. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 158...
  • Page 437 Programming Manual for descriptions of these tokens. Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 159...
  • Page 438 ZPWY-TKN-TCPNAME or ZPWY-TKN-LMNAME, which contains the name of the TCP or LINKMON process that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. Effect. The operation fails. Recovery. Contact your service provider. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 160...
  • Page 439 ZPWY-TKN-TCPNAME, which contains the name of the TCP that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. Effect. The operation fails. Recovery. Increase the value of the ZMAXSERVERPROCESSES field and repeat the operation. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 161...
  • Page 440 ZPWY-TKN-TCPNAME, which contains the name of the TCP that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-ERROR contains the number of the file-system error. N indicates that this token can occur in a nested error message. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 162...
  • Page 441 See the TS/MP Management Programming Manual for descriptions of these tokens. Effect. The I/O operation fails. Recovery. For information regarding the specified file-system error, see the Guardian Procedure Errors and Messages Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 163...
  • Page 442 ZPWY-EVT-TCP-CODIO (3122). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TCPNAME, which contains the name of the TCP that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-ERROR contains the number of the file-system error. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 164...
  • Page 443 See the TS/MP Management Programming Manual for descriptions of these tokens. Effect. The I/O operation fails. Recovery. For information regarding the specified file-system error, see the Guardian Procedure Errors and Messages Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 165...
  • Page 444 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-NOSCPROCESS (3123). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 166...
  • Page 445 Management Programming Manual for descriptions of these tokens. Effect. The SEND operation fails. Recovery. Recovery depends on why the SEND failed, which is indicated in an earlier message. For additional information, see the description of the earlier message. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 167...
  • Page 446 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-EXITWITHERROR (3124). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 168...
  • Page 447 Management Programming Manual for descriptions of these tokens. Effect. The program terminates. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 169...
  • Page 448 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-UNSOLREJECTEDSTOP (3125). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 170...
  • Page 449 Management Programming Manual for descriptions of these tokens. Effect. The unsolicited messages are rejected. Recovery. The ZINFO field of the STATUS TERM display specifies the number of unsolicited messages that were rejected. Restart the terminal and resend the unsolicited messages. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 171...
  • Page 450 ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-ERROR contains the number of the file-system error that occurred. N indicates that this token can occur in a nested error message. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 172...
  • Page 451 Management Programming Manual for descriptions of these tokens. Effect. The I/O operation fails and the TERM object is aborted. Recovery. Ensure that the router process is running. Then stop and restart the TERM object. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 173...
  • Page 452 ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-ERROR contains the number of the TCP/IP file-system error that occurred. N indicates that this token can occur in a nested error message. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 174...
  • Page 453 Effect. The socket function call fails; however, the TERM object is not aborted or stopped. The TCP issues a new connection request to the router process. Recovery. Informational message only; no corrective action is needed. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 175...
  • Page 454 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-ROUTRTCPLIM (3142). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 176...
  • Page 455 Effect. All the TERM objects configured under the TCP that made the “waiting for connection” request are aborted. Recovery. Change the FILE attribute of each of the suspended TERM objects to point to another router process. Then stop and restart the TERM objects. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 177...
  • Page 456 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-ROUTRTRMLIM (3143). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 178...
  • Page 457 Management Programming Manual for descriptions of these tokens. Effect. The specified TERM object is aborted. Recovery. Wait for a period of time (how long a time depends on the application) and then stop and restart the TERM object. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 179...
  • Page 458 ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-INSTRUCTION, ZPWY-TKN-PUNAME, ZPWY-TKN-PUOFFSET, ZPWY-TKN-PUVERSION, and ZPWY-TKN-TCLPROGFNAME are conditional tokens specific to this event message. See the TS/MP Management Programming Manual for descriptions of these tokens. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 180...
  • Page 459 TCP Event Messages Effect. The router process terminates abnormally. The TERM objects that were waiting for connections resend their requests to the router process. Recovery. Restart the router process. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 181...
  • Page 460 ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-INSTRUCTION, ZPWY-TKN-PUNAME, ZPWY-TKN-PUOFFSET, ZPWY-TKN-PUVERSION, and ZPWY-TKN-TCLPROGFNAME are conditional tokens specific to this event message. See the TS/MP Management Programming Manual for descriptions of these tokens. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 182...
  • Page 461 Effect. For the TERM object, the socket connection with the client is broken, the socket is closed, and a new “waiting for connection” request is made to the router process. Recovery. Informational message only; no corrective action is needed. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 183...
  • Page 462 ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-INSTRUCTION, ZPWY-TKN-PUNAME, ZPWY-TKN-PUOFFSET, ZPWY-TKN-PUVERSION, and ZPWY-TKN-TCLPROGFNAME are conditional tokens specific to this event message. See the TS/MP Management Programming Manual for descriptions of these tokens. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 184...
  • Page 463 Effect. The operation fails, the session is closed, and the TERM object is reinitialized for a new session. Recovery. If the router process was not started with the protocol parameter set to HTTP or SOCKET, restart the router process with one of these protocol settings. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 185...
  • Page 464 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-SESSIONISNULL (3147). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 186...
  • Page 465 Effect. The operation (send to/receive from the client or session deletion) fails. The session is closed and the TERM object is reinitialized for a new session. Recovery. Informational message only; no corrective action is needed. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 187...
  • Page 466 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-NWSENDERROR (3148). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 188...
  • Page 467 Management Programming Manual for descriptions of these tokens. Effect. The send operation fails. The session is closed and the TERM object is reinitialized for a new session. Recovery. Informational message only; no corrective action is needed. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 189...
  • Page 468 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-XMLGENERATION (3149). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 190...
  • Page 469 Management Programming Manual for descriptions of these tokens. Effect. The send operation to the client fails. The session is closed and the TERM object is reinitialized for a new session. Recovery. Informational message only; no corrective action is needed. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 191...
  • Page 470 ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-ERROR contains the number of the TCP/IP file-system error that occurred. N indicates that this token can occur in a nested error message. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 192...
  • Page 471 Management Programming Manual for descriptions of these tokens. Effect. The receive operation fails. The session is closed and the TERM object is reinitialized for a new session. Recovery. Informational message only; no corrective action is needed. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 193...
  • Page 472 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-MSGIO (3161). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 194...
  • Page 473 See the TS/MP Management Programming Manual for descriptions of these tokens. Effect. The operation fails. Recovery. For information regarding the specified file-system error, see the Guardian Procedure Errors and Messages Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 195...
  • Page 474 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-RCFDMSGTOOSMALL (3162). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 196...
  • Page 475 Management Programming Manual for descriptions of these tokens. Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 197...
  • Page 476 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-RCVDMSGTOOBIG (3163). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 198...
  • Page 477 Management Programming Manual for descriptions of these tokens. Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 199...
  • Page 478 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-MSGCODENOTDEFINED (3164). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 200...
  • Page 479 Management Programming Manual for descriptions of these tokens. Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 201...
  • Page 480 TCP Event Messages NonStop Pathway/iTS Management Programming Manual—426749-002 11- 202...
  • Page 481 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-EDITERRORINPUT (3165). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 203...
  • Page 482 Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. If a USER CONVERSION clause is used in the program, check the user conversion routine. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 204...
  • Page 483 TCLPROG tclprog Token Descriptions ZEMS-TKN-EMPHASIS has a value of ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-MSGEXCEEDSCONFIG (3167). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 205...
  • Page 484 SEND MESSAGE statement in your program. For instructions on how to locate the problem within the program, see Error Recovery on page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 206...
  • Page 485 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-BADDEVICESUBTYPE (3168). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 207...
  • Page 486 For descriptions of these tokens, see the TS/MP Management Programming Manual. Effect. The operation fails. Recovery. Enter the correct subtype value (that is, 0, 1, or 2) for the intelligent device. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 208...
  • Page 487 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-BADTIMEOUTVALUE (3169). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 209...
  • Page 488 TS/MP Management Programming Manual. Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 210...
  • Page 489 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-BADENDOFMSG (3170). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 211...
  • Page 490 TS/MP Management Programming Manual. Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 212...
  • Page 491 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-FIELDTOOBIG (3171). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 213...
  • Page 492 TS/MP Management Programming Manual. Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 214...
  • Page 493 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-MSGTOOBIG (3172). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 215...
  • Page 494 SEND MESSAGE statement in your program. For instructions on how to locate the problem within the program, see Error Recovery on page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 216...
  • Page 495 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-CTL26ERROR (3173). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 217...
  • Page 496 For descriptions of these tokens, see the TS/MP Management Programming Manual. Effect. The operation fails. Recovery. For information regarding the specified file-system error, see the Guardian Procedure Errors and Messages Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 218...
  • Page 497 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-CTL26TIMEOUT (3174). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 219...
  • Page 498 Recovery. If a front-end process is being used, verify that it handles CONTROL-26 properly. If a front-end process is not being used, determine whether a process is stuck in waiting mode or there is a system performance problem. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 220...
  • Page 499 ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-INSTRUCTION, ZPWY-TKN-PUNAME, ZPWY-TKN-PUOFFSET, ZPWY-TKN-PUVERSION, and ZPWY-TKN-TCLPROGFNAME are conditional tokens specific to this event message. For descriptions of these tokens, see the TS/MP Management Programming Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 221...
  • Page 500 Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. If a USER CONVERSION clause is used in the program, check the user conversion routine. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 222...
  • Page 501 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-UNSOLNOTREPLIED (3176). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 223...
  • Page 502 Error Recovery page 11-4. On accepting an unsolicited message, a requester must always perform a REPLY TO UNSOLICITED MESSAGE statement before attempting to receive another unsolicited message. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 224...
  • Page 503 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-UNSOLNONETOREPLY (3177). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 225...
  • Page 504 Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. A requester must reply to an unsolicited message only after successfully receiving an unsolicited message. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 226...
  • Page 505 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-MAXINPUTMSGSZERO (3178). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 227...
  • Page 506 For descriptions of these tokens, see the TS/MP Management Programming Manual. Effect. The operation fails. Recovery. Configure the ZMAXIMPUTMSGS field for the associated TERM or PROG object to a value greater than zero. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 228...
  • Page 507 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-TOOMUCHDATA (3179). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 229...
  • Page 508 TS/MP Management Programming Manual. Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 230...
  • Page 509 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-NOTENOUGHDATA (3180). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 231...
  • Page 510 TS/MP Management Programming Manual. Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 232...
  • Page 511 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-BADFIELDSIZE (3181). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 233...
  • Page 512 TS/MP Management Programming Manual. Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 234...
  • Page 513 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-DELIMNOTALIGNED (3182). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 235...
  • Page 514 TS/MP Management Programming Manual. Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 236...
  • Page 515 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-BADDEPENDVALUE (3183). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 237...
  • Page 516 TS/MP Management Programming Manual. Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 238...
  • Page 517 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-PIFCONFLICT (3184). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 239...
  • Page 518 TS/MP Management Programming Manual. Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 240...
  • Page 519 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-MAXWSOCCURS (3185). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 241...
  • Page 520 TS/MP Management Programming Manual. Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 242...
  • Page 521 *3197* TCP tcp-name, TCP MEMORY DUMP NOT TAKEN (errnum) Token Descriptions ZEMS-TKN-EMPHASIS has a value of ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-DUMPNOTTAKEN (3197). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TCPNAME, which contains the name of the TCP that is the subject of this event message. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 243...
  • Page 522 For descriptions of these tokens, see the TS/MP Management Programming Manual. Effect. The memory dump fails. If the error is a fatal error, the TCP terminates. Recovery. Contact your service provider. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 244...
  • Page 523 Effect. The request cannot be processed. Recovery. Use versions of the PATHMON process and the TCP or LINKMON process that are compatible with each other. If the problem persists, contact your service provider. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 245...
  • Page 524 ZPWY-TKN-TCPNAME or ZPWY-TKN-LMNAME, which contains the name of the TCP or LINKMON process that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. Effect. The request cannot be processed. Recovery. Contact your service provider. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 246...
  • Page 525 ZPWY-TKN-TCPNAME, which contains the name of the TCP that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. Effect. The request cannot be processed. Recovery. Contact your service provider. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 247...
  • Page 526 ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-INSTRUCTION, ZPWY-TKN-PUNAME, ZPWY-TKN-PUOFFSET, ZPWY-TKN-PUVERSION, and ZPWY-TKN-TCLPROGFNAME are conditional tokens specific to this event message. For descriptions of these tokens, see the TS/MP Management Programming Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 248...
  • Page 527 TCP Event Messages Effect. The SCREEN COBOL program cannot be executed. Recovery. Use a more recent version of the TCP. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 249...
  • Page 528 ZPWY-TKN-TCPNAME, which contains the name of the TCP that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. Effect. The TCP terminates. Recovery. Install Pathway microcode before starting the Pathway subsystem. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 250...
  • Page 529 ZPWY-VAL-ERROREVENT. Effect. The TCP runs without a backup process. Recovery. Reload the processor, or use the ZBACKUPCPU field in ZPWY-DDL-PAR- CONTROL-TCP to designate a new processor for the TCP’s backup process. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 251...
  • Page 530 UNABLE TO COMMUNICATE WITH SYSTEM MONITOR FILE SYSTEM ERROR ON LIBRARY FILE (file-system error) PROGRAM FILE AND LIBRARY FILE ARE SAME EXTENDED SEGMENT INITIALIZATION ERROR (file-system error) FILE SYSTEM ERROR ON EXTENDED SEGMENT FILE (file-system error) NonStop Pathway/iTS Management Programming Manual—426749-002 11- 252...
  • Page 531 ZPWY-TKN-TCPNAME, which contains the name of the TCP that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-ERROR contains the number of the file-system error. N indicates that this token can occur in a nested message. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 253...
  • Page 532 Effect. The creation of a backup process for the TCP fails; the TCP executes without a backup. Recovery. For additional information, see the description of the NEWPROCESS procedure in the Guardian Procedure Calls Reference Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 254...
  • Page 533 ZPWY-TKN-TCPNAME, which contains the name of the TCP that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. Effect. The TCP recreates the backup process, if possible. Recovery. If the problem persists, contact your service provider. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 255...
  • Page 534 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-BUOPEN (3213). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TCPNAME, which contains the name of the TCP that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 256...
  • Page 535 For descriptions of these tokens, see the TS/MP Management Programming Manual. Effect. The operation fails. Recovery. For information regarding the specified file-system error, see the Guardian Procedure Errors and Messages Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 257...
  • Page 536 ZPWY-TKN-TCPNAME, which contains the name of the TCP that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-ERROR contains the number of a file-system error. N indicates that this token can occur in a nested message. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 258...
  • Page 537 For descriptions of these tokens, see the TS/MP Management Programming Manual. Effect. The CHECKPOINT operation fails. Recovery. For information regarding the specified file-system error, see the Guardian Procedure Errors and Messages Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 259...
  • Page 538 ZPWY-VAL-ERROREVENT. TOKENS FOR A NESTED MESSAGE are described in the TS/MP Management Programming Manual. Effect. The backup process terminates. Recovery. For additional information, see the description associated in the nested message. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 260...
  • Page 539 ZPWY-TKN-TCPNAME, which contains the name of the TCP that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-PADDR contains a P-register value. N indicates that this token can occur in a nested message. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 261...
  • Page 540 Effect. The TCP terminates. This message may or may not be reported to the PATHMON process and written to the LOG1, but this message is written to the $0 collector process. Recovery. Contact your service provider. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 262...
  • Page 541 ZPWY-TKN-TCPNAME, which contains the name of the TCP that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-PADDR contains a P-register value. N indicates that this token can occur in a nested message. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 263...
  • Page 542 Effect. The TCP terminates. This message may or may not be reported to the PATHMON process and logged. The message, with the addition of the trap number, is written to the $0 collector process. Recovery. Contact your service provider. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 264...
  • Page 543 ZPWY-TKN-TCPNAME, which contains the name of the TCP that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-STATUSEVENT. Effect. None. Recovery. Informational message only; no corrective action is needed. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 265...
  • Page 544 ZPWY-TKN-TCPNAME, which contains the name of the TCP that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-STATUSEVENT. Effect. None. Recovery. Informational message only; no corrective action is needed. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 266...
  • Page 545 TCP or LINKMON process that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. Effect. The operation fails. Recovery. Use a newer version of the TCP or LINKMON process. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 267...
  • Page 546 ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. ZPWY-TKN-INSTRUCTION, ZPWY-TKN-PUNAME, ZPWY-TKN-PUOFFSET, ZPWY-TKN-PUVERSION, and ZPWY-TKN-TCLPROGFNAME are conditional tokens specific to this event message. For descriptions of these tokens, see the TS/MP Management Programming Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 268...
  • Page 547 TCP Event Messages Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 269...
  • Page 548 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-BADSYSNAME (3228). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 270...
  • Page 549 TS/MP Management Programming Manual. Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 271...
  • Page 550 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-SYSNOTDEFINED (3229). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 272...
  • Page 551 TS/MP Management Programming Manual. Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 273...
  • Page 552 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-MAXPM (3230). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 274...
  • Page 553 For descriptions of these tokens, see the TS/MP Management Programming Manual. Effect. The operation fails. Recovery. Try the SEND operation again or increase the value defined for the ZMAXPATHWAYS field in ZPWY-MAP-DEF-TCP. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 275...
  • Page 554 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-PMIO (3231). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 276...
  • Page 555 For descriptions of these tokens, see the TS/MP Management Programming Manual. Effect. The operation fails. Recovery. For information regarding the specified file-system error, see the Guardian Procedure Errors and Messages Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 277...
  • Page 556 ZPWY-TKN-TCPNAME, which contains the name of the TCP that is the subject of this event message. ZPWY-TKN-EVENTCLASS has the value ZPWY-VAL-ERROREVENT. Effect. The operation fails. Recovery. Increase the value for ZMAXTERMDATA in ZPWY-DDL-DEF-TCP or reduce the size of the request. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 278...
  • Page 557 TCP or LINKMON process that is the subject of this event message. ZPWY-TKN-EVENTCLASS has the value ZPWY-VAL-ERROREVENT. Effect. The TCP or LINKMON process cannot process the request. Recovery. Contact your service provider. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 279...
  • Page 558 ZPWY-TKN-TCPNAME, which contains the name of the TCP that is the subject of this event message. ZPWY-TKN-EVENTCLASS has the value ZPWY-VAL-ERROREVENT. Effect. The TCP functions inefficiently. Recovery. Increase the value of the ZCODEAREALEN field in ZPWY-DDL-DEF-TCP. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 280...
  • Page 559 ZPWY-TKN-TCPNAME, which contains the name of the TCP that is the subject of this event message. ZPWY-TKN-EVENTCLASS has the value ZPWY-VAL-ERROREVENT. Effect. The TCP terminates. Recovery. Check the log file for the name of the file causing the problem and correct the problem. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 281...
  • Page 560 ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-BADPUREFPARAM (3238). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TERMNAME, which contains the name of the TERM object that is the subject of this event message. ZPWY-TKN-EVENTCLASS has a value of ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 282...
  • Page 561 TS/MP Management Programming Manual. Effect. The call fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Error Recovery page 11-4. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 283...
  • Page 562 ZPWY-TKN-TCPNAME, which contains the name of the TCP that is the subject of this event message. ZPWY-TKN-EVENTCLASS has the value ZPWY-VAL-ERROREVENT. Effect. The TCP terminates. Recovery. Use compatible versions of the PATHTCP2 program object file and the user-library file. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 284...
  • Page 563 ZEMS-TKN-EMPHASIS has a value of ZSPI-VAL-TRUE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-MAXINPUTMSGS (3240). ZEMS-TKN-SUBJECT-MARK indicates ZPWY-TKN-TCPNAME, which contains the name of the TCP that is the subject of this event message. ZPWY-TKN-EVENTCLASS has the value ZPWY-VAL-ERROREVENT. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 285...
  • Page 564 ZPWY-TKN-INSTRUCTION, ZPWY-TKN-PUNAME, ZPWY-TKN-PUOFFSET, ZPWY-TKN-PUVERSION, and ZPWY-TKN-TCLPROGFNAME are conditional tokens specific to this event message. For descriptions of these tokens, see the TS/MP Management Programming Manual. Effect. The TCP terminates. Recovery. Contact your service provider. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 286...
  • Page 565 *3241* TERM term-name, UNSOLICITED MESSAGE REJECTED BY TCP (errnum) --- INST CODE: inst-code AT OFFSET %offset IN PROGRAM UNIT program-unit (version) IN TCLPROG tclprog Token Descriptions ZEMS-TKN-EMPHASIS has a value of ZSPI-VAL-FALSE. ZEMS-TKN-EVENTNUMBER contains ZPWY-EVT-TCP-UNSOLREJECTED (3241). NonStop Pathway/iTS Management Programming Manual—426749-002 11- 287...
  • Page 566 0.) Length field in the message exceeds the configured maximum for the TCP. There was an unrecognizable request code (refers to MSG-ID and MSG- VERSION fields). Named terminal is not found. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 288...
  • Page 567 This is a warning and should occur only during the application-debugging phase. For information about unsolicited-message errors, see the Pathway/iTS TCP and Terminal Programming Guide. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 289...
  • Page 568 Effect. The TCP rejected one or more unsolicited messages and replied to their sender without delivering them to their target requester. Recovery. Recovery must be performed by the processes that sent the rejected messages. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 290...
  • Page 569 ZPWY-TKN-TCPNAME, which contains the name of the TCP that is the subject of this event message. ZPWY-TKN-EVENTCLASS has the value ZPWY-VAL-ERROREVENT. Effect. The TCP stops. Recovery. Use compatible versions of the operating system and PATHTCP2. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 291...
  • Page 570 ZPWY-TKN-TCPNAME, which contains the name of the TCP that is the subject of this event message. ZPWY-TKN-EVENTCLASS has the value ZPWY-VAL-STATUSEVENT. Effect. None. Recovery. Informational message only; no corrective action is needed. NonStop Pathway/iTS Management Programming Manual—426749-002 11- 292...
  • Page 571: Error Presentation

    SPI requesters are returned in one of the following: In the response buffer for a STATUS TCP or STATUS TERM command (as a number in the ZERROR field of ZPWY-DDL-STATUS-TCP or ZPWY-DDL-STATUS-TERMDETAIL) NonStop Pathway/iTS Management Programming Manual—426749-002 12- 1...
  • Page 572: Errors In Status Tcp And Status Term Command Responses

    SCTERM TCPTERM PROG TERM PROGTER TCPLINK TELL Object Types on page 3-6 for descriptions of these object types. Object types not listed above are TS/MP objects, described in the TS/MP Management Programming Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 12- 2...
  • Page 573: Additional Information For Terminal Errors

    STATUS TCP or STATUS TERM command. Effect. The terminal is suspended. Recovery. Contact your service provider. 3002: ZPWY-ERR-TCP-DEPENDVARTOOBIG The value of a DEPENDING ON data item was larger than the limit specified in the OCCURS clause. NonStop Pathway/iTS Management Programming Manual—426749-002 12- 3...
  • Page 574 Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Additional Information for Terminal Errors on page 12-3. NonStop Pathway/iTS Management Programming Manual—426749-002 12- 4...
  • Page 575 If the device types are compatible, then a TCP internal error has occurred. This error does not appear in the RETCODE token or in an error list; it appears only in response to a STATUS TCP or STATUS TERM command. NonStop Pathway/iTS Management Programming Manual—426749-002 12- 5...
  • Page 576 Additional Information for Terminal Errors on page 12-3. 3013: ZPWY-ERR-TCP-DUPOVERLAY An attempt was made to display an overlay screen in more than one overlay area at the same time. NonStop Pathway/iTS Management Programming Manual—426749-002 12- 6...
  • Page 577 Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Additional Information for Terminal Errors on page 12-3. NonStop Pathway/iTS Management Programming Manual—426749-002 12- 7...
  • Page 578 The program unit specified in a CALL statement could not be found in the TCLPROG files. This error does not appear in the RETCODE token or in an error list; it appears only in response to a STATUS TCP or STATUS TERM command. Effect. The operation fails. NonStop Pathway/iTS Management Programming Manual—426749-002 12- 8...
  • Page 579 The TCLPROG directory file is corrupt. This is a TCP internal error. This error does not appear in the RETCODE token or in an error list; it appears only in response to a STATUS TCP or STATUS TERM command. NonStop Pathway/iTS Management Programming Manual—426749-002 12- 9...
  • Page 580 This error does not appear in the RETCODE token or in an error list; it appears only in response to a STATUS TCP or STATUS TERM command. Effect. The transaction is not restarted. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -10...
  • Page 581 USE FOR TERMINAL-ERRORS declarative. This error does not appear in the RETCODE token or in an error list; it appears only in response to a STATUS TCP or STATUS TERM command. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -11...
  • Page 582 Additional Information for Terminal Errors on page 12-3. 3042: ZPWY-ERR-TCP-PRINTERATTN A file-system error occurred during a PRINT SCREEN operation. The error requires intervention by hand. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -12...
  • Page 583 The TERM object was suspended because of a pending suspend request. This error does not appear in the RETCODE token or in an error list; it appears only in response to a STATUS TCP or STATUS TERM command. Effect. None. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -13...
  • Page 584 The I/O protocol specified in the terminal configuration is invalid. A value other than 0 or 1 was specified for the ZIOPROTOCOL field in ZPWY-DDL-DEF-TERM. PATHMON reports this error if the invalid value is greater than 15; otherwise, PATHCOM reports error 2011, ILLEGAL NUMBER. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -14...
  • Page 585 STATUS TCP or STATUS TERM command. Effect. The program terminates abnormally. Recovery. Upgrade the TCP you are using to the same revision level as the SCOBOLX compiler with which the program unit was compiled. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -15...
  • Page 586 Recovery. Configure the Kanji translation library (T9115) using the SYSGEN phase of the Install program or the Distributed Systems Management/Software Configuration Manager (DSM/SCM) utility to accommodate PATHMON environment terminals using double-byte character support. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -16...
  • Page 587 This error does not appear in the RETCODE token or in an error list; it appears only in response to a STATUS TCP or STATUS TERM command. Effect. None. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -17...
  • Page 588 Effect. The program terminates abnormally. Recovery. Abort the terminal from the Pathway subsystem and either upgrade the terminal to support the application data or modify the requester-server application to conform to the device environment. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -18...
  • Page 589 1. The backup TCP marks the TERM task as suspended but does not delete it until the ABORT TERM command is executed. 2. The backup TCP sends a request to the primary TCP to suspend the corresponding primary TERM task. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -19...
  • Page 590 Effect. The terminal task is suspended. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Additional Information for Terminal Errors on page 12-3. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -20...
  • Page 591 TCP could not open the TCLPROG directory file. Effect. The OPEN operation fails. Recovery. For information regarding the specified file-system error, see the Guardian Procedure Errors and Messages Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -21...
  • Page 592 Recovery. For information regarding the specified file-system error, see the Guardian Procedure Errors and Messages Manual. 3103: ZPWY-ERR-TCP-BADDIR The format of the file specified as the TCLPROG directory file is invalid. This is a TCP internal error. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -22...
  • Page 593 ZPWY-TKN-REQCOMMAND token-type ZSPI-TYP-INT. ZPWY-TKN-REQOBJECTTYPE token-type ZSPI-TYP-UINT. ZPWY-TKN-REQ***NAME token-type ZPWY-TYP-***NAME ZPWY-TKN-ERRCOMMAND token-type ZSPI-TYP-INT. ZPWY-TKN-ERROBJECTTYPE token-type ZSPI-TYP-UINT. ZPWY-TKN-***NAME token-type ZSPI-TYP-***NAME. ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL. Token Description ZSPI-TKN-ERROR contains ZPWY-ERR-TCP-BADCOD. Effect. The TCLPROG files cannot be used. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -23...
  • Page 594 A file-system error occurred during an I/O operation to a swap file. This error does not appear in the RETCODE token or in an error list; it appears only in response to a STATUS TCP or STATUS TERM command. Effect. The I/O operation fails. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -24...
  • Page 595 ZMAXREPLY field in ZPWY-DDL-DEF-TCP. This error does not appear in the RETCODE token or in an error list; it appears only in response to a STATUS TCP or STATUS TERM command. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -25...
  • Page 596 Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Additional Information for Terminal Errors on page 12-3. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -26...
  • Page 597 A file-system error occurred during an I/O operation to the TCLPROG directory file. This error does not appear in the RETCODE token or in an error list; it appears only in response to a STATUS TCP or STATUS TERM command. Effect. The I/O operation fails. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -27...
  • Page 598 This error does not appear in the RETCODE token or in an error list; it appears only in response to a STATUS TCP or STATUS TERM command. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -28...
  • Page 599 Effect. All the TERM objects configured under the TCP that made the “waiting for connection” request are aborted. Recovery. Change the FILE attribute of each of the suspended TERM objects to point to another router process. Then stop and restart the TERM objects. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -29...
  • Page 600 This error does not appear in the RETCODE token or in an error list; it appears only in response to a STATUS TCP or STATUS TERM command. Effect. The operation fails, the session is closed, and the TERM object is reinitialized for a new session. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -30...
  • Page 601 A TCP/IP file-system error occurred during a nowait receive operation on a socket. This error does not appear in the RETCODE token or in an error list; it appears only in response to a STATUS TCP or STATUS TERM command. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -31...
  • Page 602 Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Additional Information for Terminal Errors on page 12-3. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -32...
  • Page 603 SEND MESSAGE statement in your program. For instructions on how to locate the problem within the program, see Additional Information for Terminal Errors page 12-3. 3168: ZPWY-ERR-TCP-BADDEVICESUBTYPE The device subtype value specified for an intelligent device is invalid. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -33...
  • Page 604 Effect. The operation fails. Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Additional Information for Terminal Errors on page 12-3. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -34...
  • Page 605 An edit error occurred during output to an intelligent device. This error does not appear in the RETCODE token or in an error list; it appears only in response to a STATUS TCP or STATUS TERM command. Effect. The operation fails. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -35...
  • Page 606 This error does not appear in the RETCODE token or in an error list; it appears only in response to a STATUS TCP or STATUS TERM command. Effect. The operation fails. Recovery. Configure the ZMAXIMPUTMSGS field for the associated TERM or PROG object to a value greater than zero. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -36...
  • Page 607 This error does not appear in the RETCODE token or in an error list; it appears only in response to a STATUS TCP or STATUS TERM command. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -37...
  • Page 608 Additional Information for Terminal Errors on page 12-3. 3197: ZPWY-ERR-TCP-DUMPNOTTAKEN The TCP encountered an internal error and its memory dump failed. The error values are: NonStop Pathway/iTS Management Programming Manual—426749-002 12 -38...
  • Page 609 If the problem persists, contact your service provider. 3201: ZPWY-ERR-TCP-BADSYNCID A TCP or LINKMON process received an invalid message synchronous ID (SYNCID). This is a TCP internal error. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -39...
  • Page 610 ZSPI-TYP-UINT. ZPWY-TKN-REQ***NAME token-type ZPWY-TYP-***NAME ZPWY-TKN-ERRCOMMAND token-type ZSPI-TYP-INT. ZPWY-TKN-ERROBJECTTYPE token-type ZSPI-TYP-UINT. ZPWY-TKN-***NAME token-type ZSPI-TYP-***NAME. ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL. Token Description ZSPI-TKN-ERROR contains ZPWY-ERR-TCP-TERMUNKNOWN. Effect. The request cannot be processed. Recovery. Contact your service provider. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -40...
  • Page 611 ZPWY-TKN-REQOBJECTTYPE contains the object type from the request, usually ZPWY-OBJ-TCP. ZPWY-TKN-REQTCPNAME contains the name of the TCP. Effect. The operation fails. Recovery. Reattempt the operation when the TCP is in the appropriate state. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -41...
  • Page 612 Recovery. Attempt the operation again when the TERM object is in the appropriate state. 3206: ZPWY-ERR-TCP-MAXTERMS The TCP cannot handle more terminals because the value configured for the ZMAXTERMS field would be exceeded. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -42...
  • Page 613 For example, this message can occur after you issue a STOP SERVER command if a FREEZE SERVER operation is incomplete because the PATHMON process has not yet received messages from all its TCPs or LINKMON processes. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -43...
  • Page 614 ZSPI-TKN-ERROR token-type ZSPI-TYP-ERROR. ZPWY-TKN-REQCOMMAND token-type ZSPI-TYP-INT. ZPWY-TKN-REQOBJECTTYPE token-type ZSPI-TYP-UINT. ZPWY-TKN-REQ***NAME token-type ZPWY-TYP-***NAME ZPWY-TKN-ERRCOMMAND token-type ZSPI-TYP-INT. ZPWY-TKN-ERROBJECTTYPE token-type ZSPI-TYP-UINT. ZPWY-TKN-***NAME token-type ZSPI-TYP-***NAME. ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL. Token Description ZSPI-TKN-ERROR contains ZPWY-ERR-TCP-MAXTCLPROG. Effect. The operation fails. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -44...
  • Page 615 Recovery. For additional information, see the description of the NEWPROCESS procedure in the Guardian Procedure Calls Reference Manual. 3212: ZPWY-ERR-TCP-BUFAIL The backup processor for the TCP failed for an unknown reason. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -45...
  • Page 616 3216: ZPWY-ERR-TCP-INTERNAL An internal TCP failure occurred. This error does not appear in the RETCODE token or in an error list; it appears only in response to a STATUS TCP or STATUS TERM command. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -46...
  • Page 617 Recovery. Informational message only; no corrective action is needed. 3220: ZPWY-ERR-TCP-INSPECTNOTENABLED The TERM object is configured with the ZINSPECT field set to ZPWY-VAL-ON, but the TCP is configured with the ZINSPECT field set to ZPWY-VAL-OFF. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -47...
  • Page 618 ZPWY-CMD-INSPECT. ZPWY-TKN-REQOBJECTTYPE contains ZPWY-OBJ-TERM. ZPWY-TKN-REQTERMNAME contains the name of the TERM object for which the HP Inspect symbolic debugger command was issued. Effect. The Inspect operation fails. Recovery. Reconfigure the TCP with the ZINSPECT field set to ZPWY-VAL-ON. 3221: ZPWY-ERR-TCP-INSPECTMAXTERM More than eight terminals per TCP attempted to use the Inspect process.
  • Page 619 STATUS TCP or STATUS TERM command. Effect. The Inspect operation fails. Recovery. Set fewer than 20 program breakpoints for each TCP. 3223: ZPWY-ERR-TCP-INSPECTATBKPT An Inspect command was issued to a TERM object already at a program breakpoint. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -49...
  • Page 620 This error does not appear in the RETCODE token or in an error list; it appears only in response to a STATUS TCP or STATUS TERM command. Effect. The operation fails. Recovery. For information regarding the specified file-system error, see the Guardian Procedure Errors and Messages Manual. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -50...
  • Page 621 Effect. The operation fails. Recovery. Reissue the Inspect command, using a valid file name. 3226: ZPWY-ERR-TCP-PMTCPFNS The PATHMON process requested a function not supported in this version of the TCP or LINKMON process. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -51...
  • Page 622 Recovery. Isolate and correct the problem within the SCREEN COBOL program. For instructions on how to locate the problem within the program, see Additional Information for Terminal Errors on page 12-3 at the beginning of this section. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -52...
  • Page 623 This error does not appear in the RETCODE token or in an error list; it appears only in response to a STATUS TCP or STATUS TERM command. Effect. The TCP or LINKMON process cannot process the request. Recovery. Contact your service provider. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -53...
  • Page 624 This error does not appear in the RETCODE token or in an error list; it appears only in response to a STATUS TCP or STATUS TERM command. Effect. The TCP terminates. Recovery. Use compatible versions of the PATHTCP2 program object file and the user-library file. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -54...
  • Page 625 This is a warning and should occur only during the application-debugging phase. For information about unsolicited-message errors, see the Pathway/iTS TCP and Terminal Programming Guide. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -55...
  • Page 626 This error does not appear in the RETCODE token or in an error list; it appears only in response to a STATUS TCP or STATUS TERM command. Effect. The TCP stops. Recovery. Use compatible versions of the operating system and PATHTCP2. NonStop Pathway/iTS Management Programming Manual—426749-002 12 -56...
  • Page 627: Configuring Pathway/Its

    Management Programming Examples This section contains the following three management programming examples: A NonStop Pathway/iTS configuration program, written in COBOL A program that issues an INFO PROG command, written in TAL An error handling program, written in COBOL. Configuring Pathway/iTS...
  • Page 628: Example 13-1. Pathway/Its Configuration Program

    REDEFINES WS-COBOL-VAL-TRUE-X PIC X(2). 05 WS-COBOL-VAL-YES REDEFINES WS-COBOL-VAL-TRUE-X PIC X(2). 05 WS-COBOL-VAL-FALSE-X NATIVE-2 VALUE 0. 05 WS-COBOL-VAL-FALSE REDEFINES WS-COBOL-VAL-FALSE-X PIC X(2). 05 WS-COBOL-VAL-OFF REDEFINES WS-COBOL-VAL-FALSE-X PIC X(2). 05 WS-COBOL-VAL-NO REDEFINES WS-COBOL-VAL-FALSE-X PIC X(2). NonStop Pathway/iTS Management Programming Manual—426749-002 13- 2...
  • Page 629 IN "$SYSTEM.ZSPIDEF.ZPWYCOB" REPLACING ZPWY-DDL-SEL-TCP ==ZPWY-DDL-SEL-TCP REDEFINES SEL-AREA==. COPY ZPWY-DDL-SEL-TERM IN "$SYSTEM.ZSPIDEF.ZPWYCOB" REPLACING ZPWY-DDL-SEL-TERM ==ZPWY-DDL-SEL-TERM REDEFINES SEL-AREA==. COPY ZPWY-DDL-SEL-PROG IN "$SYSTEM.ZSPIDEF.ZPWYCOB" REPLACING ZPWY-DDL-SEL-PROG ==ZPWY-DDL-SEL-PROG REDEFINES SEL-AREA==. COPY ZPWY-DDL-SEL-PROGTERM IN "$SYSTEM.ZSPIDEF.ZPWYCOB" REPLACING ZPWY-DDL-SEL-PROGTERM ==ZPWY-DDL-SEL-PROGTERM REDEFINES SEL-AREA==. NonStop Pathway/iTS Management Programming Manual—426749-002 13- 3...
  • Page 630 Get the default volume. MOVE SPACES TO WS-STARTUP-VOLUME ENTER "GETSTARTUPTEXT" IN COBOL-LIB USING WS-VOLUME-PORTION, WS-STARTUP-VOLUME GIVING WS-STARTUP-VOLUME-LEN IF WS-STARTUP-VOLUME-LEN IS NOT NEGATIVE THEN ADD 1 TO WS-STARTUP-VOLUME-LEN ELSE DISPLAY "GETSTARTUPTEXT ERROR" SET NOT-OK-TO-CONTINUE TO TRUE END-IF NonStop Pathway/iTS Management Programming Manual—426749-002 13- 4...
  • Page 631 IF OK-TO-CONTINUE THEN PERFORM 700-ADD-TCP PERFORM 800-ADD-TERM PERFORM 1200-ADD-PROGRAM END-IF 600-CONFIGURE-PATHWAY. Construct a START PATHWAY command to cold start Pathway. MOVE ZPWY-CMD-START TO COMMAND OF WS-SPI-INPUT MOVE ZPWY-OBJ-PATHWAY TO OBJECT-TYPE OF WS-SPI-INPUT PERFORM 2800-SELECT-COMMAND-OBJECT NonStop Pathway/iTS Management Programming Manual—426749-002 13- 5...
  • Page 632 Construct the ADD TCP command. MOVE ZPWY-CMD-ADD TO COMMAND OF WS-SPI-INPUT MOVE ZPWY-OBJ-TCP TO OBJECT-TYPE OF WS-SPI-INPUT PERFORM 2800-SELECT-COMMAND-OBJECT Construct the object-selector token for the TCP: MOVE "TCP-SPI" TO OBJECT-NAME OF WS-SPI-INPUT PERFORM 3400-SELECT-TCP NonStop Pathway/iTS Management Programming Manual—426749-002 13- 6...
  • Page 633 Construct the ADD TERM command. MOVE ZPWY-CMD-ADD TO COMMAND OF WS-SPI-INPUT MOVE ZPWY-OBJ-TERM TO OBJECT-TYPE OF WS-SPI-INPUT PERFORM 2800-SELECT-COMMAND-OBJECT Construct the object-selector token for the TERM. MOVE "TERM-SPI" TO OBJECT-NAME OF WS-SPI-INPUT PERFORM 3500-SELECT-TERM NonStop Pathway/iTS Management Programming Manual—426749-002 13- 7...
  • Page 634 MOVE ZPWY-OBJ-PROG TO OBJECT-TYPE OF WS-SPI-INPUT PERFORM 2800-SELECT-COMMAND-OBJECT Construct the object-selector token for the PROGRAM. MOVE "PROGRAM-SPI" TO OBJECT-NAME OF WS-SPI-INPUT PERFORM 2900-SELECT-PROGRAM Clear the PROGRAM definition. ENTER TAL "SSNULL" USING ZPWY-MAP-DEF-PROG, ZPWY-DDL-DEF-PROG GIVING WS-SS-RESULT PERFORM 4000-CHECK-SUBSYSTEM-ERROR NonStop Pathway/iTS Management Programming Manual—426749-002 13- 8...
  • Page 635 Clear the PROGRAM TERM definition. ENTER TAL "SSNULL" USING ZPWY-MAP-DEF-PROGTERM, ZPWY-DDL-DEF-PROGTERM GIVING WS-SS-RESULT PERFORM 4000-CHECK-SUBSYSTEM-ERROR Set appropriate PROGRAM TERM definition values. MOVE "INITIAL-SPI" TO ZINITIAL OF ZPWY-DDL-DEF-PROGTERM MOVE WS-COBOL-VAL-OFF TO ZTRAILINGBLANKS OF ZPWY-DDL-DEF-PROGTERM NonStop Pathway/iTS Management Programming Manual—426749-002 13- 9...
  • Page 636 IF EOF-HIT THEN SET OK-TO-CONTINUE TO TRUE END-IF Construct the STOP PATHWAY command. MOVE ZPWY-CMD-STOP TO COMMAND OF WS-SPI-INPUT MOVE ZPWY-OBJ-PATHWAY TO OBJECT-TYPE OF WS-SPI-INPUT PERFORM 2800-SELECT-COMMAND-OBJECT Issue the STOP PATHWAY command. PERFORM 3800-ISSUE-PATHMON-COMMAND NonStop Pathway/iTS Management Programming Manual—426749-002 13 -10...
  • Page 637 MOVE ZPWY-VAL-ALLTCP TO OBJECT-NAME OF WS-SPI-INPUT PERFORM 3400-SELECT-TCP 2500-STOP-TCP-CONTINUE. Issue the STOP TCP command for the first or next TCP. PERFORM 3800-ISSUE-PATHMON-COMMAND Merge returned context into original request, setting up the continuation request. PERFORM 3700-SETUP-CONTINUATION NonStop Pathway/iTS Management Programming Manual—426749-002 13 -11...
  • Page 638 USING ZPWY-MAP-SEL-PROGTERM, ZPWY-DDL-SEL-PROGTERM GIVING WS-SS-RESULT PERFORM 4000-CHECK-SUBSYSTEM-ERROR MOVE OBJECT-NAME OF WS-SPI-INPUT TO ZPROGRAM OF ZPWY-DDL-SEL-PROGTERM MOVE OBJECT-NAME-2 OF WS-SPI-INPUT TO ZTERMTYPE OF ZPWY-DDL-SEL-PROGTERM ENTER TAL "SSPUT" USING ZPWY-DDL-MSG-BUFFER, ZPWY-MAP-SEL-PROGTERM, ZPWY-DDL-SEL-PROGTERM GIVING WS-SS-RESULT PERFORM 4000-CHECK-SUBSYSTEM-ERROR NonStop Pathway/iTS Management Programming Manual—426749-002 13 -12...
  • Page 639 MOVE ZPWY-DDL-MSG-BUFFER TO REQUEST-SAVE-BUFFER 3700-SETUP-CONTINUATION. Move the context token from reply to the saved initial request, thus building a continuation request. ENTER TAL "SSMOVE" USING ZSPI-TKN-CONTEXT, ZPWY-DDL-MSG-BUFFER, WS-FIRST-OCCURRENCE, REQUEST-SAVE-BUFFER, WS-FIRST-OCCURRENCE GIVING WS-SS-RESULT EVALUATE WS-SS-RESULT WHEN ZERO NonStop Pathway/iTS Management Programming Manual—426749-002 13 -13...
  • Page 640 IF WS-COBOL-RESULT IS NOT ZERO THEN DISPLAY "COBOL UTILITY ERROR: " WS-COBOL-RESULT SET NOT-OK-TO-CONTINUE TO TRUE END-IF 4000-CHECK-SUBSYSTEM-ERROR. IF WS-SS-RESULT IS NOT ZERO THEN DISPLAY "SS ERROR: " WS-SS-RESULT SET NOT-OK-TO-CONTINUE TO TRUE END-IF NonStop Pathway/iTS Management Programming Manual—426749-002 13 -14...
  • Page 641: Obtaining Prog Information

    .SYS^NAME[0:3], FERR, USED^LEN, .TERM^NAME[0:11], TERM, .TERM^BUF[0:39]; ! SPI BUFFER STRUCT STRUCT .SPI^BUF(ZPWY^DDL^MSG^BUFFER^DEF); ! INITIALIZED MAP VARIABLES INT .MAP^DEF^PROG[0 : ZPWY^MAP^DEF^PROG^WLN-1] := ZPWY^MAP^DEF^PROG; INT .MAP^SEL^PROG[0 : ZPWY^MAP^SEL^PROG^WLN-1] := ZPWY^MAP^SEL^PROG; STRUCT .ZPWY^SSID(ZPWY^VAL^SSID^DEF); ! SSID STRUCT NonStop Pathway/iTS Management Programming Manual—426749-002 13 -15...
  • Page 642 END^OF^TEXT ':=' DEF^PROG.ZTCP.Z^B[0] FOR $LEN(DEF^PROG.ZTCP) -> @END^OF^TEXT; TEXT^LEN := @END^OF^TEXT '-' @S^TERM^BUF; CALL WRITE(TERM,TERM^BUF,TEXT^LEN); IF <> THEN CALL DEBUG; END; ?PAGE PROC DSMA^MAIN MAIN; BEGIN INT VAL^BUFLEN; CALL MYTERM(TERM^NAME); CALL OPEN(TERM^NAME,TERM); CALL INITIALIZER; NonStop Pathway/iTS Management Programming Manual—426749-002 13 -16...
  • Page 643 IF (PWY^ERR) THEN CALL DISPL^ERROR(PWY^ERR) -- DISPLAY ERROR MESSAGE ELSE BEGIN EXTRACT THE PROGRAM TOKEN SPI^ERR := SSGET(SPI^BUF,MAP^DEF^PROG,DEF^PROG,1); IF (SPI^ERR) THEN CALL DEBUG; CALL DISPL^DATA; -- DISPLAY THE DATA END; END; ! PROC NonStop Pathway/iTS Management Programming Manual—426749-002 13 -17...
  • Page 644 Management Programming Examples Obtaining PROG Information NonStop Pathway/iTS Management Programming Manual—426749-002 13 -18...
  • Page 645 The source files used in this example are ZSPICOB, which contains SPI/DSM COBOL definitions, and ZPWYCOB, which contains Pathway/DSM COBOL definitions. The object file used is COBOLEX0, which contains C00 operating system procedure call formats. NonStop Pathway/iTS Management Programming Manual—426749-002 14- 1...
  • Page 646: Example 14-1. Handling Errors

    05 WS-FIRST-OCCURRENCE PIC S9(4) COMP VALUE 05 WS-REQUEST. 10 COMMAND NATIVE-2 VALUE -1. 10 OBJECT-TYPE NATIVE-2 VALUE -1. 10 OBJECT-FLAG PIC S9(4) COMP VALUE 88 OBJECT-HAS-NO-NAME VALUE 88 OBJECT-HAS-NAME VALUE 10 REQ-NAME-TKN NATIVE-4. NonStop Pathway/iTS Management Programming Manual—426749-002 14- 2...
  • Page 647 PIC X(15) VALUE "STOP". 05 FILLER PIC X(15) VALUE "SUSPEND". 05 FILLER PIC X(15) VALUE "SWITCH". 05 FILLER PIC X(15) VALUE "TELL". 05 FILLER PIC X(15) VALUE "THAW". 05 FILLER PIC X(15) VALUE "SHUTDOWN2". NonStop Pathway/iTS Management Programming Manual—426749-002 14- 3...
  • Page 648 PIC X(12) VALUE "SCSTARTUP". 05 FILLER PIC 9 VALUE 1. 05 FILLER NATIVE-4. 05 FILLER NATIVE-4. 05 FILLER PIC X(12) VALUE "SCTCP". 05 FILLER PIC 9 VALUE 1. 05 FILLER NATIVE-4. 05 FILLER NATIVE-4. NonStop Pathway/iTS Management Programming Manual—426749-002 14- 4...
  • Page 649 PIC X(23) VALUE "ERRINFO". 05 FILLER PIC X(23) VALUE "ERROBJECTTYPE". 05 FILLER PIC X(23) VALUE "ERROR". 05 FILLER PIC X(23) VALUE "EVENTCLASS". 05 FILLER PIC X(23) VALUE "FIELDLENGTH". 05 FILLER PIC X(23) VALUE "FIELDOFFSET". NonStop Pathway/iTS Management Programming Manual—426749-002 14- 5...
  • Page 650 PIC X(23) VALUE "SCPROCESSNAME". 05 FILLER PIC X(23) VALUE "SCREEN". 05 FILLER PIC X(23) VALUE "SCSTARTUPNAME". 05 FILLER PIC X(23) VALUE "SCTCPNAME". 05 FILLER PIC X(23) VALUE "SCTERMNAME". 05 FILLER PIC X(23) VALUE "SEL-LM". NonStop Pathway/iTS Management Programming Manual—426749-002 14- 6...
  • Page 651 PIC X(23) VALUE "QUAL-TCP". 05 FILLER PIC X(23) VALUE "BUFFERLENGTH". 05 FILLER PIC X(23) VALUE "PAR-SHUTDOWN". 05 FILLER PIC X(23) VALUE "ZMODE". 05 FILLER PIC X(23) VALUE "PAR-START-PATHWAY2". 05 FILLER PIC X(23) VALUE SPACES. NonStop Pathway/iTS Management Programming Manual—426749-002 14- 7...
  • Page 652 PIC X(19) VALUE "ATLEASTONE". 05 FILLER PIC S9(4) VALUE 4022. 05 FILLER PIC X(19) VALUE "CWDCANTBERESETNOW". 05 FILLER PIC S9(4) VALUE 4023. 05 FILLER PIC X(19) VALUE "GUARDIANATTRUSED". 05 FILLER PIC S9(4) VALUE 4024. NonStop Pathway/iTS Management Programming Manual—426749-002 14- 8...
  • Page 653 PIC X(20) VALUE "LOG1IO". 05 FILLER PIC S9(4) VALUE 1020. 05 FILLER PIC X(20) VALUE "LOG2IO". 05 FILLER PIC S9(4) VALUE 1021. 05 FILLER PIC X(20) VALUE "RECEIVEIO". 05 FILLER PIC S9(4) VALUE 1022. NonStop Pathway/iTS Management Programming Manual—426749-002 14- 9...
  • Page 654 PIC X(20) VALUE "MUSTBETHAWED". 05 FILLER PIC S9(4) VALUE 1063. 05 FILLER PIC X(20) VALUE "TELLNOTCONFIG". 05 FILLER PIC S9(4) VALUE 1066. 05 FILLER PIC X(20) VALUE "BADENTRYID". 05 FILLER PIC S9(4) VALUE 1067. NonStop Pathway/iTS Management Programming Manual—426749-002 14 -10...
  • Page 655 PIC X(20) VALUE "TOOMANYSCASSIGN". 05 FILLER PIC S9(4) VALUE 1105. 05 FILLER PIC X(20) VALUE "TOOMANYSCPARAM". 05 FILLER PIC S9(4) VALUE 1106. 05 FILLER PIC X(20) VALUE "TOOMANYTELL". 05 FILLER PIC S9(4) VALUE 1107. NonStop Pathway/iTS Management Programming Manual—426749-002 14 -11...
  • Page 656 PIC X(20) VALUE "SHUTDOWNFAILED". 05 FILLER PIC S9(4) VALUE 1155. 05 FILLER PIC X(20) VALUE "PCTLINACCESSIBLE". 05 FILLER PIC S9(4) VALUE 1157. 05 FILLER PIC X(20) VALUE "OSSPROCESSFAILURE". 05 FILLER PIC S9(4) VALUE 1159. NonStop Pathway/iTS Management Programming Manual—426749-002 14 -12...
  • Page 657 PIC X(20) VALUE "SENDFAIL". 05 FILLER PIC S9(4) VALUE 3021. 05 FILLER PIC X(20) VALUE "BADSCNAME". 05 FILLER PIC S9(4) VALUE 3022. 05 FILLER PIC X(20) VALUE "CODETOOBIG". 05 FILLER PIC S9(4) VALUE 3023. NonStop Pathway/iTS Management Programming Manual—426749-002 14 -13...
  • Page 658 PIC X(20) VALUE "BADDBCSKKDATA2". 05 FILLER PIC S9(4) VALUE 3063. 05 FILLER PIC X(20) VALUE "DATATRUNCATION". 05 FILLER PIC S9(4) VALUE 3064. 05 FILLER PIC X(20) VALUE "NOKATAKANALLOWED1". 05 FILLER PIC S9(4) VALUE 3065. NonStop Pathway/iTS Management Programming Manual—426749-002 14 -14...
  • Page 659 PIC X(20) VALUE "NOSCPROCESS". 05 FILLER PIC S9(4) VALUE 3123. 05 FILLER PIC X(20) VALUE "EXITPROGWERR". 05 FILLER PIC S9(4) VALUE 3124. 05 FILLER PIC X(20) VALUE "MULTUNSOLREJECTED". 05 FILLER PIC S9(4) VALUE 3125. NonStop Pathway/iTS Management Programming Manual—426749-002 14 -15...
  • Page 660 PIC X(20) VALUE "BADPMTCPMSG". 05 FILLER PIC S9(4) VALUE 3200. 05 FILLER PIC X(20) VALUE "BADSYNCID". 05 FILLER PIC S9(4) VALUE 3201. 05 FILLER PIC X(20) VALUE "TERMUNKNOWN". 05 FILLER PIC S9(4) VALUE 3202. NonStop Pathway/iTS Management Programming Manual—426749-002 14 -16...
  • Page 661 PIC X(20) VALUE "TERMDATATOOBIG". 05 FILLER PIC S9(4) VALUE 3232. 05 FILLER PIC X(20) VALUE "SPUNKNOWN". 05 FILLER PIC S9(4) VALUE 3233. 05 FILLER PIC X(20) VALUE "BADSYSTYPE". 05 FILLER PIC S9(4) VALUE 3234. NonStop Pathway/iTS Management Programming Manual—426749-002 14 -17...
  • Page 662 ==ZPWY-DDL-SCPARAMNAME REDEFINES OBJECT-NAME-AREA==. COPY ZPWY-DDL-SCPROCESSNAME IN "$SYSTEM.ZSPIDEF.ZPWYCOB" REPLACING ZPWY-DDL-SCPROCESSNAME BY ==ZPWY-DDL-SCPROCESSNAME REDEFINES OBJECT-NAME-AREA==. COPY ZPWY-DDL-SCSTARTUPNAME IN "$SYSTEM.ZSPIDEF.ZPWYCOB" REPLACING ZPWY-DDL-SCSTARTUPNAME BY ==ZPWY-DDL-SCSTARTUPNAME REDEFINES OBJECT-NAME-AREA==. COPY ZPWY-DDL-SCTCPNAME IN "$SYSTEM.ZSPIDEF.ZPWYCOB" REPLACING ZPWY-DDL-SCTCPNAME BY ==ZPWY-DDL-SCTCPNAME REDEFINES OBJECT-NAME-AREA==. NonStop Pathway/iTS Management Programming Manual—426749-002 14 -18...
  • Page 663 WHEN ZPWY-VAL-OK DISPLAY "NO PATHMON ERROR: " WS-SPI-RESULT WHEN 1000 THRU 1999 PERFORM 200-DISPLAY-PM-ERROR WHEN 3000 THRU 3999 PERFORM 300-DISPLAY-TCP-ERROR WHEN 4000 THRU 5999 PERFORM 400-DISPLAY-SPI-ERROR WHEN OTHER DISPLAY "UNKNOWN ERROR: " WS-SPI-RESULT END-EVALUATE NonStop Pathway/iTS Management Programming Manual—426749-002 14 -19...
  • Page 664 NAME-TKN OF WS-OBJECT-TYPE-NAMES ( ZPWY-OBJ-TERM MOVE ZPWY-TKN-REQLMNAME REQ-NAME-TKN OF WS-OBJECT-TYPE-NAMES ( ZPWY-OBJ-LM MOVE 0 REQ-NAME-TKN OF WS-OBJECT-TYPE-NAMES ( ZPWY-OBJ-PATHCTL MOVE 0 REQ-NAME-TKN OF WS-OBJECT-TYPE-NAMES ( ZPWY-OBJ-PATHWAY MOVE 0 REQ-NAME-TKN OF WS-OBJECT-TYPE-NAMES ( ZPWY-OBJ-PM NonStop Pathway/iTS Management Programming Manual—426749-002 14 -20...
  • Page 665 ERROR-NAME OF WS-PM-ERROR-NAMES ( PM-ERROR-INDEX ) 300-DISPLAY-TCP-ERROR. SEARCH ALL ERROR-ENTRY OF WS-TCP-ERROR-NAMES AT END DISPLAY "TCP ERROR: " WS-SPI-RESULT WHEN ERROR-NUMBER OF WS-TCP-ERROR-NAMES ( TCP-ERROR-INDEX ) = WS-SPI-RESULT DISPLAY "TCP ERROR: " ERROR-NAME OF WS-TCP-ERROR-NAMES ( TCP-ERROR-INDEX ) NonStop Pathway/iTS Management Programming Manual—426749-002 14 -21...
  • Page 666 MOVE REQ-NAME-TKN OF WS-DECODE TO REQ-NAME-TKN OF WS-REQUEST 700-DISPLAY-REQUEST-OBJNAME. IF OBJECT-HAS-NAME OF WS-REQUEST * Get the REQ<object>NAME token: ENTER TAL "SSGET" USING ZPWY-DDL-MSG-BUFFER, REQ-NAME-TKN OF WS-REQUEST, OBJECT-NAME-AREA, WS-FIRST-OCCURRENCE GIVING WS-SS-RESULT IF WS-SS-RESULT NOT = ZSPI-ERR-MISTKN PERFORM 1300-CHECK-SUBSYSTEM-ERROR NonStop Pathway/iTS Management Programming Manual—426749-002 14 -22...
  • Page 667 IF PARAMETER OF WS-DECODE IS LESS THAN 1 OR PARAMETER OF WS-DECODE IS GREATER THAN MAX-COMMANDS THEN DISPLAY " ERROR COMMAND: " COMMAND OF WS-REQUEST ELSE DISPLAY " ERROR COMMAND: " COMMAND-ENTRY OF WS-COMMAND-NAMES ( PARAMETER OF WS-DECODE END-IF END-IF NonStop Pathway/iTS Management Programming Manual—426749-002 14 -23...
  • Page 668 IF WS-SS-RESULT IS ZERO THEN IF INFO OF WS-ERROR IS NOT ZERO THEN DISPLAY " ERROR INFO: " INFO OF WS-ERROR ENTER TAL "NUMOUT" USING NAME OF WS-NUMOUT INFO OF WS-ERROR BASE OF WS-NUMOUT WIDTH OF WS-NUMOUT NonStop Pathway/iTS Management Programming Manual—426749-002 14 -24...
  • Page 669 MOVE ZPROGRAM OF ZPWY-DDL-PROGNAME TO OBJECT-NAME-1 OF WS-DECODE MOVE 1 TO OBJECT-NAME-COUNT OF WS-DECODE WHEN ZPWY-OBJ-PROGTERM MOVE ZTERMTYPE OF ZPWY-DDL-PROGTERMNAME TO OBJECT-NAME-1 OF WS-DECODE MOVE ZPROGRAM OF ZPWY-DDL-PROGTERMNAME TO OBJECT-NAME-2 OF WS-DECODE MOVE 2 TO OBJECT-NAME-COUNT OF WS-DECODE NonStop Pathway/iTS Management Programming Manual—426749-002 14 -25...
  • Page 670 OF ZPWY-DDL-SCTERMNAME TO OBJECT-NAME-1 OF WS-DECODE MOVE ZSERVERCLASS OF ZPWY-DDL-SCTERMNAME TO OBJECT-NAME-2 OF WS-DECODE MOVE 2 TO OBJECT-NAME-COUNT OF WS-DECODE WHEN ZPWY-OBJ-TCP MOVE ZTCP OF ZPWY-DDL-TCPNAME TO OBJECT-NAME-1 OF WS-DECODE MOVE 1 TO OBJECT-NAME-COUNT OF WS-DECODE NonStop Pathway/iTS Management Programming Manual—426749-002 14 -26...
  • Page 671 IF Z-NUMBER OF ZSPI-DDL-PARM-ERR IS LESS THAN 1 OR Z-NUMBER OF ZSPI-DDL-PARM-ERR IS GREATER THAN MAX-TNMS THEN DISPLAY " TOKEN NUMBER: " Z-NUMBER OF ZSPI-DDL-PARM-ERR ELSE DISPLAY " TOKEN: " TNM-ENTRY OF WS-TNM-NAMES ( Z-NUMBER OF ZSPI-DDL-PARM-ERR ) END-IF NonStop Pathway/iTS Management Programming Manual—426749-002 14 -27...
  • Page 672 Error Handling Example Program NonStop Pathway/iTS Management Programming Manual—426749-002 14 -28...
  • Page 673 3-4/3-5 Autorestart presentation format 3-35/3-36 See ZAUTORESTART field receiving and decoding responses 3-27 restricting use 3-31 sending 2-5/2-6 symbolic names 3-35 Backup process Comment token See ZBACKUP field Configuring NonStop Pathway/iTS Management Programming Manual—426749-002 Index -1...
  • Page 674 See also Messages errors, ZERROR values 5-22/5-25 field, ZERRORINFO field private token and field types 5-8/5-21 diagnostic screens for 6-28 simple tokens 5-25 handling, program example 14-1 SPI standard information, providing 6-74 NonStop Pathway/iTS Management Programming Manual—426749-002 Index -2...
  • Page 675 See Definitions files, Log files ZIOPROTOCOL field, ZIOCOMP field, FNAME32COLLAPSE procedure 3-26 ZTERMPOOL field FNAME32EXPAND procedure 3-26 allocating bytes 6-20 FNAME32TOFNAME procedure 3-26 protocol, specifying 6-11, 6-30 FNAMETOFNAME32 procedure 3-26 FREEZESTATUS SCTERM command 8-10 NonStop Pathway/iTS Management Programming Manual—426749-002 Index -3...
  • Page 676 See also individual ZPWY-EVT-TCP- events PATHMON process, external, maximum 6-18 header tokens Pathsend, sharing requester links Messages, tell PATHTCP statistics 6-50/6-52 See also TELL objects PATHTCP1 statistics 6-60/6-61 defining contents 6-25 PATHTCP2 file 6-20 maximum concurrent NonStop Pathway/iTS Management Programming Manual—426749-002 Index -4...
  • Page 677 Private token and field types 5-2, 5-8/5-21 Procedures See SSGET and SSGETTKN, SSINIT, Qualifier tokens, list of SSMOVE and SSMOVETKN, SSNULL, SSPUT and SSPUTTKN Process identification number See PINs Recovery, screen 6-23, 6-77 NonStop Pathway/iTS Management Programming Manual—426749-002 Index -5...
  • Page 678 Standard definitions, EMS and SPI resuming after suspension 8-18, 8-20 START PATHWAY command 13-5 screen displays, maximum 6-9, 6-28 START PROG command 9-17 SEND statement statistics 6-68 START TCP command 7-15/7-16 SEND, maximum bytes 6-19 NonStop Pathway/iTS Management Programming Manual—426749-002 Index -6...
  • Page 679 See also SCTCP objects, TCPLINK commands 3-19/3-26 objects, TCPSC objects, and TCPTERM objects commands, issuing ADD command 7-2/7-3 definition files 3-1/3-4 ADD command example 13-6 error handling 3-28 ALTER command naming convention 3-31 NonStop Pathway/iTS Management Programming Manual—426749-002 Index -7...
  • Page 680 INFO command 10-4 TCPLINK objects name selection 6-47 description queue size 10-6 name selection 6-46 START command 10-5 names TELL TCPTERM command 10-7 STATUS command 7-25/7-26 TELL TERM command 10-6 status information 6-72 NonStop Pathway/iTS Management Programming Manual—426749-002 Index -8...
  • Page 681 8-21 resuming suspended TERMs 8-20 states qualified for stopping 8-35 transaction identifier 6-77 statistics information for TMFCOM PATHTCP1 6-60/6-61 Token types statistics information for predefined 5-21/5-22 PATHTCP2 6-62/6-69 private 5-8/5-21 STATS command 8-27 NonStop Pathway/iTS Management Programming Manual—426749-002 Index -9...
  • Page 682 ZAVGRESP field field ZPWY-MAP-STATS-TERM2 6-68 User library object file 6-16 ZBACKUP field ZPWY-MAP-DEF-TCP 6-15 ZPWY-MAP-STATUS-TCP 6-71 Values ZBACKUPCPU field See ZPWY-VAL- values ZPWY-MAP-PAR-CONTROL- VARYING1 and VARYING2 message 6-33 formats 6-12, 6-32 ZBREAK field NonStop Pathway/iTS Management Programming Manual—426749-002 Index -10...
  • Page 683 ZHOMETERM field ZPWY-MAP-DEF-TCP 6-17 ZDUMP field 5-10 ZDUMPFILE field 5-10 ZINFO field 5-12 ZDUMPINFO field ZINFO2 field 5-11 ZPWY-MAP-DEF-TCP 6-16 ZINITIAL field ZPWY-MAP-DEF-PROGTERM 6-10 ZPWY-MAP-PAR-CONTROL- 6-33 ZPWY-MAP-DEF-TERM 6-30 ZECHO field ZPWY-MAP-PAR-START-TERM 6-38 ZPWY-MAP-DEF-PROGTERM 6-10 NonStop Pathway/iTS Management Programming Manual—426749-002 Index- 11...
  • Page 684 ZOWNER field ZMAXREQ field 6-55, 6-56, 6-57 ZPWY-MAP-DEF-PROG ZMAXRESP field ZPENDING field ZPWY-MAP-STATS-TERM2 6-68 ZPWY-MAP-STATUS- ZMAXSERVERCLASSES field TERMDETAIL 6-76 ZPWY-MAP-DEF-TCP 6-19 ZPERFINFO field ZMAXSERVERPROCESSES field ZPWY-MAP-STATS-TERM2 6-67 ZPWY-MAP-DEF-TCP 6-19 ZPIN field ZPWY-MAP-STATUS-TCP 6-71 NonStop Pathway/iTS Management Programming Manual—426749-002 Index -12...
  • Page 685 0-2250 5-20 TELLNAME 0-4095 5-21 TERMNAME 1-199 5-21 TERMPEND-VALUE 5-24 1-255 5-21 TERMTYPE-INFO 5-17 AUTO-RESTART TERMWAIT-VALUE 5-25 buffer declarations, list of TERM-TYPE 5-16 CHARnnn 5-8/5-9 TMF-RESTARTS 5-20 CHARSET-VALUE 5-22 TRMQUALSTATE-VALUE 5-25 UNKNOWNNAME DUMP-INFO NonStop Pathway/iTS Management Programming Manual—426749-002 Index -13...
  • Page 686 12-47 BADPUPARAMS 12-4 DUPOVERLAY 12-6 BADPUPARAMSIZE 12-5 EDITERRORINPUT 12-33 BADPUREFPARAM 12-54 EDITERROROUTPUT 12-35 BADRECOVERY 12-4 EXITWITHERROR 12-28 BADREPLYLENGTH 12-26 FIELDTOOBIG 12-34 BADSCNAME 12-9 FILEERRORFATAL 12-54 BADSCREENTERM 12-5 ILLRUNTIMEATTRS 12-20 BADSCSTATE 12-27 INSPECTATBKPT 12-49 NonStop Pathway/iTS Management Programming Manual—426749-002 Index -14...
  • Page 687 12-53 NOTENOUGHDATA 12-37 TERMERRORDECL 12-11 NWRECVERROR 12-31 TERMFORMAT 12-6 NWSENDERROR 12-31 TERMIO 12-8 PIFCONFLICT 12-38 TERMIOLEN 12-8 PMTCPFNS 12-51 TERMNOTCAPABLE 12-20 PRINTERATTN 12-12 TERMOPEN 12-8 PRINTERIO 12-13 TERMUNKNOWN 12-40 PROTOCOLERROR 12-30 TFILEOPEN 12-11 NonStop Pathway/iTS Management Programming Manual—426749-002 Index -15...
  • Page 688 11-219 BADLIBVERSION 11-284 CTS26ERROR 11-217 BADNUMERIC 11-71 DATATRUNCATION 11-109 BADNUMERICNODD 11-87 DELIMNOTALIGNED 11-235 BADOSVERSION 11-291 DEPENDVARTOOBIG 11-7 BADPCODE 11-5 DEVICEINFO 11-99 BADPCODEVERSION 11-97 DIRIO 11-162 BADPMNAME 11-268 DIROPEN 11-133 BADPMTCPMSG 11-245 DUMPNOTTAKEN 11-243 NonStop Pathway/iTS Management Programming Manual—426749-002 Index -16...
  • Page 689 11-142 NOSCPROCESS 11-166 SYSNOTDEFINED 11-272 NOTDBCSDATA1 11-115 TERMDATAFORMAT 11-53 NOTDBCSDATA2 11-117 TERMDATATOOBIG 11-278 NOTENOUGHDATA 11-231 TERMERRORDECL 11-67 NWRECVERROR 11-192 TERMFORMAT 11-23 NWSENDERROR 11-188 TERMIO 11-39 PIFCONFLICT 11-239 TERMIOLEN 11-41 PMIO 11-276 TERMNOTCAPABLE 11-123 NonStop Pathway/iTS Management Programming Manual—426749-002 Index -17...
  • Page 690 INSPECT-TERM 6-36 TERMFREEZE 6-79 START-PROG 6-37 ZPWY-MAP-TELLNUM 6-79 START-TERM 6-38 ZPWY-OBJ- objects STATS-SCTCP 6-38 See also individual object types STATS-TCP 6-40 list of 3-6/3-8 STATS-TCPSC 6-40 ZPWY-TKN- event-specific tokens STATS-TCPTERM 6-41 INSTRUCTION 3-29 NonStop Pathway/iTS Management Programming Manual—426749-002 Index -18...
  • Page 691 6-76 DEUTSCH 5-22 SUSPENDED 5-23, 6-73 ENDTRANS 6-74 SUSPENDEXPT 6-76 ESPANOL 5-22 SUSPRESTART 6-75 FRANCAISAZ 5-22 SVENSKSUOMI 5-22 FRANCAISQZ 5-22 TERMBUF 6-75 FROZEN 6-74 TERMOPEN 6-75 5-24 TERMREAD 6-75 IMONIO 6-74 TERMWRITE 6-75 NonStop Pathway/iTS Management Programming Manual—426749-002 Index -19...
  • Page 692 6-31 ZSPIDDL file ZTCP field ZSPIDEF.Znnn definition files ZPWY-DDL-SCTCPNAME ZSPI-TKN- tokens ZPWY-DDL-TCPLINKNAME ALLOW-TYPE not supported 3-28 ZPWY-DDL-TCPNAME COMMENT ZPWY-DDL-TCPSCNAME CONTEXT 3-9, 3-27 ZPWY-DDL-TCPTERMNAME DATALIST 3-27 ZPWY-MAP-DEF-PROG ENDLIST 3-28 ZPWY-MAP-DEF-TERM 6-31 ERRLIST 3-27, 3-28 NonStop Pathway/iTS Management Programming Manual—426749-002 Index -20...
  • Page 693 ZPWY-MAP-DEF-PROGTERM 6-12 ZPWY-MAP-DEF-TERM 6-32 ZTRANSID field 6-77 ZTRANSMODE field 6-76 ZTRANSRESTARTED field 6-76 ZTRANSRESTARTS field 6-77 ZUNKNOWN field ZUNUSED and ZUNUSED1 fields 6-23 ZUSERNUMBER field 5-15 ZWAIT field ZPWY-MAP-STATS-TCP1 6-52 ZPWY-MAP-STATUS- TERMDETAIL 6-74 NonStop Pathway/iTS Management Programming Manual—426749-002 Index -21...
  • Page 694 Index Special Characters NonStop Pathway/iTS Management Programming Manual—426749-002 Index -22...

Table of Contents