TS/MP 2.5 Pathsend and Server Programming Manual

name cannot include an optional first or second name qualifier. The name must be left justified in
the buffer, and can contain trailing blanks.
The domain name portion can have minimum two and a maximum of eight characters. It must begin
with a ‘%’ sign and can contain alphanumeric characters. Also, special characters, ‘-‘ and ‘_’ are
allowed. Since Pathway domain is a logical entity, it cannot be qualified by the node name.
This is a mandatory parameter.
inputpathmon-process-name-len
INT:value
is the byte length of the pathmon-process-name string. This value can range from 2 to 15.
This is a mandatory parameter.
inputserver-class-name
STRING:ref:EXT64:*
contains the name of the server-class (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 is a mandatory parameter.
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 is a mandatory parameter.
input, outputmessage-buffer
STRING.EXT64:ref.*
contains the message to be sent to the server-class. If the reply-buffer is not mentioned in the
SERVERCLASS_SENDL64_ procedure. The message-buffer contains the reply from the server-class
on successful completion of the send operation.
This is a mandatory parameter.
outputreply-buffer
STRING.EXT64: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.
This is a mandatory parameter.
inputmaximum-reply-len
INT(32):value
is the maximum number of bytes that the reply message from the server-class can contain. The range
of acceptable values is 0 through 2097152.
This is a mandatory parameter.
outputactual-reply-len
INT(32):ref:EXT64:1
SERVERCLASS_SENDL64_ Procedure 99