TRANSFER Reference Manual
Agent Notification Messages
Programmatic Interface to the TRANSFER Delivery System
069139, Update 1 to 40969 Tandem Computers Incorporated 1–21
SENDER-APPLIC-ID
is the numeric application ID that identifies the client who transmitted the package
with TISERV. This value is matched against the agent selection range established
by APPLIC-ID-LOW and APPLIC-ID-HIGH in the depot's agent profile records.
RECIP-NAME
is the name of the recipient to whom the package is sent.
PACKAGE-ID
is the ID of the header item for the package.
AGENT-SELECTOR
is the numeric value to be matched against the agent selection range established by
AGENT-SEL-LOW and AGENT-SEL-HIGH in the depot's agent profile records.
PACKAGE-FLAGS
specifies the delivery control flags.
SUBJECT-STRING
is a data string that typically describes the contents of the package. (The MAIL
client generates this string as its SUBJECT field.) If more than 140 characters are
entered in this field, the additional characters are truncated.
AGENT-DATA
is an array containing data to be passed to the agent for use by the agent. This
data is obtained from the agent profile. Your application establishes this data with
the ALTER-AGENT-SELECT UOW.
Upon receiving the notification message, the agent must respond by sending a reply to
the TAREQ in accordance with the following format:
DEF agent-link-reply.
02 error-info.
03 error-return PIC S9999 COMP.
03 error-msg TYPE CHARACTER 80.
END.