TRANSFER Reference Manual

TAREQ Event Packages
Programmatic Interface to the TRANSFER Delivery System
069139, Update 1 to 40969 Tandem Computers Incorporated 1–23
The TAREQ calls a SCREEN COBOL agent with a CALL statement written in the
following format:
CALL
agent-name
USING AGENT-LINK, AGENT-LINK-REPLY.
The linkage section of the user-supplied SCREEN COBOL program unit must
correspond to this CALL statement. The TAREQ sends the event package to a server
class agent with a SEND written in the following format:
SEND AGENT-LINK
TO agent-name
REPLY CODE 0,1,2 YIELDS AGENT-LINK-REPLY
The user-supplied server must structure its definitions to agree with this SEND
statement.