NET/MASTER Network Control Language (NCL) Programmer's Guide

Working With Server Classes
Working With Pathway Server Classes
15–30 106160 Tandem Computers Incorporated
9. Observe the initial results, as shown in the following screen:
EXAMPLE------------- NonStop NET/MASTER : PATHSEND Example -------------EXAMPLE
+-----------------------------------+
| P A T H S E N D E x a m p l e |
+-----------------------------------+
Status : Open request accepted
Function code : (Value must be 01)
Reply code : (Value can be anything)
Message number : (Value must be 0, 1, or 2)
Reply :
SYS.PSEND.RC : 8
SYS.PSEND.ERROR : 0
SYS.PSEND.PSERROR: 0
F3=Exit F4=Return
The status message “Open request accepted” and the value (8) of the
&SYS.PSEND.RC system variable indicates the result of the PSEND OPEN verb,
that is, the server process is available.
10. Enter values in the Function code, Reply code, and Message number fields, as
shown in the following screen, and press the ENTER key; then observe the results
in the Reply field:
EXAMPLE------------- NonStop NET/MASTER : PATHSEND Example -------------EXAMPLE
+-----------------------------------+
| P A T H S E N D E x a m p l e |
+-----------------------------------+
Status : Message sent and received successfully
Function code : 01 (Value must be 01)
Reply code : A (Value can be anything)
Message number : 1 (Value must be 0, 1, or 2)
Reply : ONE ONE ONE ONE ONE
SYS.PSEND.RC : 0
SYS.PSEND.ERROR : 0
SYS.PSEND.PSERROR: 0
F3=Exit F4=Return