![HP NonStop Pathway/iTS Programming Manual Download Page 637](http://html.mh-extra.com/html/hp/nonstop-pathway-its/nonstop-pathway-its_programming-manual_165147637.webp)
Management Programming Examples
NonStop Pathway/iTS Management Programming Manual— 426749-002
13 -11
Configuring Pathway/iTS
2000-BUILD-ABORT-TERM-ALL.
* Construct the ABORT TERM command.
MOVE ZPWY-CMD-ABORT 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 ZPWY-VAL-ALLTERM TO OBJECT-NAME OF WS-SPI-INPUT
PERFORM 3500-SELECT-TERM
.
2100-ABORT-TERM-CONTINUE.
* Issue the ABORT TERM command for the first or next TERM.
PERFORM 3800-ISSUE-PATHMON-COMMAND
* Merge returned context into original request, setting up the continuation
* request.
PERFORM 3700-SETUP-CONTINUATION
.
* Merge returned context into original request, setting up the continuation
* request.
PERFORM 3700-SETUP-CONTINUATION
.
2400-BUILD-STOP-TCP-ALL.
* Construct the STOP TCP command.
MOVE ZPWY-CMD-STOP 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 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
.
Example 13-1. Pathway/iTS Configuration Program
(page 10 of 13)
Summary of Contents for NonStop Pathway/iTS
Page 28: ...Introduction NonStop Pathway iTS Management Programming Manual 426749 002 1 8 SPI Interface ...
Page 270: ...PROG Commands NonStop Pathway iTS Management Programming Manual 426749 002 9 20 START PROG ...
Page 480: ...TCP Event Messages NonStop Pathway iTS Management Programming Manual 426749 002 11 202 ...