TS/MP Pathsend and Server Programming Manual (G06.24+, H06.03+)
Examples
NonStop TS/MP Pathsend and Server Programming Manual–132500
B-11
Pathsend Requester Example
 ! requesters has been exceeded.
 FEScLinkMonConnect = 947, ! Error with LINKMON connection
 ! (eg. Open, I/O, etc. ).
 FEScLastError = 950; ! Last avail. PATHSEND error.
 ! This is for checking ranges
 ! not currently returned.
! Miscellaneous file system errors
LIT FEok = 0;
LIT FEInvalidOp = 2;
LIT FEBoundsErr = 22;
LIT FEMissparam = 29;
LIT FESCError = 233;
! Various file numbers used globally
INT term^fnum := -1;
INT in^fnum := -1;
INT out^fnum := -1;
INT error^log^fnum := -1;
INT msg^log^fnum := -1;
INT trace^fnum := -1;










