TRANSFER Reference Manual
DETACH-COMPNT
TISERV UOW Descriptions
2–216 069139, Update 1 to 40969 Tandem Computers Incorporated
DETACH-COMPNT
(UOW Code 113)
DETACH-COMPNT detaches a component item from a parent.
DEF detach-compnt-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 113.
02 parent-item-id.
03 dummy PIC X(12).
02 rel-position TYPE BINARY 16.
02 compnt-id.
03 dummy PIC X(12).
END.
DEF detach-compnt-rsp.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED VALUE 113.
02 retn-code TYPE BINARY 16.
02 retn-code-detail TYPE BINARY 16.
02 detached-position TYPE BINARY 16.
02 detached-compnt.
03 dummy PIC X(12).
END.
HDR
is the UOW header. The UOW-CODE value is 113.
PARENT-ITEM-ID
identifies the parent item.
REL-POSITION
is the position that the component occupies in the component list. This record can
also be addressed through the COMPNT-ID field, but REL-POSITION provides
faster access. If you use the COMPNT-ID field, you must set the REL-POSITION
field to 0.
COMPNT-ID
is the ID of the component item, but provides slower access to the record than a
reference through REL-POSITION. You can use COMPNT-ID only if you set REL-
POSITION to 0.
Use ITEM-HANDLE instead of PARENT-ITEM-ID and COMPNT-ID to refer to an
item produced by a previous UOW within the same IPC. ITEM-HANDLE is
defined in the “Commonly Used Fields” subsection of this manual.