TRANSFER Reference Manual

ALTER-ITEM-DES-C20
TISERV UOW Descriptions
2–106 069139, Update 1 to 40969 Tandem Computers Incorporated
04 delta-time.
05 quantity PIC 9(4) COMP.
05 units PIC A.
05 filler PIC X.
03 submit-until.
04 date-time.
05 year PIC 9(4).
05 month PIC 9(2).
05 day-of-month PIC 9(2).
05 hour PIC 9(2).
05 minute PIC 9(2).
05 second PIC 9(2).
04 delta-time REDEFINES date-time.
05 quantity PIC 9(4) COMP.
05 units PIC A.
05 filler PIC X.
05 filler PIC X(10).
03 filler PIC X(100).
END.
DEF alter-item-des-c20-rsp.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED
VALUE 170.
02 retn-code TYPE BINARY 16.
02 retn-code-detail TYPE BINARY 16.
END.
HDR
is the UOW header. The UOW-CODE value is 170.
ITEM-ID
identifies the item whose descriptor record is to be changed. To refer to an item
produced by a previous UOW within the same IPC, you can replace ITEM-ID with
ITEM-HANDLE, which is defined in the “Commonly Used Fields” subsection of
this manual.
UPDATE-CONTROL
is the counter used to control concurrent update operations. Enter the value
returned by the GET-ITEM-DES-C20 UOW. If the UPDATE-CONTROL field is
greater than 0, it must match the update control value stored in the database for
the update to succeed. If you set the UPDATE-CONTROL field to -1, the
TRANSFER delivery system does not check this field against the value stored in
the database. UPDATE-CONTROL values of 0 or less than -1 are invalid.