TRANSFER Reference Manual
ADD-ITEM-REC
TISERV UOW Descriptions
2–34 069139, Update 1 to 40969 Tandem Computers Incorporated
ADD-ITEM-REC Operation
ADD-ITEM-REC adds a data record to an item. The record is identified by DATA-
BYTE-COUNT and CLIENT-DATA. The item is identified by ITEM-KEY. TISERV
assigns the sequence number indicated by REC-SEQ-NUM to this record. If you set
REC-SEQ-NUM to -1, TISERV assigns the next highest unused sequence number
within the record type specified. Note that the REC-SEQ-NUM value assigned to the
record is returned in the response.
If the depot storage statistics facility is active, collection depends on the value of
COUNT-ITEMS-ONCE and the level of the item, as shown in Table 2-2.
Table 2-2. Depot Storage Statistics for ADD-ITEM-REC
COUNT-
ITEMS-
ONCE
Highest-Level
Item? Statistics
N Y or N Folder statistics increase for all folders in which the data record is
stored. The storage amount in the item descriptor record
increases by the amount of item data in the data record. Depot
storage statistics increase for each instance of the saved item.
Y Y Depot storage statistics increase only once, regardless of how
many folders the item is saved into.
Y N Depot storage statistics increase for all folders in which the data
record is stored. The storage amount in the item descriptor
record increases by the amount of item data in the data record
added to the item.