TS/MP Pathsend and Server Programming Manual (H06.05+, J06.03+)

ERROR-LOG-FILE
-- Used to record error msgs.
MESSAGE-LOG-FILE
-- A write to this file is part of a transaction. It contains
request msgs received by BREQ from DRIVER.
TRACE-FILE (OPTIONAL)
-- Used to log certain READs, SENDs, and TMF operations.
There can also be up to 50 ASSIGNs to give logical names to PATHMONs
that may be referenced in the input record.
The following PARAM is passed:
MAX-RETRIES
-- BREQ uses this number to calculate the number of times
it will try to recover from PATHSEND SEND failures.
Example run-line:
RUN BREQ/ NAME $BREQ, IN infile, OUT outfile/
The procedures on the following pages are listed in alphabetical
order.
?ENDIF 1
?PAGE "COMPILER DIRECTIVES, GLOBALS, AND EXTDECS"
?INSPECT, SYMBOLS, NOCODE
?LIST
?DATAPAGES 64
?PAGE "VERSION PROCEDURE DECLARATION"
?SOURCE VersProc( PS^EXAMPLE^MODULE )
?PAGE "GLOBAL DECLARATIONS FOR BREQ"
! The following are GLOBAL defines
DEFINE def = DEFINE#;
DEF lit = LITERAL#;
DEF str = STRING#;
DEF dbl = INT(32)#;
?PAGE "STRUCTS BREQ"
! These are the STRUCTS used when compiling the BREQ program.
! Comments appears to the right of the code.
Pathsend Requester Example 131