TRANSFER Reference Manual
GET-FOLD-ENTRY-INFO
TISERV UOW Descriptions
069139, Update 1 to 40969 Tandem Computers Incorporated 2–253
GET-FOLD-ENTRY-INFO
(UOW Code 149)
GET-FOLD-ENTRY-INFO retrieves the attributes of an item saved in a specified
folder, including the name of the correspondent who saved the item, the unsave time,
and the item name, if any. This UOW can be issued by a correspondent with read
access to the folder entry.
DEF get-fold-entry-info-uow.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED
VALUE 149.
02 folder-name PIC X(80).
02 item-id.
03 dummy PIC X(12).
END.
DEF get-fold-entry-info-rsp.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED
VALUE 237.
02 retn-code TYPE BINARY 16.
02 retn-code-detail TYPE BINARY 16.
02 folder-name PIC X(80).
02 item-id.
03 dummy PIC X(12).
02 unsave-time.
03 year PIC 9(4).
03 month PIC 9(2).
03 date-of-month PIC 9(2).
03 hour PIC 9(2).
03 minute PIC 9(2).
03 second PIC 9(2).
02 simple-item-name PIC X(32).
02 corr-name PIC X(80) VALUE SPACES.
END.
HDR
is the UOW header. The UOW-CODE value is 149.