TS/MP Pathsend and Server Programming Manual (G06.24+, H06.03+)
Pathsend Procedure Call Reference
NonStop TS/MP Pathsend and Server Programming Manual–132500
5-5
Calls From TAL or pTAL
Calls From TAL or pTAL
To invoke any of the procedures from within a TAL or pTAL program, you execute a
statement of the following form:
error
is an integer variable defined earlier in your data declarations.
pathmon-process-name, pathmon-process-name-len,
server-class-name, server-class-name-len, message-buffer,
request-len, maximum-reply-len, actual-reply-len, timeout,
flags, scsend-op-num, and tag
are variables defined earlier in your data declarations, with types as specified in the
Pathsend procedure-call description later in this section.
To use the Pathsend procedures in a TAL or pTAL program, you must first have named
them in a SOURCE EXTDECS compiler directive. For further information, refer to the
TAL Programmer’s Guide.
error := SERVERCLASS_SEND_ ( pathmon-process-name
,pathmon-process-name-len
,server-class-name
,server-class-name-len
,message-buffer
,request-len
,maximum-reply-len
,actual-reply-len
,timeout
,flags
,scsend-op-num
,tag );