TRANSFER Reference Manual
Commonly Used Fields
TISERV UOW Descriptions
069139, Update 1 to 40969 Tandem Computers Incorporated 2–13
RECIP-REQUEST-FLAGS
Field
The RECIP-REQUEST-FLAGS field defines which requests were made for a particular
TRANSFER recipient of a package. The DDL definition for RECIP-REQUEST-FLAGS
is:
DEF recip-request-flags.
02 reply-requested TYPE BOOLEAN.
02 deliv-notify TYPE BOOLEAN.
02 receipt-notify TYPE BOOLEAN.
02 non-receipt-notify TYPE BOOLEAN.
02 return-ipmessage TYPE BOOLEAN.
02 mta-deliv-notify TYPE BOOLEAN.
02 mta-non-deliv-notify TYPE BOOLEAN.
02 non-deliv-notify TYPE BOOLEAN VALUE "N".
02 reserved-8 TYPE BOOLEAN VALUE "N".
02 reserved-9 TYPE BOOLEAN VALUE "N".
02 reserved-10 TYPE BOOLEAN VALUE "N".
02 reserved-11 TYPE BOOLEAN VALUE "N".
02 reserved-12 TYPE BOOLEAN VALUE "N".
02 reserved-13 TYPE BOOLEAN VALUE "N".
02 reserved-14 TYPE BOOLEAN VALUE "N".
02 reserved-15 TYPE BOOLEAN VALUE "N".
END.
REPLY-REQUESTED
indicates whether this recipient has been requested to reply to the original
package:
Y This recipient has been requested to reply to the original package.
N This recipient has not been requested to reply to the original package.
DELIV-NOTIFY
indicates whether delivery notification has been requested for this recipient:
Y Delivery notification has been requested for this recipient.
N Delivery notification has not been requested for this recipient.
Delivery notification is returned in the form of a status package when this package
is saved in the recipient's inbox folder. DELIV-NOTIFY is ignored for packages
exported to the gateway if NON-DELIV-NOTIFY is set.