TRANSFER Reference Manual
Agent Notification Messages
Programmatic Interface to the TRANSFER Delivery System
1–20 069139, Update 1 to 40969 Tandem Computers Incorporated
Agent Notification
Messages
The TAREQ formats the agent notification message in accordance with the following
data definition:
DEF agent-link.
02 session-id.
03 dummy PIC X(18).
02 sender-info.
03 sender-name PIC X(120).
03 sender-applic-id PIC 9(4) COMP.
02 recipient-info.
03 recip-name PIC X(120).
02 package-info.
03 package-id.
04 dummy PIC X(12).
03 agent-selector PIC 9(4) COMP.
03 package-flags.
04 certified TYPE BOOLEAN.
04 byte REDEFINES CERTIFIED
PIC X.
04 reserved-1 TYPE BOOLEAN VALUE "N".
04 reserved-2 TYPE BOOLEAN VALUE "N".
04 reserved-3 TYPE BOOLEAN VALUE "N".
04 reserved-4 TYPE BOOLEAN VALUE "N".
04 reserved-5 TYPE BOOLEAN VALUE "N".
04 reserved-6 TYPE BOOLEAN VALUE "N".
04 reserved-7 TYPE BOOLEAN VALUE "N".
03 subject-string TYPE CHARACTER 140.
02 depot-info.
03 agent-data TYPE CHARACTER 80.
END.
In this definition, fields have the following meanings:
SESSION-ID
is the ID of the session required by the agent if the depot profile indicates that a
session should be started on behalf of the agent. If no session is required, this field
contains binary zeros.
SENDER-NAME
is the name of the correspondent who sent the package, in the character set
configured for the recipient's depot.