TS/MP Supplement for Limits Relief (G06.26+)
Chapter 8. Pathsend Errors
Prev
Next
Chapter 8. Pathsend Errors
Types of Errors Returned by the Pathsend Procedures
Descriptions of Pathsend Errors
This chapter describes the error codes that can be returned by the TS/MP Pathsend procedure
calls. These errors can be returned by processes that call the Pathsend procedures directly and
also by software that uses these procedures internally, such as the ACS subsystem.
Note: This chapter replaces Section 6, Pathsend Errors, in the TS/MP Pathsend and Server
Programming Manual.
Types of Errors Returned by the Pathsend
Procedures
Three errors are associated with each call to a Pathsend procedure (except
SERVERCLASS_SEND_INFO_):
A return error●
A Pathsend error●
A file-system error●
The return error is the error returned by the Pathsend procedure or by AWAITIOX. For details
about the return errors for a particular procedure call, see the error parameter in the syntax
description for that call in Section 5, Pathsend Procedure Call Reference, in the TS/MP
Pathsend and Server Programming Manual.
For waited send operations, the return error is returned from the Pathsend procedure call.
For nowait send operations, the return error is returned from the Pathsend procedure call if it is
a send-initiation error. For errors other than send-initiation errors, the return error is returned by
the AWAITIOX procedure and can be retrieved by calling the FILEINFO procedure.
If the return error is error 233 (FEScError), you can call SERVERCLASS_SEND_INFO_ to
retrieve the Pathsend error and the file-system error. (If the return error is 0 (FEOK), both the
Pathsend error and the file-system error are always 0, so you do not need to call
SERVERCLASS_SEND_INFO_.)
The Pathsend errors are described in this chapter. The file-system errors are described in the