TRANSFER Release D30 Documentation Supplement
Functional Specifications
1-4 118474—TRANSFER Release D30 Documentation Supplement
TRANSFER D30 Documentation Supplement
ALTERINGSUFFIX  (TISERV) 
instructs TISERV to NOT cache session records in memory. If FALSE, then the 
most recently accessed session records are stored in memory for improved 
performance. If you use the ALTER-SESS-SUFFIX-UOW, it is set to TRUE. This 
parameter is optional.
ALLOWALLSUFFIXES (TISERV/TWORK/TRECV/TDBSERV) 
instructs TISERV to NOT check the PROFILE record when adding a recipient to see 
if that recipient allows suffixes. This is a performance improving parameter if 
suffixes are used extensively. This parameter is optional.
COUNTMESSAGES (TISERV/TWORK/TRECV) 
instructs TISERV processes to gather delivery statistics about messages. This 
parameter is optional. The four possible values for COUNTMESSAGES reunion 
are:
Functional Specifications
The following sub-section describes the functional specifications for this release. 
ACK-RECEIPT-D30 
ACK-RECEIPT-D30 acknowledges the receipt of a package, an operation recommended 
whenever a client retrieves a package. Many clients only acknowledge receipt if the 
package is retrieved from the INBOX folder. This UOW is an extension of the function 
provided in the basic ACK-RECEIPT. ACK-RECEIPT-D30 allows the client or agent 
program to specify which recipient records are to be marked examined.
DEF ack-receipt-D30-uow. 
02 hdr 
 03 self-ident PIC AA VALUE "UW". 
 03 uow-code TYPE BINARY 16 UNSIGNED VALUE 190. 
02 item-id.
 03 dummy PIC X(12).
02 recipient-indicator PIC AA. 
 88 exact-match-with-logon VALUE "EL". 
 88 first-recip-found VALUE "FR". 
 88 all-suffixes VALUE "AS". 
 88 specific-suffix VALUE "SS". 
02 notification-suppress-flags. 
 03 suppress-cert-ack PIC A VALUE "N". 
 03 suppress-receipt-notify PIC A VALUE "N". 
 03 Reserved-3 PIC A VALUE "N". 
NONE The default. No message counting is done
MESSAGES Counts only message creations
DELIVERY Counts only the number of recipients
BOTH Counts both message creations and the number of recipients










