TRANSFER Release D30 Documentation Supplement

TRANSFER D30 Documentation Supplement
TRANSFER Release D30 Documentation Supplement118474 1-5
ACK-RECEIPT-D30
03 Reserved-4 PIC A VALUE "N".
02 suffix-to-match PIC X(120).
END.
DEF ack-receipt-D30-rsp.
02 hdr
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 190.
02 retn-code TYPE BINARY 16.
02 retn-code-detail TYPE BINARY 16.
02 num-marked TYPE BINARY 16.
END.
HDR
specifies the UOW header. The UOW-CODE value is 190.
ITEM-ID
specifies the item ID of the package header for the received package.
RECIPIENT-INDICATOR
indicates to TISERV which of the several options to use in locating and marking
recipient records as examined. The correspondent name TISERV searches for is
always the current correspondent, the name given in the START-SESSION-UOW.
EXACT-MATCH-WITH-LOGON VALUE "EL"
indicates to TISERV to search for a recipient record that exactly matches the
correspondent name and suffix used in the START-SESSION-UOW.
FIRST-RECIP-FOUND VALUE "FR"
indicates to TISERV to search for the first recipient record that matches the
correspondent name used in the START-SESSION-UOW. Any suffix in the recipient
record or the START-SESSION-UOW is NOT used to locate the record to mark.
ALL-SUFFIXES VALUE "AS"
indicates to TISERV to mark as examined any recipient record that has a matching
correspondent name. All suffixes are ignored. This option is used primarily by
gateway programs.
SPECIFIC-SUFFIX VALUE "SS"
indicates to TISERV to search for a recipient record that has a suffix that matches
the one given in SUFFIX-TO-MATCH. Only the matching record will be marked.
NOTIFICATION-SUPPRESS-FLAGS
suppresses the delivery of certification and receipt acknowledgments. It is expected
that the acknowledgments are done by some other application.