TS/MP Pathsend and Server Programming Manual (H06.05+, J06.03+)
returned valueerror
INT
returns a file-system error number indicating the outcome of the operation.
inputpathmon-process-name
STRING:ref:EXT:*
contains the external Guardian process name of the PATHMON process controlling the server class
(for example, $PM or \AB.$PMN) or the Pathway domain name, whose member PATHMONs have
the server class configured under them.
The process name portion can have up to five characters after the dollar sign ($) if it is a local process
name and up to four characters after the dollar sign if it is a process on a remote system. The name
cannot include an optional first or second name qualifier, must be left justified in the buffer, and can
contain trailing blanks.
This parameter is required.
inputpathmon-process-name-len
INT:value
is the byte length of the pathmon-process-name string. This value can range from 2 through 15.
This parameter is required.
inputserver-class-name
STRING:ref:EXT:*
contains the name of the server class to send to (for example, EMP-SERVER). This name must conform
to the Pathway server-class naming rules, must be left justified in the buffer, and can contain trailing
blanks. This server-class name, along with the pathmon-process-name, uniquely identifies a
server class.
This parameter is required.
inputserver-class-name-len
INT:value
is the byte length of the server-class-name string. This value can range from 1 through 15.
This parameter is required.
input, outputmessage-buffer
contains the message to send to the server class. If the reply-buffer is not mentioned in the
SERVERCLASS_SENDL_ procedure, on successful completion of the send operation, the message-buffer
contains the reply from the server class.
This parameter is required.
outputreply-buffer
STRING .EXT:ref.*
contains the reply from the server class on successful completion of the send operation.
inputrequest-len
INT(32):value
is the byte length of the data contained in the write-buffer. The range of acceptable values is 0
through 2097152 bytes.
This parameter is required.
inputmaximum-reply-len
SERVERCLASS_SENDL_ Procedure 99










