TS/MP 2.5 Pathsend and Server Programming Manual
22
(FEBoundsErr) is returned if a reference parameter is out of bounds.
29
(FEMissParam) is returned if a required parameter is missing.
These errors are programming errors.
outputpathsend-error
INT:ref:1
returns the Pathsend error. For more details on Pathsend errors, see chapter 6 “Pathsend Errors”
(page 115).
outputfile-system-error
INT:EXT64:ref:1
returns the file system error. For more details on file system errors, see the Guardian Procedure Errors
and Messages Manual.
Considerations
These considerations apply to the SERVERCLASS_SEND_INFO64_ procedure:
• The condition code setting has no meaning following a call to SERVERCLASS_SEND_INFO64_.
• A call to SERVERCLASS_SEND_INFO64_ before a call is ever made to SERVERCLASS_SEND,
SERVERCLASS_DIALOG, SERVERCLASS_SENDL, or SERVERCLASS_DIALOGL returns error 0
(FEOK), Pathsend error 906 (FEScNoSendEverCalled), and file-system error 0 (FEOK).
GETTSMPVERSION Procedure
GETTSMPVERSION provides a programmatic way to find the TS/MP version running on the system.
Note that no explicit VPROC or queries are made to the Link manager process. The TS/MP version
is determined based on the Pathsend library installed on the system.
Syntax
The syntax of the GETTSMPVERSION Procedure is:
version := GETTSMPVERSION( )
version
INT: returned value
returns the current TS/MP version. For example, if version 2.5 is installed on the
system, the returned value is 250.
Consideration
It is assumed that the compatible ACS and Pathsend Library versions are installed on the system.
Usage Considerations for Pathsend Procedures
These subsections discuss usage considerations that apply to several of the Pathsend procedure
calls.
NOTE: For information on Bridging Pathsend API into Pathway Domain, see the TS/MP 2.5
Release Supplement Manual.
Condition Code
The condition-code setting has no meaning following a Pathsend procedure call.
108 Pathsend Procedure Call Reference










