TS/MP Pathsend and Server Programming Manual (H06.05+, J06.03+)
returned valueerror
INT
returns an error word. This error is associated with the call to SERVERCLASS_SEND_INFO_ and not
with the previous Pathsend call. The error word contains one of these file-system errors:
0
(FEOK) indicates that no errors occurred in the call to SERVERCLASS_SEND_INFO_.
2
(FEInvalOp) is returned if the caller has an invalid segment in use. Error 2 is also returned if the caller has no
extended data segment in use and one of the reference parameters is an extended address.
2, 2
(FEBoundsErr) is returned if a reference parameter is out of bounds.
2, 9
(FEMissParam) is returned if a required parameter is missing.
These errors are programming errors.
outputpathsend-error
INT:ref:1
returns the Pathsend error. See Section 6, “Pathsend Errors” (page 109), for descriptions of Pathsend
errors.
outputfile-system-error
INT:ref:1
returns the file-system error. See the Guardian Procedure Errors and Messages Manual for descriptions
of file-system errors.
Considerations
These considerations apply to the SERVERCLASS_SEND_INFO_ procedure:
• The condition code setting has no meaning following a call to SERVERCLASS_SEND_INFO_.
• A call to SERVERCLASS_SEND_INFO_ before a call is ever made to SERVERCLASS_SEND_
or SERVERCLASS_DIALOG_BEGIN_ results in return error 0 (FEOK), Pathsend error 906
(FEScNoSendEverCalled), and file-system error 0 (FEOK).
SERVERCLASS_SEND_INFO64_ Procedure
NOTE: This procedure is applicable to TS/MP 2.0 only. It is not supported in TS/MP 2.1, 2.3,
and 2.4.
The SERVERCLASS_SEND_INFO64_ procedure retrieves error information about the last
SERVERCLASS_SEND(64), SERVERCLASS_DIALOG_BEGIN(64), SERVERCLASS_DIALOG_SEND(64),
SERVERCLASS_SENDL, SERVERCLASS_DIALOG_BEGINL, or SERVERCLASS_DIALOG_SENDL
operation that was initiated or completed with return error 233 (FEScError) or 0 (FEOK).
If the return error from the previous Pathsend call is 0 (FEOK), both the Pathsend error and the
file-system error will always be 0, so you do not need to call SERVERCLASS_SEND_INFO64_.
Syntax
The syntax of the SERVERCLASS_SEND_INFO64_ procedure is:
! o
! o
error := SERVERCLASS_SEND_INFO64_
( pathsend-error
,file-system-error );
102 Pathsend Procedure Call Reference










