TRANSFER Reference Manual
SCAN-FOLDER-DETAIL
TISERV UOW Descriptions
069139, Update 1 to 40969 Tandem Computers Incorporated 2–479
DEF scan-folder-detail-rsp.
02 hdr.
03 self-ident PIC AA VALUE "UW".
03 uow-code TYPE BINARY 16 UNSIGNED
VALUE 184.
02 retn-code TYPE BINARY 16.
02 retn-code-detail TYPE BINARY 16.
02 folder-name PIC X(80).
02 num-returned TYPE BINARY 16 UNSIGNED.
02 items-returned.
03 item-id.
04 dummy PIC X(12) OCCURS 0 TO 100 TIMES
DEPENDING ON num-returned.
END.
HDR
is the UOW header. The UOW-CODE value is 184.
FOLDER-NAME
is the name of the folder to be scanned. This can be a private folder owned by the
correspondent or any local shared folder owned by a group of which the
correspondent is a member.
In the request, you can supply an abbreviated name, but it must unambiguously
identify the folder. In the response, the qualified name (prefixed by depot name)
is returned.
ITEM-ID
is the position within the folder after which folder entries should be retrieved. A
value of binary zeros specifies that the folder entries should be retrieved starting at
the beginning of the folder.
OPTIONS
allow you to filter the scan by selecting only items of a given type from the folder.
To select filtering, set FILTER-BY-ITEM-TYPE to Y and use the ITEM-TYPE
field to specify the item type.
To suppress filtering, set FILTER-BY-ITEM-TYPE to N.
The RESERVED-1 field in the OPTIONS structure is reserved for use by Tandem.
This field must be set to N.